Skip to content

Commit

Permalink
Merge pull request #336 from cacarrara/rm-naomi
Browse files Browse the repository at this point in the history
 Removes naomi from debug mode
  • Loading branch information
turicas committed Jun 26, 2020
2 parents 0f50cd5 + 912c455 commit a26e6ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion brasilio/settings.py
Expand Up @@ -58,7 +58,6 @@
]
if DEBUG:
MIDDLEWARE.append("utils.sqlprint.SqlPrintingMiddleware")
INSTALLED_APPS += ("naomi",)

ROOT_URLCONF = "brasilio.urls"
APPEND_SLASH = True
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Expand Up @@ -12,7 +12,6 @@ django-extensions
django-localflavor==3.0.1
django-markdownx
django-minio-storage==0.3.7
django-naomi
django-recaptcha
django-redis
django-rq==2.3.2
Expand Down

0 comments on commit a26e6ee

Please sign in to comment.