Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelnietoa/monthly_challenges
Monthly challenges, discover them!
https://github.com/miguelnietoa/monthly_challenges
challenge css django django-templates monthly-challenge python
Last synced: about 1 month ago
JSON representation
Monthly challenges, discover them!
- Host: GitHub
- URL: https://github.com/miguelnietoa/monthly_challenges
- Owner: miguelnietoa
- License: gpl-3.0
- Created: 2021-08-15T22:38:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-10T19:46:04.000Z (about 3 years ago)
- Last Synced: 2023-03-07T21:25:45.442Z (over 1 year ago)
- Topics: challenge, css, django, django-templates, monthly-challenge, python
- Language: Python
- Homepage: https://monthly-challenges.herokuapp.com/
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monthly_challenges
Discover a challenge for each month!**Hint:**
If enter `/challenges/1`, path is redirected to `/challenges/january`Project to get started in Django
- Understanding the concepts of URLs & views
- Using Django templates and static files for css styling
- 404 page when a invalid url is provided, i.e.:
❌ `/chal/`
❌ `/challenge/`
❌ `/challenges/febr`
❌ `/challenges/0`
❌ `/challenges/13` 🤐