Tomas Gavenciak
10 years ago
4 changed files with 25 additions and 0 deletions
@ -1,2 +1,11 @@ |
|||||
from .settings_common import * |
from .settings_common import * |
||||
|
|
||||
|
# Local development settings |
||||
|
|
||||
|
INSTALLED_APPS += ( |
||||
|
'debug_toolbar', |
||||
|
'django_extensions', |
||||
|
) |
||||
|
|
||||
|
|
||||
|
|
||||
|
Loading…
Reference in new issue