Role-based school management system for Django
Project description
Installation
Run below command to install it
pip install django-school-management
Add app in installed apps like below.
INSTALLED_APPS = [
...
'school_management',
]
Add middleware like
...
'school_management.middleware.ActivityLoggingMiddleware',
Run Migrations
python manage.py migrate
Visit Admin Site
Visit admin site using superuser or any random user
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_school_management-1.0.1.tar.gz.
File metadata
- Download URL: django_school_management-1.0.1.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b8f6efa4b86bd67b5dea2ace117d2fc88058029fc718f44e69f565989de8daf
|
|
| MD5 |
6e404f9cc284ea812359c7caa5724eff
|
|
| BLAKE2b-256 |
8f81694e92ba17f0354254b0b0b7b29ccdeb6175afb970193da0fcdb92ee4c10
|
File details
Details for the file django_school_management-1.0.1-py3-none-any.whl.
File metadata
- Download URL: django_school_management-1.0.1-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bedd8e758c4641a005ad009b23c5bd644b68abc2a5141d2d21dffcec66d20ca5
|
|
| MD5 |
5fd148436d3af614ec93815bdb3c80db
|
|
| BLAKE2b-256 |
528e01412a132adab3145259d3c9b44a272a306c345213c1e8a32e64b2347900
|