Revision d384f3c9
Added by Benjamin Dauvergne over 12 years ago
calebasse/settings/common.py | ||
---|---|---|
130 | 130 |
|
131 | 131 |
#AUTH_PROFILE_MODULE = "cale_base.CalebasseUser" |
132 | 132 |
|
133 |
FIXTURE_DIRS = ( |
|
134 |
os.path.join(PROJECT_PATH, 'fixtures'), |
|
135 |
) |
|
136 |
|
|
133 | 137 |
INSTALLED_APPS = ( |
134 | 138 |
'django.contrib.auth', |
135 | 139 |
'django.contrib.contenttypes', |
Also available in: Unified diff
move fixtures at the root of the project