Skip to content

Latest commit

 

History

History
executable file
·
25 lines (14 loc) · 663 Bytes

README.md

File metadata and controls

executable file
·
25 lines (14 loc) · 663 Bytes

#Student Activity center (SAC) MNNIT Allahabad
sacMnnit is responsible for organising various cultural and technical events in MNNIT.
Website -

SAC18 | MNNIT


####INSTRUCTIONS
create virtual environment --> virtualenv --python=python3 sacenv
Activate virtual environment --> source sacenv/bin/activate
Install the required packages --> pip install -r requirements.txt
Run the server --> python manage.py runserver

Deploy on Heroku -

Deploy