Metadata-Version: 2.0
Name: django-ad-code
Version: 1.0.0
Summary: django-ad-code is a reusable application for managing and rendering ad tags from ad networks or exchanges such Adsense, DoubleClick or OpenX.
Home-page: https://github.com/mlavin/django-ad-code
Author: Mark Lavin
Author-email: markdlavin@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules

django-ad-code
===================

django-ad-code is a reusable application for managing and rendering ad tags
from third-party ad server or ad network such Adsense, DoubleClick or OpenX.

django-ad-code is *not* an ad server or full ad management system. It is simply a tool
to help you manage the ad tags needed to use an ad network.

.. image:: https://travis-ci.org/mlavin/django-ad-code.svg?branch=master
    :target: https://travis-ci.org/mlavin/django-ad-code

.. image:: https://codecov.io/github/mlavin/django-ad-code/coverage.svg?branch=master
    :target: https://codecov.io/github/mlavin/django-ad-code?branch=master


Installation
--------------------------------------

django-ad-code requires Django >= 1.8 and Python 2.7 or 3.3+.

To install from PyPi::

    pip install django-ad-code


Documentation
-----------------------------------

Documentation on using django-ad-code is available on
`Read The Docs <http://readthedocs.org/docs/django-ad-code/>`_.

License
--------------------------------------

django-ad-code is released under the BSD License. See the
`LICENSE <https://github.com/mlavin/django-ad-code/blob/master/LICENSE>`_ file for more details.


Contributing
--------------------------------------

If you think you've found a bug or are interested in contributing to this project
check out `django-ad-code on Github <https://github.com/mlavin/django-ad-code>`_.



