Skip to content
Snippets Groups Projects
Commit e1eef6f8 authored by Marco Frailis's avatar Marco Frailis
Browse files

Simplifying the app inclusion

parent 4f9bd9d0
Branches
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ INSTALLED_APPS = [ ...@@ -38,7 +38,7 @@ INSTALLED_APPS = [
'django.contrib.messages', 'django.contrib.messages',
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'django_extensions', 'django_extensions',
'imagedb.apps.ImagedbConfig', 'imagedb',
'rest_framework', 'rest_framework',
'url_filter', 'url_filter',
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment