Python Django College Management System

501.00
  • Paytm payment gateway only for indian.
  • Problem Facing On Download Please Contact Here.
  • Other country Contact Here : help.projectworlds@gmail.com
  • WhatsApp – +916263056779
  • Source Code is Downloadable after payment is made successful.

 

teacher dash
Python Django College Management System
501.00

There are no reviews yet.

Write a review

A college management system built using Django framework. It is designed for interactions between students and teachers. Features include attendance, marks and time table.

 Installation : –

Python and Django need to be installed

“`bash
pip install django
“`

Usage : –

Go to the Python-Django-College folder and run

“`bash
python manage.py runserver
“`

Then go to the browser and enter the url **http://127.0.0.1:8000/**

 Login : –

The login page is common for students and teachers.
The username is their name and password for everyone is ‘project123‘.
Example usernames:
student- ‘samarth
teacher- ‘trisila

You can access the django admin page at **http://127.0.0.1:8000/admin** and login with username ‘admin‘ and the above password.

Also a new admin user can be created using

“`bash
python manage.py createsuperuser