hardcode ALLOWED_HOSTS to * in development
Some checks failed
ERP CI Pipeline / test (push) Has been cancelled
Some checks failed
ERP CI Pipeline / test (push) Has been cancelled
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from .base import *
|
||||
|
||||
DEBUG = True
|
||||
ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'backend']
|
||||
# ALLOWED_HOSTS = ['localhost', '127.0.0.1', 'backend']
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
# SQLite za brzi lokalni razvoj (nema potrebe za instalacijom Postgresa na laptopu)
|
||||
# DATABASES = {
|
||||
|
||||
Reference in New Issue
Block a user