settings structure
This commit is contained in:
parent
3740a520a6
commit
dd713011a5
@ -158,3 +158,8 @@ LOGGING = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ACCOUNT_ACTIVATION_DAYS = 7
|
ACCOUNT_ACTIVATION_DAYS = 7
|
||||||
|
|
||||||
|
try:
|
||||||
|
from .local_settings import *
|
||||||
|
except ImportError:
|
||||||
|
pass
|
||||||
|
6
setup.py
6
setup.py
@ -17,8 +17,12 @@ setup(
|
|||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
platforms='any',
|
platforms='any',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'django',
|
'django<1.6',
|
||||||
'dnspython',
|
'dnspython',
|
||||||
|
'south',
|
||||||
|
'django-bootstrap-form',
|
||||||
|
'django-registration',
|
||||||
|
'django-debug-toolbar', #for dev
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 2 - Pre-Alpha',
|
'Development Status :: 2 - Pre-Alpha',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user