Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dulangadasanayake/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/dulangadasanayake/eyewear-shop-django

app django django-lms ecommerce lms python webapp

Last synced: 27 days 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