alpha
Login
or
Join now
xcc.es
/
djangular
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/mrgnw/djangular.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Adding host
author
Morgan W
date
12 years ago
(Dec 4, 2013, 10:36 AM -0700)
commit
816b2b11
816b2b117c4e856bc5a4116de9b311b69ca4db87
parent
9f1326b7
9f1326b714624477a74482a7a5c1d26b851a0245
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
project
settings
prod.py
+1
-1
project/settings/prod.py
View file
Reviewed
···
3
3
DEBUG = False
4
4
5
5
# This should be set to the production domain (e.g. django-angular-pt.com)
6
6
-
ALLOWED_HOSTS = ['http://sippies.herokuapp.com/']
6
6
+
ALLOWED_HOSTS = ['sippies.herokuapp.com']