Skip to main content

A Django app for managing ads and internal promotions.

Project description

Build Status Coverage Status PyPI

Pluggable advertisement and promotion managing application

Quick start

  1. Add “addle” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'addle',
    ]

    Ensure that you have django.contrib.auth added as an application as well.

  2. Include the addle URLconf in your project urls.py like this:

    url(r'^addle/', include('addle.urls')),
  3. Run python manage.py migrate to create the addle models.

  4. Start the development server.

  5. Visit http://127.0.0.1:8000/addle/ to see the app.

Notes for the pluggable application

The standalone application is basically ready to use as one would normally run a Django app, but the pluggable application has a few more things to note.

  • Addle hooks into the Django permissions system. (…)

  • Addle is designed, loosely, for a site using Bootstrap, so elements are classed as such, but this is designed to not be a hard requirement. To that end, some styles are defined within the templates.

Further information

Source, issues, and further information:

GitHub

Author

The OpenFurry Contributors

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-addle-0.0.1.tar.gz (5.2 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