django-crash-course 0.3

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangocrashcourse 0.3

Crash Course is a Django app to create an online course generation website.
Each course can contain multiple chapters and each chapter can contain multiple sections.
The section contains actual content in form of text and images.

Quick start

Add “crash_course” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'crash_course',
]

Include the polls URLconf in your project urls.py like this:
path('crash_course/', include('crash_course.urls')),

Run python manage.py migrate to create the crash course models.
Start the development server and visit http://127.0.0.1:8000/admin/
to create a crash course (you’ll need the Admin app enabled).

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.