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

https://github.com/ajitharunai/modern-student-management-system-using-django

#django Student management syetem
https://github.com/ajitharunai/modern-student-management-system-using-django

django django-application django-blog django-framework django-project project python3 student

Last synced: about 2 months ago
JSON representation

#django Student management syetem

Awesome Lists containing this project

README

        

# Django Student Management System πŸ‘¨β€πŸŽ“

A modern Student Management System πŸ‘¨β€πŸŽ“ with features like Interactive Dashboard 🀩 Attendance Management 🏫Provide Feedback ✍ Result Generation πŸ“œ Leave Application πŸ‚

![SMS_Banner](https://akash1362000.github.io/styles/images/Django%20Student%20Management%20System%20Banner.jpg)

[![travis-ci](https://api.travis-ci.com/Akash1362000/Django_Student_Management_System.svg?token=nv6BYq1BY3w4kf8uZuGj&branch=main)](https://github.com/ajitharunai/Modern-Student-Management-system-using-Django.git)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FAkash1362000%2FDjango_Student_Management_System%2F&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/ajitharunai/Modern-Student-Management-system-using-Django.git)

Checkout the live Website [here](#)!

Find the detailed project report [here](#)! πŸ“œ

### Meet the Developers ✨🌟



Ajith Murugan
πŸ‘¨β€πŸ’»πŸ€–πŸ‘¨β€πŸŽ“

Akash Shrivastava
πŸ‘¨β€πŸ’»πŸš΄β€β™‚οΈπŸ“Έ

Akanksha Tamboli
πŸ’»πŸŽ¨

Shreejit Nair
πŸŽ“πŸπŸ“±
Samiksha Naik
πŸ’ƒπŸ“Έ

## Development πŸ‘¨β€πŸ’»
Note : Make sure you have Python version 3.8+

Environment Setup πŸš€

`$ git clone https://github.com/ajitharunai/Modern-Student-Management-system-using-Django.git`

`$ cd Django_Student_Management_System/`

If virtualenv is not installed [(What is virtualenv?)](https://www.youtube.com/watch?v=N5vscPTWKOk&t=313s):

`$ pip install virtualenv`

Create a virtual environment

`$ virtualenv venv`

Activate the environment everytime you open the project

`$ source venv/Scripts/activate`

Install requirements πŸ› 

`$ pip install -r requirements.txt`

Run migrations for Database

`$ python manage.py makemigrations`

`$ python manage.py migrate`

Create superuser for Admin Login πŸ”

`$ python manage.py createsuperuser`

Enter your desired username, email and password. Make sure you remember them as you'll need them in future.

eg.

Username: admin

Email: [email protected]

Password: HighlyConfidentialPassword

All Set! 🀩

Now you can run the server to see your application up & running πŸš€

`$ python manage.py runserver`

To exit the environment ❎

`$ deactivate`

Every time you want to open the application in browser, make sure you run:

`$ source venv/Scripts/activate`

`$ python manage.py runserver`

## A Glimpse of the Dashboard 😍

![Dashboard](https://i.imgur.com/vN530l3.png)

### License ✍

```
MIT License

Copyright (c) 2022 Aji Creations

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

Liked our work ? πŸ€” Do star [this](https://github.com/ajitharunai) repository ⭐ It'll motivate us more 😁