An open API service indexing awesome lists of open source software.

https://github.com/kiruko1025/student_management_system

Django web app for student management
https://github.com/kiruko1025/student_management_system

django html python sql

Last synced: 6 months ago
JSON representation

Django web app for student management

Awesome Lists containing this project

README

          

# Student management web app written in Python with Django
Students can register login and take attendance

Admin can view or delete attendance, create or delete accounts

# How to install
## Linux
```
cd ./where_you_want_to_install
```
Clone the repository
```
git clone
```
Create a Python virtual environment
```
python -m venv venv
```
Source
```
source ./venv/bin/activate
```
Install required packages
```
pip install -r requirements.txt
```
# How to use