pip install -r requirements.txt
bash ./setup.sh
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
Navigate to http://127.0.0.1:8000/
- 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.