Merge pull request #100 from chrishaines/develop

Make subdomain configurable
This commit is contained in:
Matt Wright
2013-03-13 09:10:16 -07:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -313,6 +313,7 @@ def create_blueprint(state, import_name):
bp = Blueprint(state.blueprint_name, import_name,
url_prefix=state.url_prefix,
subdomain=state.subdomain,
template_folder='templates')
bp.route(state.logout_url, endpoint='logout')(logout)