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
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 details)
File details
Details for the file django-adworks-0.1.tar.gz.
File metadata
- Download URL: django-adworks-0.1.tar.gz
- Upload date:
- Size: 16.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d814c4fffced348589cdc12cf39261245c09edaa74d5279d6e0c4b897a245c93
|
|
| MD5 |
d4daf0d9a81291d9cfa288faf157c4d9
|
|
| BLAKE2b-256 |
b7dfa6523cbb42c737f39c535cb3d08c9864fd265f1c84c49964dc202ff40373
|