Django app to create and manage Awards for your Model objects.
Project description
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.
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
File details
Details for the file django_generic_awards-0.3.2.tar.gz.
File metadata
- Download URL: django_generic_awards-0.3.2.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac57fc45b70d0081e1f885d8928de388da6cd3606f0e4ed5452639fc73373267
|
|
| MD5 |
11651fb0d4ed9de5251797a521f19475
|
|
| BLAKE2b-256 |
077e390a16fc2bee8f896f49ec5b30c3c3f5eceecb369395fefe0df07a309962
|