aboutsummaryrefslogtreecommitdiffstats
path: root/example/urls.py
AgeCommit message (Collapse)Author
2013-10-26Eliminate almost all flake8 messages.Aymeric Augustin
2013-10-17Remove unused imports.Aymeric Augustin
2013-10-15Fix a few issues in the updated example project.Aymeric Augustin
2013-10-14Update the example app with a modern project template.Aymeric Augustin
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.