Skip to content

Commit

Permalink
authome.wsgi: remove .env reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Percival committed Sep 1, 2017
1 parent 9d4df2f commit b8bcfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authome/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import confy
from django.core.wsgi import get_wsgi_application

confy.read_environment_file(".env")
confy.read_environment_file()

os.environ.setdefault("DJANGO_SETTINGS_MODULE", "authome.settings")

Expand Down

0 comments on commit b8bcfae

Please sign in to comment.