equal
deleted
inserted
replaced
205 |
205 |
206 #SILENCED_SYSTEM_CHECKS = ['fields.W342'] # to silence a problem in registration module |
206 #SILENCED_SYSTEM_CHECKS = ['fields.W342'] # to silence a problem in registration module |
207 REGISTRATION_FORM = 'hdabo.forms.HdaboRegistrationForm' |
207 REGISTRATION_FORM = 'hdabo.forms.HdaboRegistrationForm' |
208 REGISTRATION_EMAIL_HTML = False |
208 REGISTRATION_EMAIL_HTML = False |
209 |
209 |
|
210 OLDER_WINDOWS = [ |
|
211 u'Windows', u'Windows Mobile', u'Windows XP', |
|
212 u'Windows ME', u'Windows 2000', u'Windows NT 4.0', |
|
213 u'Windows CE', u'Windows 95', u'Windows 98', |
|
214 u'Windows 3.1', u'Windows NT' |
|
215 ] |
|
216 |
|
217 |
|
218 RENKAN_TUTORIAL_VIDEO_URLS = [ |
|
219 # {'format': 'video/mp4', 'url': '' } |
|
220 ] |
|
221 |
210 from hdalab.config import * #@UnusedWildImport |
222 from hdalab.config import * #@UnusedWildImport |
211 |
223 |
212 if 'LOGIN_REDIRECT_URL' not in locals(): |
224 if 'LOGIN_REDIRECT_URL' not in locals(): |
213 LOGIN_REDIRECT_URL = BASE_URL |
225 LOGIN_REDIRECT_URL = BASE_URL |
214 if 'LOGIN_URL' not in locals(): |
226 if 'LOGIN_URL' not in locals(): |