Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackstarsj/student_management_system_part_11
Student Management System With Video Conferencing Class Room Features
https://github.com/hackstarsj/student_management_system_part_11
database django django-application mysql python rtcmulticonnection student-management student-project video-conferencing webrtc
Last synced: about 1 month ago
JSON representation
Student Management System With Video Conferencing Class Room Features
- Host: GitHub
- URL: https://github.com/hackstarsj/student_management_system_part_11
- Owner: hackstarsj
- License: other
- Created: 2020-04-12T11:51:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T10:52:36.000Z (7 months ago)
- Last Synced: 2024-09-28T16:23:39.420Z (about 2 months ago)
- Topics: database, django, django-application, mysql, python, rtcmulticonnection, student-management, student-project, video-conferencing, webrtc
- Language: JavaScript
- Homepage:
- Size: 25 MB
- Stars: 188
- Watchers: 13
- Forks: 112
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# student_management_system_in_django
student_management_system_in_django[![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://github.com/hackstarsj/student_management_system_part_11/raw/master/LICENSE)
Complete Video Tutorial : Link
Use for Personal Use and for Learning Purpose for Commercial Use Please Contact : [email protected]
Login
[email protected]
adminx2How to Deploy on Heroku
Tutorial Link : https://youtu.be/n4ly0_S3uGo
Donate
Installation Steps :
Project Dependency :
pip install requests
pip install Django
pip install mysql-client
pip install mysqlclient
- In login_page.html Replace
CAPTCHA_CLIENT_KEY
with Captcha Client Side Key - In views.py Replace
CAPTCHA_SERVER_KEY
with Captcha SERVER Side Key - For Captcha Key Visit https://www.google.com/recaptcha/intro/v3.html
- First Create MySql Database Tutorial : https://youtu.be/cEazlDKu86E
- Change Database Setting in settings.py
Run Migration Command
python manage.py makemigrations
python manage.py migrate
Run Project python runserver
For Video Confrencing Using This Library Complete Demo Project : https://www.rtcmulticonnection.org/