Navigation Menu

Skip to content

Commit

Permalink
Update to Django 2.2 (#10)
Browse files Browse the repository at this point in the history
* Updating to Django 2.2

* Update settings.py
  • Loading branch information
patoroco committed Apr 2, 2019
1 parent 6cd12e4 commit 4f9623d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djredirect/settings.py
Expand Up @@ -37,7 +37,7 @@
'django.contrib.auth', 'django.contrib.auth',
'django.contrib.contenttypes', 'django.contrib.contenttypes',
'django.contrib.sessions', 'django.contrib.sessions',
# 'django.contrib.messages', 'django.contrib.messages',
'django.contrib.staticfiles', 'django.contrib.staticfiles',
] ]


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
django==2.1.7 django>=2.2
whitenoise whitenoise


django-statsd django-statsd
Expand Down

0 comments on commit 4f9623d

Please sign in to comment.