Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 515 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 515 Bytes

Intern Management System

https://internmanagementsystem.herokuapp.com/

Process to run the project on localhost

  1. Download and extract files from zip file.
  2. to doanload all the library from requirement.txt use pip install -r /path/to/requirements.txt.
  3. run the command python manage.py makemigrations
  4. then python manage.py migrate
  5. Finally python manage.py runserver
  6. To Add urself to admin panel run the command python manage.py createsuperuser
  7. Project will be running on the localhost server.