Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 676 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 676 Bytes

E-classroom

The website is called “ E-classroom” and it is a simple website that allows teachers and students to manage and see their assignments, marks, and attendance in the portal. Using Django framework, bootstrap, and Postgresql learned how to build a Full Stack Django website- from start to finish.

Instructions

  • Install the Requirements: pip install -r requirements.txt
  • Then, make database migrations: python manage.py makemigrations
  • python manage.py migrate
  • Finally, run the application: python manage.py run the server.

For Admin Login Credentials, please create one using superuser!

  • type the command python manage.py createsuperuser