Commit 0ba60db4 authored by John Red Medrano's avatar John Red Medrano

Merge pull request #593 in RMS/api-main-service from red-develop to SIT

* commit 'eba94ecd':
  set debugging to false on staging environment and added the profile picture of the superuser on requirements folder
parents b13ac37f eba94ecd
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