Skip to content

Commit

Permalink
Resgistra app receitas
Browse files Browse the repository at this point in the history
  • Loading branch information
brnocesar committed Nov 6, 2020
1 parent 60f0ad1 commit 3657009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
venv/
db.sqlite3
*/__pycache__/
*.pyc
5 changes: 3 additions & 2 deletions djangoreceitas/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'apps.receitas',
]

MIDDLEWARE = [
Expand Down Expand Up @@ -103,9 +104,9 @@
# Internationalization
# https://docs.djangoproject.com/en/3.1/topics/i18n/

LANGUAGE_CODE = 'en-us'
LANGUAGE_CODE = 'pt-br'

TIME_ZONE = 'UTC'
TIME_ZONE = 'America/Sao_Paulo'

USE_I18N = True

Expand Down

0 comments on commit 3657009

Please sign in to comment.