Skip to content

Commit

Permalink
Merge pull request #15 from rakinplaban/live
Browse files Browse the repository at this point in the history
set debug to true
  • Loading branch information
rakinplaban authored Oct 25, 2024
2 parents de0a62b + e97e1b6 commit d253b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomencletureproject/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
SECRET_KEY = 'django-insecure-@7m3(-5uhlwn1+&%ks5+x-*$sl*v1t0(77cc55nnt-bb!%^0-g'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True

ALLOWED_HOSTS = [
'*'
Expand Down

0 comments on commit d253b1a

Please sign in to comment.