Add autocomplete widget and fix some errors

This commit is contained in:
Jan Tuomi
2017-09-25 20:45:13 +03:00
parent 91a0694ae5
commit 7ce28c3a48
9 changed files with 55 additions and 3 deletions
+2
View File
@@ -64,6 +64,8 @@ LOGGING = {
INSTALLED_APPS = [
'modeltranslation', # has to be before admin for translation admin to work
'dal',
'dal_select2',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',