Commit 9acdd899 authored by John Red Medrano's avatar John Red Medrano

Merge pull request #594 in RMS/api-main-service from red-develop to RMSv2

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