2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 11:57:12 +00:00

reordering import statements using isort

This commit is contained in:
2023-01-19 18:30:05 +00:00
parent 1b70ccea3e
commit e5a9330a91
7 changed files with 51 additions and 39 deletions

View File

@@ -144,5 +144,5 @@ QM_PATTERN="\[\[\s*[Qq][Mm]:([ABC]?)(\d{4})-(\d*)-(\d*)\]\]"
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
from localsettings import *
#localsettings needs to take precedence. Call it to override any existing vars.
#localsettings needs to take precedence. Call it to override any existing vars.