Skip to content

Commit

Permalink
Atualizado settings
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarAugusto88 committed Sep 10, 2020
1 parent 57d3582 commit 1ba6b3e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion confidence_chronogram/settings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
"""
Django settings for confidence_chronogram project.
Generated by 'django-admin startproject' using Django 3.0.2.
For more information on this file, see
https://docs.djangoproject.com/en/3.0/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/3.0/ref/settings/
"""

import os

from decouple import config
Expand Down Expand Up @@ -115,4 +127,4 @@
#Comentar django_heroku qndo for rodar localhost
# import django_heroku

# django_heroku.settings(locals())
# django_heroku.settings(locals())

0 comments on commit 1ba6b3e

Please sign in to comment.