Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 484 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 484 Bytes

eng-txt-grader

Requirements: Python 3 virtualenv

Requirements after setting up environment: Django Django[argon2] Django[bcyrpt] Pandas xlrd XlsWriter PdfMiner.six

Steps to run locally: Clone the repo. Setup site_config folder Create virtual environment Activate the virtual environment Install requirements using pip Run 'python manage.py makemigrations' Run 'python manage.py migrate' Run 'python manage.py runserver'