Simple banner system
Project description
Usage
You have to use south migrations to update your database:
python manage.py migrate
Note
Banner admin page is provided for adding banner through django admin interface
Add application to INSTALLED_APPS in settings.py:
... 'banner', ...
Use template tag in your templates as is:
{% get_banner 'banner_name' 150 150 %}
Note
get_banner(slug, width, height, queryset=Banner.objects.all())
Uses also settings.STATIC_URL to display banner image.
Written by the development team of Arpaso company: http://arpaso.com
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.