Show tip of the day cards on your site.
Install django-tips:
pip install django-tips
Then use it in a project:
import tips
- django
- djangorestframework
- markdown
- django-sekizai
From tips_frontend directory run:
npm run dev
or production build:
npm run build
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>
pip install poetry poetry install cd example ./manage.py migrate ./manage.py loaddata fixtures/initial_data.json ./manage.py createsuperuser ./manage.py runserver
Tools used in rendering this package: