Skip to content

moazzam07/Django_Teacher_student_TaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django_Teacher_student_TaskManager

Django Taskmanager is a full featured Task Managing app. You can register in this using student or teacher. If you register and login as a Teacher then you can Create Task in Which you can can give Task Name, Task description, and Multiple Student to assign the task. Initial status would be initiate for a task. And if you login through student then you can see task assigned to you.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development .

Prerequisites

python== 3.5 or up and django==2.0 or up

Installing

open terminal and type
git clone https://github.com/moazzam07/Django_Teacher_student_TaskManager.git

or simply download using the url below

https://github.com/moazzam07/Django_Teacher_student_TaskManager.git

To migrate the database open terminal in project directory and type

python manage.py makemigrations
python manage.py migrate

To use admin panel you need to create superuser using this command

python manage.py createsuperuser

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000 in your browser

Project snapshot

Register Teacher Page



Register Student Page



Login Page



Teacher Page



Task Creation Page



Student Dashboard Page



Author

Khan Mohammed Moazzam
Email: [email protected]

========Thank You !!!=========

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published