An e-learning management platform (like Google Classroom) built in Django (python)
I made this project for my college degree's final year project work. This is an e-learning management system just like Google's Classroom but opensource. My initial plan was to develop a SaaS platform but this can be used for local deployments too (with minor tweaks required). I believe that there is a lot of potential in this project. I will continue to work on this in my free time and make this production ready.
- I am using MySql server
<script></script>
tags inbase.html
are not available forcollege_base.html
and vice versa.
- do
pipenv install
and thenpipenv shell
- migrate using
python manage.py migrate
- load data from fixtures
python manage.py loaddata plans
- Create superuser
python manage.py createsuperuser
- Go and edit superuser from django's admin panel - assign this superuser to
sybadmin
group - You are all done
- Head over to the issues and select a issue of your liking.
- If you have any doubts or need explanation of any issue then post question in the respective issue thread.
- Please don't create new issues for asking questions about already open issue, use that particular issue's thread for asking questions or head over to discussions.
MIT License
Copyright (c) 2021 Ashish Shetty
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.