Skip to content

isha27255/OnlineTestSuite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

151 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnlineTestSuite

alt text

Use a virtual envionment for installing this, i.e venv or pipenv.

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

python3 manage.py migrate
python3 manage.py collectstatic
python3 manage.py runserver

About

Online Auditions Portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 46.6%
  • HTML 26.4%
  • CSS 15.9%
  • JavaScript 10.4%
  • Shell 0.7%