mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-17 21:48:02 +00:00
Allow all
This commit is contained in:
@@ -9,13 +9,7 @@ from django.urls import reverse_lazy
|
|||||||
from ivatar.settings import BASE_DIR
|
from ivatar.settings import BASE_DIR
|
||||||
|
|
||||||
ADMIN_USERS = []
|
ADMIN_USERS = []
|
||||||
ALLOWED_HOSTS = [
|
ALLOWED_HOSTS = [ '*' ]
|
||||||
'localhost',
|
|
||||||
gethostname(),
|
|
||||||
gethostbyname(gethostname()),
|
|
||||||
'.openshiftapps.com',
|
|
||||||
'127.0.0.1',
|
|
||||||
]
|
|
||||||
|
|
||||||
from ivatar.settings import INSTALLED_APPS # noqa
|
from ivatar.settings import INSTALLED_APPS # noqa
|
||||||
INSTALLED_APPS.extend([
|
INSTALLED_APPS.extend([
|
||||||
|
|||||||
Reference in New Issue
Block a user