##Django Computer Science and Engineering Department Website package
A CSE dept. website which is built on Django Backend and uses Materialize CSS framework in frontend.
####Steps to run locally:
- cd path/env_mysite/
- cd Scripts
- ./activate
- cd csesite
- $ python manage.py createsuperuser(Create a new superuser)
- $python manage.py makemigrations
- $ python manage.py runserver
- Open up a browser and go to http://127.0.0.1:8000/admin
- In your browser, open http://127.0.0.1:8000/home to open the home website.
- Modify the settings.py to change the LOGIN and PASSWORD of web email.
####Uses:
- JQuery
- Materialize CSS
- Python3
- Django 1.9
- Tkinter
####Contributors:
- Karan Siwach(15074008)
- Harsh Rangwani (15075018)
- Rahul Anand(15075040)
- Pritesh Samant(15075043)