aboutsummaryrefslogtreecommitdiffstats
path: root/examples/settings.py
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-01-26 08:58:09 +0000
committertom christie tom@tomchristie.com2011-01-26 08:58:09 +0000
commit6807cf014cb0fde611f63c64bc352038206176cc (patch)
treeb5ebd4414852bf39efdf5380c57875c91e798ee2 /examples/settings.py
parenteff54c00d514e1edd74fbc789f9064d09db40b02 (diff)
downloaddjango-rest-framework-6807cf014cb0fde611f63c64bc352038206176cc.tar.bz2
Added pygments_api example
Diffstat (limited to 'examples/settings.py')
-rw-r--r--examples/settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/settings.py b/examples/settings.py
index d1635104..f85e75f1 100644
--- a/examples/settings.py
+++ b/examples/settings.py
@@ -92,5 +92,6 @@ INSTALLED_APPS = (
'django.contrib.admin',
'flywheel',
'blogpost',
- 'objectstore'
+ 'objectstore',
+ 'pygments_api'
)