/django-lms

A Learning Management System project using Django Framework.

Primary LanguagePython

Django LMS

Django LMS is a Learning Management System using the framework, you guessed it right, Django. The system gives teachers and students a simple platform to upload resources and assignments.

Motivation

The project started as a challenge to improve and test my knowledge of Django. The initial version of this project was created within 5 days.

Tech/Framework Used

  • Python
  • Django
  • HTML
  • CSS
  • Bootstrap

Features

This platform is fairly simple yet provides most of the necessary features required in a Learning Management System. It uses Django's MTV architecture.

  • Signup
  • Login
  • Logout
  • Course Creation
  • Course Deletion
  • Assignment Creation
  • Assignment Submission
  • Assignment Deletion
  • Delete Submission
  • Grade Submission
  • Resource Creation
  • Resource Deletion
  • User Profile