Skip to content

Commit

Permalink
Update local.py-template
Browse files Browse the repository at this point in the history
shell plus: base import some modules
  • Loading branch information
mbi authored Oct 14, 2024
1 parent 8adeabd commit 6ad0e7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project_name/project_name/settings/local.py-template
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@ EMAIL_FILE_PATH = '/home/marco/Desktop'
# EMAIL_PORT = 1025

QUERYCOUNT = {'IGNORE_REQUEST_PATTERNS': [r'^/static/', r'^/source/', r'^/media/']}

SHELL_PLUS_IMPORTS = ["uuid", "datetime", "django.utils.timezone", "django.db.models"]

0 comments on commit 6ad0e7e

Please sign in to comment.