Compare commits

...

2 Commits

Author SHA1 Message Date
ahosking
9930bec65a Add Operating system requirements 2023-01-19 15:23:12 -05:00
6ba83ac2d3 Add better docs and allowed hosts 2022-05-31 23:07:03 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ SECRET_KEY = env("SECRET_KEY", default='django-insecure-7uajhmbt^@)mklk1ur=slkmn
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = env("DEBUG") DEBUG = env("DEBUG")
ALLOWED_HOSTS = ["localhost", "127.0.0.1", "192.168.1.187", "192.168.1.23"] ALLOWED_HOSTS = ["localhost", "127.0.0.1", "192.168.1.187", "192.168.1.23", "192.168.1.125"]
# Application definition # Application definition

Binary file not shown.