Vivekgupta2227 / IEEE-MSIT-WEB

Website for IEEE MSIT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 66.8%Language:CSS 23.9%Language:Python 4.8%Language:HTML 4.5%Language:Ruby 0.0%