Create README.md

This commit is contained in:
Ivan Kaziev 2024-04-23 19:31:40 +03:00
parent c1ba1e3a7f
commit bdf6f5761a

View File

@ -15,9 +15,7 @@ AUTH_USER_MODEL = 'auth.User'
ALLOWED_HOSTS = os.getenv(
'DJANGO_ALLOWED_HOSTS',
default=[
'localhost,127.0.0.1',
],
default='localhost,127.0.0.1',
).split(',')
INSTALLED_APPS = [