Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 644 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 644 Bytes

OnlineTestSuite for Junior Code Cracker

logo

Activate a virtual environment in python using:

python3 -m venv venv
source venv/bin/activate

For debian based distro, in virtual evironment terminal type

pip install -r requirements.txt

To run the project on local machine

Create a PostgresSQL database.
Then cp .env.example .env and change .env file according to your need.

Inside project directory type

python manage.py migrate
python manage.py collectstatic
python manage.py runserver