6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
SECRET_KEY=django-insecure-change-me
|
|
DEBUG=True
|
|
ALLOWED_HOSTS=localhost,127.0.0.1
|
|
GALLERY_ROOT=/absolute/path/to/images
|
|
THUMBNAILS_ROOT=/absolute/path/to/thumb-cache
|