Commit 58cf7c2a authored by Gladys Forte's avatar Gladys Forte

Merge branch 'prod-dev-gladys' into 'product-dev'

Prod dev gladys

See merge request rms/Backend/api-main-service!808
parents ca296b69 122a7c58
...@@ -471,14 +471,6 @@ class BaseHeader(models.Model): ...@@ -471,14 +471,6 @@ class BaseHeader(models.Model):
null=True) null=True)
created = models.DateTimeField(auto_now_add=True) created = models.DateTimeField(auto_now_add=True)
is_active = models.BooleanField(default=True) is_active = models.BooleanField(default=True)
html_obj = models.TextField(
blank=True,
null=True
)
html_desc = models.TextField(
blank=True,
null=True
)
class Meta: class Meta:
abstract = True abstract = True
......
...@@ -14,7 +14,7 @@ USER_DEFAULT_PASSWORD = password ...@@ -14,7 +14,7 @@ USER_DEFAULT_PASSWORD = password
CATCH_EMAIL = gladys@tirsolutions.com CATCH_EMAIL = gladys@tirsolutions.com
CR_LINK = http://localhost:8000/cms/change-request/form/view CR_LINK = http://localhost:8000/cms/change-request/form/view
REALTIMESERVER_IP = 127.0.0.1:8000 REALTIMESERVER_IP = 127.0.0.1:8000
DEBUG = True DEBUG = False
[NOTIFICATION_EMAIL] [NOTIFICATION_EMAIL]
......
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