Skip to content

Commit

Permalink
Deploy Travis CI build 220 to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-ci committed Oct 15, 2021
1 parent 6b47d24 commit f3e2e24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/settings/default.py
Expand Up @@ -44,7 +44,7 @@
TEMPLATES = [
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": ["templates"],
"DIRS": ["templates", os.path.join(PROJECT_ROOT, "demo_project", "templates")],
"APP_DIRS": True,
"OPTIONS": {
"context_processors": [
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -13,7 +13,7 @@ django-grappelli==2.15.3
django-redis==4.12.1; python_version >= "3.5"
django==3.2.8; python_version >= "3.6"
djangorestframework==3.11.2; python_version >= "3.5"
drf-nested-routers==0.93.3; python_version >= "3.5"
drf-nested-routers==0.93.4; python_version >= "3.5"
drf-yasg==1.20.0; python_version >= "3.6"
faker==9.3.1; python_version >= "3.6"
gunicorn==20.1.0; python_version >= "3.5"
Expand Down

0 comments on commit f3e2e24

Please sign in to comment.