Can now configure allowed host in all settings
This commit is contained in:
parent
c0724d3cb4
commit
2f8a026afa
4 changed files with 6 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ test_api:
|
|||
paths:
|
||||
- "$PIP_CACHE_DIR"
|
||||
variables:
|
||||
DJANGO_ALLOWED_HOSTS: "localhost"
|
||||
DATABASE_URL: "postgresql://postgres@postgres/postgres"
|
||||
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue