Commit 8c724d8b authored by John Red Medrano's avatar John Red Medrano

set debugging to false on staging environment and added the profile picture of...

set debugging to false on staging environment and added the profile picture of the superuser on requirements folder
parent e29485e1
from .base import * from .base import *
import configparser import configparser
DEBUG = True DEBUG = False
ALLOWED_HOSTS = ['*'] ALLOWED_HOSTS = ['*']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment