Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 510 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 510 Bytes

Installation

pip install -r requirements.txt

Setting up the data

bash ./setup.sh

Usage

  • python3 manage.py makemigrations
  • python3 manage.py migrate
  • python3 manage.py runserver

Navigate to http://127.0.0.1:8000/

Contributing

  • Please read the available code and follow naming conventions.
  • Separator for html file names using -
  • Use CamelCase for web page names, function names and class names.
  • Use the same string for web page name and url name.