Simple banner system
Project description
Usage
You have to use south migrations to update your database:
python manage.py migrate
Add application to INSTALLED_APPS in settings.py:
... 'banner', ...
Use template tag in your templates as is:
{% get_banner 'banner_name' 150 150 %}
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.