Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 240 Bytes

README.md

File metadata and controls

executable file
·
12 lines (9 loc) · 240 Bytes

Django

Poll tutorial from the Django website

To get started:

# Install dependencies
pip install -r requirements.txt
# Run server
./manage.py runserver