Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 490 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 490 Bytes

academic_transcript

This is a django project which produce academic transcript

How to use it

  • create virtual environment, run "python -m venv < name of your venv >" then clone this project
  • Enter into the project directory cloned and then run "pip install -r requirements.txt" to install all dependences in your venv
  • Connect your DB in settings.py file and run "py manage.py migrate" to migrate all tables ans sessions to your DB
  • create a superuser
  • Run the server