Student Management
An awesome student management app built using Django.!
Explore the docs »
View Demo · Report Bug · Request Feature
Table of Contents
About The Project
This is a software that a local business is usiong personally. This website is ideal if you have a student group/ small school where you need to record the students you have and their recurring fees. As this is for internal staff, there is no register form. At the toime of deploying, you can create a superuser and then create staff accounts accordingly from the admin site.
test Account Details: username: test4334 password: uht86#hvn
Built With
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
Getting Started
If you want to run this locally on your system, please follow the steps below.
Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- python3
Installation
Once you have python installed on your system, go to a suitable path in your machine and perform the below steps.
-
Clone the repo
git clone https://github.com/nishantsethi/Student-Management-Django.git
-
Start a virtual environment
python3 -m venv env
-
Initialize into the virtual environment Windows:
.\env\Scripts\activate
Mac/Linux:
source env/Scripts/activate
-
Install packages
pip3 install -r requirements.txt
-
Start Django Server
python3 manage.py runserver
Usage
New Admits is added by pressing on New Admission button at home page. This takes us to Django Admin dashboard for Add new Child. For adding new Fees, Go to Fees -> new Fees. This will also take you to Django Admin dashbord for Add new Fees. All other pages are website templates from where we can view the stats, pending fees, etc.
Roadmap
-
Add Pending Fees View
-
Add Fees View Button in Students Dashboard
-
Add filters in Students and Fees Dashboard
-
Add a model for Type of Fees
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
-
Fork the Project
-
Create your Feature Branch (
git checkout -b feature/AmazingFeature
) -
Commit your Changes (
git commit -m 'Add some AmazingFeature'
) -
Push to the Branch (
git push origin feature/AmazingFeature
) -
Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt
for more information.
Contact
Your Name - @sethinishant
Project Link: https://github.com/nishantsethi/Student-Management-Django
Acknowledgments
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!