Merge pull request #563 from liangliangyy/dev

django 4.0支持
pull/12/head
且听风吟 4 years ago committed by GitHub
commit 202baef7f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@ TESTING = len(sys.argv) > 1 and sys.argv[1] == 'test'
# ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['*', '127.0.0.1', 'example.com']
# Application definition
CSRF_TRUSTED_ORIGINS = ['http://example.com']
INSTALLED_APPS = [
# 'django.contrib.admin',

Loading…
Cancel
Save