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
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-ad-rotator-0.1.tar.gz
.
File metadata
- Download URL: django-ad-rotator-0.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ce4dc37c97ba6bdb0e3e5d23049262d72de098539fb4615c6cd214e62ead494 |
|
MD5 | 9e269723f7eb43d5b44b26dbe9ba1d42 |
|
BLAKE2b-256 | d2f52a53d3d84e62e91d647b65f1150d3b9ad7c57e92e57ebabeb5d82be360f1 |