Skip to main content

A Django app to create crash course website.

Project description

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

  1. Add “crash_course” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'crash_course',
    ]
  2. Include the polls URLconf in your project urls.py like this:

    path('crash_course/', include('crash_course.urls')),
  3. Run python manage.py migrate to create the crash course models.

  4. 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).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-crash-course-0.3.tar.gz (4.8 kB view details)

Uploaded Source

File details

Details for the file django-crash-course-0.3.tar.gz.

File metadata

  • Download URL: django-crash-course-0.3.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.6

File hashes

Hashes for django-crash-course-0.3.tar.gz
Algorithm Hash digest
SHA256 66c9b7e8b1361624a248d5063c92c904936b130ba4470d8676de64421d044903
MD5 277c221060b7126536b8d8625258ea63
BLAKE2b-256 1281fbc024adfa6b940e68df0fdee855fcb09313746a830c4636142b7f13374a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page