mirror of
https://github.com/pinry/pinry.git
synced 2025-11-17 02:10:39 +01:00
Feature: Add django_extensions to development version
This commit is contained in:
committed by
Isaac Bythewood
parent
ed09a32423
commit
54c245b6ef
@@ -20,6 +20,10 @@ DATABASES = {
|
||||
}
|
||||
}
|
||||
|
||||
INSTALLED_APPS += [
|
||||
'django_extensions',
|
||||
]
|
||||
|
||||
try:
|
||||
from .local_settings import *
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user