Skip to content

This is a student-task management system supporting CRUDE operations from a customized frontend with data being stored in a sqlite backend.

Notifications You must be signed in to change notification settings

Priyo13o4/Student_Task-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make changes in a branch When everything is right, Initiate a merge request to the main branch.

Perform the following inside the st_mgt folder(upon running ls,if it should show README.md ; manage.py ; st_mgt ; student ; task ;users ===> right directory). This is required especially for first clone as the Database (db.sqlite3) file must be missing / to be created

  1. "python manage.py check" (You can run this to check for any kind errors whenever you like)
  2. "python manage.py makemigrations"
  3. "python manage.py migrate"

The default superuser is admin (pwd:admin123) , Incase absent create one by using "python manage.py createsuperuser" u can access it by http://127.0.0.1:8000/admin as now on running "python manage.py runserver", the webpage is now directed to default login page

About

This is a student-task management system supporting CRUDE operations from a customized frontend with data being stored in a sqlite backend.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •