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.2.tar.gz
(11.8 kB
view details)
File details
Details for the file django-favman-0.1.2.tar.gz
.
File metadata
- Download URL: django-favman-0.1.2.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ad8c031df581ccdf182ad1a71976064df83f49fe5a958e91f01e768616b5a2ca
|
|
MD5 |
440e0cc8535267f2a70f2c6f9a841548
|
|
BLAKE2b-256 |
aa86ff562db42f2221b2693d210ef8a40c917f8a7467049bea74746eabc219e5
|