Skip to main content

A simple Django application to manage ad banner design and approval processes.

Project description

A simple Django application to manage ad banner design and approval processes.

Requirements

  • Python 2.7+

  • Django 1.4+

Installation

Install using pip:

$ pip install django-adworks

Or install from source code:

$ python setup.py install

Usage

Add adworks to your INSTALLED_APPS

INSTALLED_APPS = (
    ...
    'adworks',
)

Include adworks in your urls.py

url('adworks', include('adworks.urls')),

Create necessary database tables

$ python manage.py syncdb

or

$ python manage.py migrate adworks

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-adworks-0.1.tar.gz (16.3 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