Turned off Django DEBUG in the default setup. This resolves all issues with memory leakage and resource hogging seen in issue112.
This commit is contained in:
parent
12acb34ce7
commit
151595a042
4 changed files with 18 additions and 15 deletions
|
|
@ -26,8 +26,6 @@ def create_config_values():
|
|||
ConfigValue.objects.conf("default_home", "2")
|
||||
ConfigValue.objects.conf("site_name", settings.SERVERNAME)
|
||||
ConfigValue.objects.conf("idle_timeout", settings.IDLE_TIMEOUT)
|
||||
#ConfigValue.objects.conf("money_name_singular", "Credit")
|
||||
#ConfigValue.objects.conf("money_name_plural", "Credits")
|
||||
|
||||
def create_connect_screens():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue