Skip to content

A website for computer science dept made for IIT BHU CSE dept

Notifications You must be signed in to change notification settings

rangwani-harsh/CSEDeptWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Django CSE dept 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

About

A website for computer science dept made for IIT BHU CSE dept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published