Skip to content

MxAcademy is an online distance learning platform using Django and MySql. Frontend pages are integrated with Django Templates. For more details, see ReadMe.md

License

Notifications You must be signed in to change notification settings

hesihui/MxAcademy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MxAcademy

MxAcademy is an online distance learning platform using Django and MySql. Frontend HTML pages are integrated with Django Templates.

Environment Requirements:

  • Django 2.2
  • Python 3.7
  • MySql 5.7
  • other dependency see requirements.txt

Client-Side Features:

  • Basic:
    • Registration, User Center, Global Search
  • Course
    • Course Management
    • Instructor Managment
    • Organization Management
    • Video Contents
    • Course Recommandation System
  • User Operations
    • Comments
    • Subscription

Demo Pic:

course list page

course details page

course contents page

organization page

Admin-Side Features (customized with Django Admin):

  • Course Management
  • Authentication and Authority Management
  • Course Organization Management

Admin system

Configuration

setting.py

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql',
        'NAME': "<db name>",
        'USER': "root",
        'PASSWORD': "<password>",
        'HOST': "127.0.0.1"
    }
}
Resource

Xadmin Documentation: https://github.com/sshwsfc/xadmin

VideoJs: https://videojs.com/

About

MxAcademy is an online distance learning platform using Django and MySql. Frontend pages are integrated with Django Templates. For more details, see ReadMe.md

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published