Let users bookmark their favorite objects
Project description
django-favman
===============================================
* `Overview`_
* `Quick start`_
.. _Overview: #overview
.. _Quick start: #quick-start
.. _overview:
Overview?
------------------------------------
django-favman is a simple application that let users bookmark their favorites.
.. _quick-start:
Quick start
------------------------------------
In settings.py, add 'favman' to the INSTALLED_APPS
In urls.py add ``(r'^favorites/', include('favman.urls'))`` to your urlpatterns
In your templates ::
{% load favman_tags %}
{% favman_media %}
{{object_to_manage}}{% favman_item object=object_to_manage %}
It will create a two-state icon that indicates if the object is in the user favorites.
Clicking on this icon will toggle the state.
The user can also see the list of /favorites/list/
License
=======
django-favman is licensed under the GNU-LGPL
===============================================
* `Overview`_
* `Quick start`_
.. _Overview: #overview
.. _Quick start: #quick-start
.. _overview:
Overview?
------------------------------------
django-favman is a simple application that let users bookmark their favorites.
.. _quick-start:
Quick start
------------------------------------
In settings.py, add 'favman' to the INSTALLED_APPS
In urls.py add ``(r'^favorites/', include('favman.urls'))`` to your urlpatterns
In your templates ::
{% load favman_tags %}
{% favman_media %}
{{object_to_manage}}{% favman_item object=object_to_manage %}
It will create a two-state icon that indicates if the object is in the user favorites.
Clicking on this icon will toggle the state.
The user can also see the list of /favorites/list/
License
=======
django-favman is licensed under the GNU-LGPL
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-favman-0.1.3.tar.gz
(11.8 kB
view details)
File details
Details for the file django-favman-0.1.3.tar.gz.
File metadata
- Download URL: django-favman-0.1.3.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d5b465a7860003e7e79a768fbc4c9b31aa9a0fd84a842f4e72e3d477127d259
|
|
| MD5 |
4f542e25caca4a497f347e01d2feaea0
|
|
| BLAKE2b-256 |
92c412b7ec349ce5d3501a05f71c2bf6951b4aab17c2b997f178566deed5c12e
|