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
- 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 poetry poetry install cd example ./manage.py migrate ./manage.py loaddata fixtures/initial_data.json ./manage.py createsuperuser ./manage.py runserver
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_tips-0.8.2-py3-none-any.whl (574.9 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size django-tips-0.8.2.tar.gz (569.9 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for django_tips-0.8.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fbbcf72777d001f4f86ba053ba512a3660749d3894e874767e4b02599779d25 |
|
MD5 | c2eccde2c0306961c837d4a56f7b36f0 |
|
BLAKE2-256 | 09195a6ef1aff3f760fddb5c2a2a7fb588f9774c731f56f94bdd034a72fe5065 |