Django backend server for hosting paint-your-blues website.
- Details App: To display all the details of this competition like about, legal, judges etc
- Route-Available: details/about : About page
- Template Folder has all templated required.
- about.html: about-page
- base.html: Common element in all files
- Static Folder:
- Contains all static files in it like images, css , js
- Accessed via {% static 'app-name<eg:details>/<folders>/file' %}
- Gallery App To display contents like random gallery of entrie and also leaderboard
- Route-Available: /: main entry page
- Template Folder has all templated required.
- entry.html - entry page to show random entries in grid
- Static files could be saved in this directory too and can be accessed via {% static 'app-nameeg:galley//file' %}
- Create a virtual env if you want to isolate the app python packages.
- Run
pip install -r /path/to/requirements.txt
- Run python manage.py runserver
- Open given http://127.0.0.1:8000/
Akhil Mohan |
MonkeyScript |