Skip to content

sid-1998/IEEE-MSIT-WEB

 
 

Repository files navigation

IEEE-MSIT-WEB

Website for IEEE MSIT

Setting up

Follow these steps to setup the project locally

$ 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.

About

Website for IEEE MSIT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.8%
  • CSS 33.2%
  • HTML 10.0%
  • Python 4.0%