Skip to main content

A reusable Django app for managing and displaying banner ads.

Project description

A reusable Django app for managing and displaying banner ads.

Installation

To get the latest stable release from PyPi

pip install django-ad-rotator

To get the latest commit from GitHub

pip install -e git+git://github.com/bitmazk/django-ad-rotator.git#egg=ad_rotator

Add ad_rotator to your INSTALLED_APPS

INSTALLED_APPS = (
    ...,
    'ad_rotator',
)

Don’t forget to migrate your database

./manage.py migrate ad_rotator

Usage

Create banner ads by creating BannerAd objects in the Django admin.

Hook them up in your tempalte by just adding the get_banner inclusion tag.

    {% load ad_rotator_tags %}

{% get_banner %}

Customize how the banner is displayed by overriding the template at ad_rotator/partials/banner.html.

Contribute

If you want to contribute to this project, please perform the following steps

# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 django-ad-rotator
make develop

git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-ad-rotator-0.1.tar.gz (7.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