django-adzone icon indicating copy to clipboard operation
django-adzone copied to clipboard

A django application to manage advertising and advertising zones.

Results 8 django-adzone issues
Sort by recently updated
recently updated
newest added

In `django-adzone/admin.py`: - Class 'AdClickAdmin' - parameter `search_fields = ['ad' , 'source_ip' ] ` needs to be changed to `search_fields = ['ad__title', 'source_ip ]` , since you can't directly search...

Hi, I just installed adzone and followed the documentation. I am running django 1.7 on a python 3.4 virtualenv. I added adzone tomy installed apps and get the following error...

Do you plan to add support for google adsense codes?

Having a adzone depend on sites is not really ideal. This situation comes up with projects that don't really require multi site support (which is probably _most_ projects tbh). Authors...

It would be awesome to be able to install django-adzone via: ``` pip install django-adzone ``` Short guide to registering on PyPI: http://guide.python-distribute.org/quickstart.html#register-your-package-with-the-python-package-index-pypi

Right now, it's possible to have duplicate advertisers. For example, I could have two advertisers called `BECU`, each with the company website `http://becu.org/`. It seems like it would make sense...

If a website is redesigned and the zones change, right now, all ads that were in the zone will be deleted - and by association, all ad impressions from ads...

Allow for users to supply details for external advertising sources in some capacity

feature request