diff --git a/appli_project/settings/commun.py b/appli_project/settings/commun.py index ac7013e..2e668a8 100644 --- a/appli_project/settings/commun.py +++ b/appli_project/settings/commun.py @@ -49,6 +49,8 @@ INSTALLED_APPS = ( 'fiber', 'modeltranslation', 'fiber_modeltranslation', + 'rest_framework', + 'rest_framework.authtoken', ) # Local time zone for this installation. Choices can be found here: