Skip to content

Commit c855a17

Browse files
committed
Bumping and fixing testsettings for Django 1.11
1 parent d94d0e1 commit c855a17

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='django-regex-redirects',
8-
version='0.0.9',
8+
version='0.1.0',
99
author=u'Alex de Landgraaf',
1010
author_email='[email protected]',
1111
packages=find_packages(),

testsettings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
}
88
}
99

10+
ALLOWED_HOSTS = ['example.com',]
11+
1012
INSTALLED_APPS = [
1113
'django.contrib.sites',
1214
'regex_redirects',

0 commit comments

Comments
 (0)