Skip to content
Snippets Groups Projects
Commit c0e665ff authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-139: full import path, not just the django manage.py relative import path

parent 411e233b
No related branches found
No related tags found
1 merge request!96Resolve TMSS-139
...@@ -88,7 +88,7 @@ ALLOWED_HOSTS = [] ...@@ -88,7 +88,7 @@ ALLOWED_HOSTS = []
# Application definition # Application definition
INSTALLED_APPS = [ INSTALLED_APPS = [
'tmss.tmssapp', 'lofar.sas.tmss.tmss.tmssapp',
'django.contrib.admin', 'django.contrib.admin',
'django.contrib.auth', 'django.contrib.auth',
'django.contrib.contenttypes', 'django.contrib.contenttypes',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment