Skip to main content

Show tip of the day cards on your site.

Project description

https://badge.fury.io/py/django-tips.png https://travis-ci.org/trojsten/django-tips.png?branch=master

Show tip of the day cards on your site.

Quickstart

Install django-tips:

pip install django-tips

Then use it in a project:

import tips

Requirements

  • django > 1.8

  • react

  • djangorestframework

  • markdown

Recommanded packages

  • django-sekizai

Building frontend

From tips_frontend directory run:

npm run_script watch

or:

npm run_script build

Usage

place where you want to show tips:

{% include "tips/tips.html" %}

include in your base template on appropriate places:

{% render_block "css" %}

<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.0.1/react.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.0.1/react-dom.min.js" type="text/javascript"></script>

{% render_block "js" %}

include csrf-token ajax setup script if you have csrf protection enabled (you can find the script in the example):

<script src="{% static "js/csrf_token.js" %}"></script>

Credits

Tools used in rendering this package:

History

0.1.0 (2016-06-10)

  • First release on PyPI.

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-tips-0.4.0.tar.gz (10.2 kB view details)

Uploaded Source

Built Distribution

django_tips-0.4.0-py2.py3-none-any.whl (11.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-tips-0.4.0.tar.gz.

File metadata

  • Download URL: django-tips-0.4.0.tar.gz
  • Upload date:
  • Size: 10.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-tips-0.4.0.tar.gz
Algorithm Hash digest
SHA256 e0c9c300f2e66d0eb24cea50336a5de9d517050196b9ed88cec749177f550e3c
MD5 17999ed8892a8b21d36cefc443fcf57d
BLAKE2b-256 8d9f9a98ded610c1f67a5789cf862966cf0105d5a22e16c9283755cf360871c7

See more details on using hashes here.

File details

Details for the file django_tips-0.4.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_tips-0.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 257394eada4ff890e4f625724b5d23b8f2835bd9529ebb7db330a600246cbcfc
MD5 34631e9640cf651b4d7eed25fed0c25a
BLAKE2b-256 88a43e2fee317a1ee91717182d2108f01492d56e4ce1e751a0a58ae1d3891a9c

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