Python Django College Management System

501.00
  • Phonepay & Paytm Payment Gateway is only for india.
  • For any Technical Issue and Purchase issue Contact here.
  • Email : projectworldsofficial@gmail.com
  • WhatsApp – +916263056779
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