Show tip of the day cards on your site.
Project description
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
djangorestframework
markdown
Recommanded packages
django-sekizai
Building frontend
From tips_frontend directory run:
npm run dev
or production build:
npm run build
Usage
place where you want to show tips:
{% include "tips/tips.html" %}
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>
Development
pip install -e . pip install -r requirements_dev.txt cd example ./manage.py migrate ./manage.py loaddata fixtures/initial_data.json ./manage.py createsuperuser ./manage.py runserver
Credits
Tools used in rendering this package:
History
0.1.0 (2016-06-10)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
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.7.0.tar.gz
(560.3 kB
view details)
File details
Details for the file django-tips-0.7.0.tar.gz
.
File metadata
- Download URL: django-tips-0.7.0.tar.gz
- Upload date:
- Size: 560.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6776fc18b192b7950fb501b10443b53fce66a532a81e523c03cf7f002ac14b1e |
|
MD5 | 9b0451c9a679b95e96eb53aa2533eec4 |
|
BLAKE2b-256 | f4ef899ce3ad95bd5e759cc77c8faae88af3c0aa9b9426488794ed89fa1ff1fa |