Skip to content

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

License

Notifications You must be signed in to change notification settings

akankshast/Django_Student_Management_System

Β 
Β 

Repository files navigation

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

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

SMS_Banner

Website shields.io travis-ci Hits Maintenance

Checkout the live Website here!

Find the detailed project report here! πŸ“œ

Meet the Developers ✨🌟


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/Akash1362000/Django_Student_Management_System.git

$ cd Django_Student_Management_System/

If virtualenv is not installed (What is virtualenv?):

$ 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: admin@admin.com

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

License ✍

MIT License

Copyright (c) 2020 Akash Shrivastava

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 repository ⭐ It'll motivate us more 😁

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 91.1%
  • CSS 5.9%
  • HTML 2.4%
  • Other 0.6%