- Open your favorite text editor
- The text editor path should be set in the downloaded template folder
- Run the command
python manage.py runserver
- The Text editor should return a local host IP
- follow the IP And Voila You landed on the webpage
- For any further changes to website change the templates folder provided in the repository
- Make sure to save the further changes via commands
python manage.py make migrations
andpython manage.py migrate
Your new HTML website will immediately have publishable and documented code, and all these features:
- Deploy using
python manage.py runserver
(and you don't need to be a nerd to use it) - Clean folder structure
- Commented at each step for each lookaround
- works on Django Framework
- Has an inbuilt authorization system
- Can create multiple superusers
- A Built in Backend Data storage structure
- students can see results,lecture materials,attendence
- professor profiles with contact details so that students can contact them
- Institute's Club profiles
- Institute Facilities
Shreyan Manher- (shreyan20100@iiitnr.edu.in)
Project Link: https://github.com/shreyann7/Student-Teacher-Website
Open Source