kmike / django-faves

This app lets users favorite objects in your database (as well as unfavorite them). Original author is jeffrey.a.croft.

Clone this repository (size: 72.8 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/kmike/django-faves/

Changed (Δ193 bytes):

raw changeset »

.hgignore (2 lines added, 0 lines removed)

MANIFEST (9 lines added, 0 lines removed)

Up to file-list .hgignore:

@@ -31,3 +31,5 @@ Thumbs.db
31
31
32
32
#setup files
33
33
build/
34
dist/
35
django_faves.egg-info/

Up to file-list MANIFEST:

1
setup.py
2
faves/__init__.py
3
faves/admin.py
4
faves/managers.py
5
faves/models.py
6
faves/urls.py
7
faves/views.py
8
faves/templatetags/__init__.py
9
faves/templatetags/faves.py