rloomans/new-teamtemp

View on GitHub
teamtemp/settings/heroku.py

Summary

Maintainability
A
0 mins
Test Coverage
import os
import dj_database_url

from teamtemp.settings.secure import *

ALLOWED_HOSTS = [ 'localhost', '127.0.0.1', '[::1]', '.herokuapp.com' ]