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
- Host: GitHub
- URL: https://github.com/ajitharunai/modern-student-management-system-using-django
- Owner: ajitharunai
- License: mit
- Created: 2022-12-24T14:40:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-24T16:50:24.000Z (over 2 years ago)
- Last Synced: 2025-01-29T12:29:13.854Z (4 months ago)
- Topics: django, django-application, django-blog, django-framework, django-project, project, python3, student
- Language: JavaScript
- Homepage: https://www.linkedin.com/posts/ajith-kumar-m-7897541b4_management-django-djangorestframework-activity-7012419446560477184-YbLy?utm_source=share&utm_medium=member_desktop
- Size: 14.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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 π

[](https://github.com/ajitharunai/Modern-Student-Management-system-using-Django.git)
[](https://hits.seeyoufarm.com)
[](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: HighlyConfidentialPasswordAll 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 π

### License β
```
MIT LicenseCopyright (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 π