Algorithm Analysis Project
- Create a file
yourname.mdfile 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. Usedeactivateto quit. - Install Django using
pip install django==3.1.2 - Check dependencies using
pip freezeto see if virtualenv is installed. - To create superuser in Django use
python manage.py createsuperuser - To check superuser run using
python manage.py runserverand append /admin to the URL in the bar.