/Sac-Portal

http://sac.mnnit.ac.in - SAC MNNIT is responsible for organising various cultural and technical events in MNNIT.

Primary LanguagePythonMIT LicenseMIT

Student Activity center (SAC) MNNIT Allahabad

Deploy


sacMnnit is responsible for organising various cultural and technical events in MNNIT.

Here's our website: SAC18 | MNNIT

Picture of the SAC

Instructions

# Create a virtual environment
virtualenv --python=python3 sacenv

# Activate it
source sacenv/bin/activate

#Install all dependencies needed on the virtual environment
pip install -r requirements.txt

#Run the server
python manage.py runserver