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.3.0.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

django_tips-0.3.0-py2.py3-none-any.whl (11.0 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for django-tips-0.3.0.tar.gz
Algorithm Hash digest
SHA256 fddca7d98f34820038b973aaa0b931f3c566e8dc8ec7998104acdfb0a9166787
MD5 8d49b3d48e1381683ce27d99aa44966b
BLAKE2b-256 ff5f98c65c1b093094762cf88ff30faca4fcfaa6dee9e7a7c4ed82895c80555b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_tips-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8ecfc1d1a3cb1b54f1751d3d6b6ffebed7d60ff0a0c972cb481a007a38e57795
MD5 6802952c746972c8e6dbefcfd4892e35
BLAKE2b-256 f86de41d28f5a845f457e7a56dadec5d8003f1ae1468186883f442bb6224f363

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