python-in-edu
python-in-edu copied to clipboard
website for educational python resources
There's nothing specifically wrong with our current .gitignore, but given that the project is geared to new contributors and also that a potential move to a frontend JS framework could...
Now that the requirements files are split up in #37 and the local dev environment has been simplified, we can now add a detailed and welcoming contribution guide. This absorbs...
Our previous approach to dependencies was creating a high barrier to entry for new contributors (and new Pythonistas/Djangonauts) since it required them to have a production environment installed locally just...
Right now, users can submit resources and edit resources, but they can't delete or hide them. Right now there's a "withdrawn" status we could use for hiding, but only an...
Remove "Requires Sign Up" and "Standards" columns from the list view.
fixes #15 This PR completes: adding help text There is a new issue for handling: adding the ability to add multiple links and give each link a name. Others are...
This error came from the fact that the Resources model was using Char fields. Replacing those with URL fields and updating them in the migration forces existing objects to use...
Added the Python logo from as a favicon to the site. Closes .
Links to external URL route internally. Ensure that links are fully qualified, so that they don't go through Django's internal router.