Roberto Rosario
|
45031022b6
|
Update COMMON_ALLOW_ANONYMOUS_ACCESS description wording
|
2012-01-08 04:58:22 -04:00 |
|
Roberto Rosario
|
c2fcbfe299
|
Add COMMON_ALLOW_ANONYMOUS_ACCESS configuration option to allow access to non authenticated users
|
2012-01-08 04:54:15 -04:00 |
|
Roberto Rosario
|
36c7beca84
|
Added new setting, widget, form and auth backend to allow login via user email address
To enable:
AUTHENTICATION_BACKENDS = ('common.auth.email_auth_backend.EmailAuthBackend',)
COMMON_LOGIN_METHOD = 'email'
|
2011-08-05 23:36:00 -04:00 |
|
Roberto Rosario
|
038a0ea041
|
Added options to automatically create an admin user during syncdb
|
2011-07-07 23:53:15 -04:00 |
|
Roberto Rosario
|
9e61213241
|
Created new smart_settings app and move everything related to app settings to it
|
2011-05-07 01:32:02 -04:00 |
|
Roberto Rosario
|
7f2c563192
|
Converted whole project to a smarter method of defining app settings
|
2011-05-07 01:15:40 -04:00 |
|
Roberto Rosario
|
c44a1f947c
|
Added document printing support
|
2011-05-06 00:46:33 -04:00 |
|
Roberto Rosario
|
f2c9c90b55
|
Started adding configurations setting descriptions
|
2011-03-05 02:34:34 -04:00 |
|
Roberto Rosario
|
06d7e5a46a
|
Added multipage document support and document page transformation
|
2011-02-14 00:18:16 -04:00 |
|