Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dulangadasanayake/eyewear-shop-django
- Owner: DulangaDasanayake
- Created: 2024-04-30T23:35:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T14:24:18.000Z (3 months ago)
- Last Synced: 2024-08-14T10:49:07.150Z (3 months ago)
- Topics: app, django, django-lms, ecommerce, lms, python, webapp
- Language: JavaScript
- Homepage:
- Size: 2.67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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