python-in-edu
python-in-edu copied to clipboard
website for educational python resources
Update the database model for resources to accept multiple sub-URLs associated with the same resource. For example, one website, may include an online text editor, lesson plans, and an education-related...
Looking for contributors interested in design and/or accessibility to take the site beyond a basic bootstrap framework template.
People may want to address something about a resource - request revisions, classify it as a different grade level, etc. People can use the forums for this for now, but...
1. Initially, static files weren't getting loaded as STATIC_ROOT and STATICFILES_DIRS were interchanged. These are corrected now. 2. Crispy forms were added to the registration form. 3. Registration form is...
The Current Registration form uses the Default Template of the Django Registration form. It is good if we'll Update it to a newer design.
Ref to issue #61
Most of the Dependencies mentioned in `requirements.txt` are deprecated, so it is tough for someone to set up the project. Also, Some Issues also depend on this problem. ### Dependent...
- [ ] #6 - [ ] #19 - [ ] #26 - [ ] #27 - [ ] #34 - [ ] #43 - [ ] #52 - [...
By implementing issue templates, contributors and users will have a standardized structure and guidance when creating new issues, ensuring that relevant details are consistently provided.
The Dockerfile will define the necessary dependencies, configurations, and runtime environment for our backend project. With Docker, developers can easily spin up containers that encapsulate the entire project stack, including...