Skip to main content

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

  1. Add django.contrib.sites, tof and django_generic_awards.apps.DjangoGenericAwardsConfig to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'django.contrib.sites',
        'tof',
        'django_generic_awards',
    ]
    
  2. Make sure that you have SITE_ID in your settings.py:

    SITE_ID = XX
    
  3. Run python manage.py migrate sites to create example site for your project.

  4. Run python manage.py migrate to create the django_generic_awards models.

  5. 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.py command

Special Thanks

To winePad GmbH for initiating and sponsoring of this project.

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_generic_awards-0.3.2.tar.gz (15.5 kB view hashes)

Uploaded Source

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