equal
deleted
inserted
replaced
152 'chunked_uploads', |
152 'chunked_uploads', |
153 'ldtplatform', |
153 'ldtplatform', |
154 'metadatacomposer', |
154 'metadatacomposer', |
155 ) |
155 ) |
156 |
156 |
|
157 MIGRATION_MODULES = { |
|
158 "registration": "app_migrations.registration", |
|
159 } |
|
160 |
|
161 |
157 #AUTH_PROFILE_MODULE = 'user.UserProfile' |
162 #AUTH_PROFILE_MODULE = 'user.UserProfile' |
158 AUTH_USER_MODEL = 'user.LdtUser' |
163 AUTH_USER_MODEL = 'user.LdtUser' |
159 INITIAL_CUSTOM_USER_MIGRATION = "0009_rename_auth_user_to_user_ldt_user" |
164 #INITIAL_CUSTOM_USER_MIGRATION = "0009_rename_auth_user_to_user_ldt_user" |
160 |
165 |
161 DECOUPAGE_BLACKLIST = ( |
166 DECOUPAGE_BLACKLIST = ( |
162 "de_PPP", |
167 "de_PPP", |
163 ) |
168 ) |
164 |
169 |