Skip to content

asfaqahmed/School-management-system-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-School-Management-System

This app is meant to be used by school manager to manage their school records:

Usage

It's best to install Python projects in a Virtual Environment. Once you have set up a VE, clone this project

git clone https://github.com/adigunsherif/Django-School-Management-System.git

Then

cd Django-School-Management-System

Run

pip install -r requirements.txt #install required packages
python manage.py migrate # run first migration
python manage.py runserver # run the server

Then locate http://172.0.0.1:8000

Admin Login

When you run migrate, a superuser is created.

username: admin
password: admin123

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Test

python manage.py test

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published