django-adzone Source Uploaded

development django django-adzone

I have been working on a django advertising application for use in some upcoming projects. Decided to make it openly available to the community. Please note that I found that there is another similair app called django-ads. I have not tested this one, so I dont know what it's like.

The main use case for this application is to allow a user to upload different types of ads, ie, text, banner, flash. These ads are added to a Category, and a Zone. Zones are just a silly name for the different areas on the site which can contain ads, ie. Header, SideBar, Content.

When add is shown on a webpage somewhere, we then record that as an impression. When a user clicks on the ad, we record that click. This information can then be used to generate reports for the client.

The Project is up on Cloud27

The Source code is up on GitHub



Asinox - on 07 Jul 2010

Hi, thanks for your nice work with Django adzone.

I have a litter problem, i cant see Django Adzone in the admin area

Your know how i can fix it?

Thanks Sorry with my English

Andre - on 07 Jul 2010

If you added the application to your INSTALLED_APPS, then you should automatically have the admin for adzone available.

Asinox - on 09 Jul 2010

Thanks Andre, i dont know where is my problem, but is working for 1 website, but no for other, but is ok, ill fix :)

thanks


You can use Markdown to format your comment.