aboutsummaryrefslogtreecommitdiffstats
path: root/example/urls.py
AgeCommit message (Collapse)Author
2013-02-12Updated example to use class-based generic viewsAlex Meng
Django dropped the function-based generic views in favor of class-based generic views.  The transition is outlined here: https://docs.djangoproject.com/en/1.4/topics/generic-views-migration/
2010-02-11Added example project directory.Rob Hudson
Currently this allows for easy manual testing a few other Javascript libraries and whether the debug toolbar javascript conflicts with them.