Django Generic Awards
Django app to create and manage Awards for your Model objects.
Quick start
-
Add
django.contrib.sites,tofanddjango_generic_awards.apps.DjangoGenericAwardsConfigto your INSTALLED_APPS setting like this:INSTALLED_APPS = [ ... 'django.contrib.sites', 'tof', 'django_generic_awards', ]
-
Make sure that you have
SITE_IDin yoursettings.py:SITE_ID = XX
-
Run
python manage.py migrate sitesto create example site for your project. -
Run
python manage.py migrateto create the django_generic_awards models. -
Start the development server and visit http://127.0.0.1:8000/admin/ to setup Awardable models and add new Awards.
Optional
- Run tests with
python runtests.pycommand
Special Thanks
To winePad GmbH for initiating and sponsoring of this project.
Release files for django-generic-awards 0.3.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_generic_awards-0.3.2.tar.gz | 15.5 kB | Details |
Release files / django_generic_awards-0.3.2.tar.gz
| Download URL | django_generic_awards-0.3.2.tar.gz |
|---|---|
| Size | 15.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ac57fc45b70d0081e1f885d8928de388da6cd3606f0e4ed5452639fc73373267
|
|
BLAKE2b-256 checksum How to use checksums |
077e390a16fc2bee8f896f49ec5b30c3c3f5eceecb369395fefe0df07a309962
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.4
|