Skip to content

Commit

Permalink
Bug fix for django 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Jul 30, 2018
1 parent 65f4c19 commit beb1e18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified testproject/testproject/db/prepopulated.db
Binary file not shown.
1 change: 0 additions & 1 deletion testproject/testproject/settings/base.py
Expand Up @@ -59,7 +59,6 @@
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django.middleware.security.SecurityMiddleware',
Expand Down

0 comments on commit beb1e18

Please sign in to comment.