Courses is a simple Django app to manage online courses (education).
Project description
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
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
Add “courses” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'courses', ]
Include the polls URLconf in your project urls.py like this:
path("", include("courses.urls")),
Run python manage.py migrate to create the courses tables in DB.
Start the development server and visit http://127.0.0.1:8000/admin/ to manage your courses (you’ll need the Admin app enabled).
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-courses-1.0a0.tar.gz
.
File metadata
- Download URL: django-courses-1.0a0.tar.gz
- Upload date:
- Size: 31.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb07ccfc59f1851197ad461abcc2a5e5e867746f648c278e5e65d12910b198dd |
|
MD5 | 2286973e3bc1667632fc89759b82987d |
|
BLAKE2b-256 | b9ac4033350f1fa37caa01dd2c819f6ee875f32f31066465410768882288c916 |
File details
Details for the file django_courses-1.0a0-py3-none-any.whl
.
File metadata
- Download URL: django_courses-1.0a0-py3-none-any.whl
- Upload date:
- Size: 44.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c523ba3881f8dcb2d9f96d9958ec23d8fab4c7207ec91a8f88b942d80d2285f4 |
|
MD5 | 598c85f9d1277d4f6e43df3e6992f477 |
|
BLAKE2b-256 | c1b13fb4c912b1f6a0f03340f1a5045fce3bd83bcabeeb1615b9befc198227ce |