Skip to content

Commit

Permalink
seriously? pep8?
Browse files Browse the repository at this point in the history
  • Loading branch information
sara committed Jul 25, 2018
1 parent 9efbe5e commit c9c9520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion garfield/garfield/settings.py
Expand Up @@ -25,7 +25,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ['localhost', '127.0.0.1', '0ce26665.ngrok.io', 'tunnel.brooklynhacker.com']
ALLOWED_HOSTS = ['tunnel.brooklynhacker.com']


# Application definition
Expand Down
2 changes: 1 addition & 1 deletion garfield/garfield/urls.py
Expand Up @@ -10,6 +10,6 @@
url(r'^sms/', include('sms.urls')),
url(r'^sims/', include('sims.urls')),
url(r'^deterrence/', include('deterrence.urls')),
url(r'^lookup/',include('lookup.urls')),
url(r'^lookup/', include('lookup.urls')),
url(r'^bots/', include('bots.urls')),
]

0 comments on commit c9c9520

Please sign in to comment.