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
Release files for django-ad-rotator 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-ad-rotator-0.1.tar.gz | 7.5 kB | Details |
Release files / django-ad-rotator-0.1.tar.gz
| Download URL | django-ad-rotator-0.1.tar.gz |
|---|---|
| Size | 7.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7ce4dc37c97ba6bdb0e3e5d23049262d72de098539fb4615c6cd214e62ead494
|
|
BLAKE2b-256 checksum How to use checksums |
d2f52a53d3d84e62e91d647b65f1150d3b9ad7c57e92e57ebabeb5d82be360f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |