Commit 419763e0 authored by John Red Medrano's avatar John Red Medrano

Merge pull request #596 in RMS/api-main-service from SIT to staging

* commit '4aea90f0':
  set debugging to false on staging environment and added the profile picture of the superuser on requirements folder
parents b6464a0d 4aea90f0
from .base import *
import configparser
DEBUG = True
DEBUG = False
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