A CSE dept. website which is built on Django Backend and uses Materialize CSS framework in frontend.
- 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.
- JQuery
- Materialize CSS
- Python3
- Django 1.9
- Tkinter