Algorithm Analysis Project
- Create a file
yourname.md
file in the folder Diaries. Make sure you push your changes to the repository every time you contribute. Add all contributions. - Learn how to use markdown here: https://www.markdownguide.org/basic-syntax/
- Use a heading for each date and add the work done for that date.
- To embed any submodule use
git submodule <url> location
- To use virtualenv use
source bin/activate
. Usedeactivate
to quit. - Install Django using
pip install django==3.1.2
- Check dependencies using
pip freeze
to see if virtualenv is installed. - To create superuser in Django use
python manage.py createsuperuser
- To check superuser run using
python manage.py runserver
and append /admin to the URL in the bar.