Skip to content
Snippets Groups Projects
Commit 290365d7 authored by hiruthikj's avatar hiruthikj
Browse files

debug change to false

parent 31c0245a
No related branches found
No related tags found
No related merge requests found
# Book Management System # Book Management System
## A django webapp with postgresql database ## A django webapp with postgresql database
NOTE: Due to lack of time, this is bare-bones version of the project NOTE: Due to lack of time, this is bare-bones version of the project
HEROKU: https://the-book-site.herokuapp.com/
ADMIN PAGE: http://127.0.0.1:8000/admin/ ADMIN PAGE: http://127.0.0.1:8000/admin/
......
No preview for this file type
...@@ -24,7 +24,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent ...@@ -24,7 +24,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = 'w_f#_u9s8p^u8)xtdi13k7oo+6m6oak11vm0cz45)xuqh4)024' SECRET_KEY = 'w_f#_u9s8p^u8)xtdi13k7oo+6m6oak11vm0cz45)xuqh4)024'
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = False
ALLOWED_HOSTS = [] ALLOWED_HOSTS = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment