- slapmaster/models.py
Database schema. If you make any changes to this file you must do the following to synchronize models.py and the database.
./manage.py makemigrations slapmaster
./manage.py migrate
- slapmaster/urls.py
Definition of what URLs call which views.
- slapmaster/views.py
Definition of views. This is likely to be the place you code any backend logic.
- slapmaster/templates/slapmaster/*.html
HTML templates used by views.
- install Python 2.7 + Django 1.7. Let's use sqlite for now so no need to install database.
- clone this project
pip install authomatic
./manage.py migrate
./manage.py runserver
- browse http://localhost:8000/slapmaster