django-categories/categories
2009-10-13 05:06:37 -04:00
..
fixtures Added a demo file of music genres 2009-09-30 10:52:07 -04:00
management Added a command to import categories from a file 2009-08-27 11:56:43 -04:00
migration Added a description field 2009-10-06 08:09:04 -04:00
templates/categories Added a template for the template tags 2009-09-30 10:52:47 -04:00
templatetags Added a new templatetag to retrieve the top level categories 2009-10-05 15:07:11 -04:00
tests Added tests for templatetags 2009-09-30 10:51:28 -04:00
__init__.py Initial import 2009-07-02 20:23:08 -04:00
admin.py Getting the admin interface working 2009-08-27 16:22:09 -04:00
models.py Removed the permalink decorator to make the absoluteurl work 2009-10-13 05:06:37 -04:00
urls.py Fixed the get_absolute_url for the Categories model and fixed up the view as well 2009-10-06 09:28:16 -04:00
views.py Fixed the get_absolute_url for the Categories model and fixed up the view as well 2009-10-06 09:28:16 -04:00