Website for IEEE MSIT
$ git clone https://github.com/ieeecompsoc/IEEE-MSIT-WEB.git
$ cd IEEE-MSIT-WEB
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver
After these steps the project should be up at http://localhost:8000/
Now you can access the Admin Panel through http://localhost:8000/admin and login with your newly created username and password.