Browse Source
Merge pull request #1907 from doccano/fix/herokuAdminAccess
Enable to access to admin site on Heroku
pull/1910/head
Hiroki Nakayama
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
backend/config/settings/heroku.py
|
|
@ -2,4 +2,4 @@ import django_heroku |
|
|
|
|
|
|
|
from .base import * # noqa: F401,F403 |
|
|
|
|
|
|
|
django_heroku.settings(locals(), test_runner=False) |
|
|
|
django_heroku.settings(locals(), test_runner=False, staticfiles=False) |