modify setting.py and modify source.html

This commit is contained in:
wrmswindmill 2018-09-25 16:25:40 +08:00
parent 8c61a5dac0
commit 03b4b4dc28
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ sys.path.insert(0, os.path.join(BASE_DIR, 'apps'))
SECRET_KEY = '-v3mo%rerbbh%7xez9^jg^htsn53e4v-)ij-xa5c7gku%8o%p)'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
COMPRESS_ENABLED = True
ALLOWED_HOSTS = ['*']

View File

@ -62,7 +62,7 @@
</ul>
<ul class="nav navbar-nav navbar-right explain" onclick="Codelabeling()">
<li class="explainli">Code labeling</li>
<li class="explainli">Help</li>
</ul>
</div>