An open API service indexing awesome lists of open source software.

https://github.com/iamdulanga/eyewear-shop-django

Learning Management System built using Django. It includes features typical of an LMS, such as course management and user interaction.
https://github.com/iamdulanga/eyewear-shop-django

app django django-lms ecommerce lms python webapp

Last synced: about 2 months ago
JSON representation

Learning Management System built using Django. It includes features typical of an LMS, such as course management and user interaction.

Awesome Lists containing this project

README

        

# Django Project

### run project
python manage.py runserver

### each time you make models you have to make migrations
python manage.py makemigrations
python manage.py migrate

### Django administration
python manage.py createsuperuser