cpp added

This commit is contained in:
Egor Matveev
2021-11-15 23:45:15 +03:00
parent 7bc0ad6060
commit 453055e85c
3 changed files with 14 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ import os
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
HOST = os.getenv("HOST", "0.0.0.0")
HOST = os.getenv("HOST", "77.246.159.65")
# Quick-start development settings - unsuitable for production
# See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/