Skip to main content

Django application for show advertising configurable.

Project description

Django application for show advertising configurable.

Installing

With pip:

pip install django-advertising

Quick start

  1. Add ‘advertising’ to INSTALLED_APPS:

       INSTALLED_APPS = (
       ...
       'advertising',
    )
  2. Apply migrations:

    python manage.py makemigrations advertising
    python manage.py migrate advertising
  3. Add this script in your file .html to use:

    <script src="{% static 'advertising/js/events.js' %}"></script>
  4. Add this line in your file .html to use:

    {% load image %}
    {% get_images_advertising height=300 campaign='CMP1' %}

Parameters

  1. Height: Min height element size.

  2. Campaign: Id unique Advertising Model. (String)

Responsive

If you wish to play with media queries, use the img-advertising class.

Contribute

  1. Fork this repo and install it

  2. Follow PEP8, Style Guide for Python Code

  3. Write code

  4. Write unit test

  5. Send pull request

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-advertising-0.0.7.tar.gz (4.6 kB view details)

Uploaded Source

File details

Details for the file django-advertising-0.0.7.tar.gz.

File metadata

File hashes

Hashes for django-advertising-0.0.7.tar.gz
Algorithm Hash digest
SHA256 e758e435cdf23715a5475cb52c1df0f171b0534a38fd30bce54bd0adba36e21f
MD5 dab578155815d1c8f36d4c6e1bc55ce3
BLAKE2b-256 6f9d3279dc6744e96f794cbb25bd74fe962b545a7ee0c972c8ea0449e066fa39

See more details on using hashes here.

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