Skip to main content

Courses is a simple Django app to manage online courses (education).

Project description

https://img.shields.io/pypi/pyversions/django-courses.svg https://img.shields.io/github/license/vault19/django-courses.svg

Courses is a simple Django app to manage online courses (education). Appliaction is already used by civic association SPy o.z. (non-profit) for project “Teaching with hardware” in Slovak “Učíme s hardvérom”: https://kurzy.ucimesharverom.sk

Project “Učíme s hárverom” is run in Slovak language (how ever this app is in English, but has Slovak translations) and is aimed for Slovak teachers to introduce hardware (such as BBC microbit) into computing lessons at primary and secondary schools.

Quick start

  1. Install django-courses via pip:

    pip install django-courses

Alternatively install latest development version from Github:

pip install https://github.com/vault19/django-courses/archive/refs/heads/main.zip
  1. Add “courses” to your INSTALLED_APPS setting like this:

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

    path("", include("courses.urls")),
  3. Run python manage.py migrate to create the courses tables in DB.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to manage your courses (you’ll need the Admin app enabled).

  5. Visit http://127.0.0.1:8000/ to view the courses list.

Testing

App is using Django’s build in test framework. However, there are only a few tests :(

In order to run tests execute command (in your project):

python manage.py test

Support

Vault19 o.z. (non profit micro hackerspace) did this app because SPy o.z. (non profit supporting Slovak Python community) needed something for better management of their courses. We like to program and we wanted to design a clean Django app and learn one or two things in the process…

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-courses-1.0a0.tar.gz (31.3 kB view hashes)

Uploaded Source

Built Distribution

django_courses-1.0a0-py3-none-any.whl (44.0 kB view hashes)

Uploaded Python 3

Supported by

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