diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-28 20:46:43 +0200 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-03-28 20:46:43 +0200 |
commit | de36b45bc8b645456449c15bdd7950ce48e6b0db (patch) | |
tree | f158cb1307274acdd2a660e04784c47573000090 /settings.py | |
parent | 26a3772b571398537affa10e7bb9cfbfdfb18c1c (diff) | |
download | hyperkitty-de36b45bc8b645456449c15bdd7950ce48e6b0db.tar.gz hyperkitty-de36b45bc8b645456449c15bdd7950ce48e6b0db.tar.xz hyperkitty-de36b45bc8b645456449c15bdd7950ce48e6b0db.zip |
Add first bits of a REST API relying on the django-rest-framework
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 181ebee..f5c54ad 100644 --- a/settings.py +++ b/settings.py @@ -130,6 +130,7 @@ INSTALLED_APPS = ( # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', 'mongodb', + 'djangorestframework', ) # A sample logging configuration. The only tangible logging |