Python Django College Management System

501.00
  • Project Package includes:
    • Full Source Code of the Project.
    • Free Installatiion Support Remote ( Anydesk, Zoom, Gmeet)
    • Phonepay & Paytm Payment Gateway only for Indian.
    • WhatsApp Us – +916263056779

    The project or Report are Downloadable immediately after payment is made successful.

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