orlandopython / django-trainer

Example Django application created live at Orlando Python meetups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-trainer

Example Django application created live at Orlando Python meetups

Setup

# Install libraries
pip install -r requirements.txt
# Create/update sqlite database
./manage.py migrate

Running

./manage.py runserver

About

Example Django application created live at Orlando Python meetups

License:MIT License


Languages

Language:Python 98.2%Language:HTML 1.8%