Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 801 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 801 Bytes

WAP

Algorithm Analysis Project

Instructions

  1. 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.
  2. Learn how to use markdown here: https://www.markdownguide.org/basic-syntax/
  3. Use a heading for each date and add the work done for that date.
  4. To embed any submodule use git submodule <url> location
  5. To use virtualenv use source bin/activate. Use deactivate to quit.
  6. Install Django using pip install django==3.1.2
  7. Check dependencies using pip freeze to see if virtualenv is installed.
  8. To create superuser in Django use python manage.py createsuperuser
  9. To check superuser run using python manage.py runserver and append /admin to the URL in the bar.