aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add explicitly the SESSION_ENGINE var to save the session files in theTheo Chatzimichos2011-07-211-0/+2
* New style for settings splitting. User has to specify production||development...Theo Chatzimichos2011-07-124-2/+27
* Revert "New style for settings splitting. User has to specify"Theo Chatzimichos2011-07-124-27/+2
* New style for settings splitting. User has to specifyTheo Chatzimichos2011-07-114-2/+27
* New app, recover. It has a simple form, where the user gives hisTheo Chatzimichos2011-07-041-0/+1
* Add two more vars in settingsTheo Chatzimichos2011-07-042-0/+16
* Add LDAP_ACL_GROUPS_EDIT which has the groups with permissions to editTheo Chatzimichos2011-07-012-20/+26
* New app, verification, for email verificationTheo Chatzimichos2011-06-301-1/+1
* Add email validation support. When a user signs up, the email doesn'tTheo Chatzimichos2011-06-291-0/+1
* Add BLOWFISH_KEY var in settingsTheo Chatzimichos2011-06-292-2/+8
* Add the UserProfile model in INSTALLED_APPSTheo Chatzimichos2011-06-231-0/+1
* Revert "Change again the settings modular schema, no settings.py is needed"Theo Chatzimichos2011-06-234-4/+2
* Change again the settings modular schema, no settings.py is neededTheo Chatzimichos2011-06-234-2/+4
* Rename the custom logger to just okupyTheo Chatzimichos2011-06-211-1/+2
* pass more arguments to the signup functionsTheo Chatzimichos2011-06-211-1/+3
* typoTheo Chatzimichos2011-06-201-1/+1
* Update settings, add formatters handlers and loggersTheo Chatzimichos2011-06-143-47/+44
* Update the sample settings filesTheo Chatzimichos2011-06-142-5/+13
* Improvements on signup systemTheo Chatzimichos2011-06-142-18/+98
* Update in ldap backend, it now honors the gentooAccess LDAP attributeTheo Chatzimichos2011-06-131-13/+29
* Update settings with more ldap varsTheo Chatzimichos2011-06-133-6/+26
* Add comments in settings files, add additional needed variablesTheo Chatzimichos2011-06-112-2/+38
* Convert all tabs to 4 spacesTheo Chatzimichos2011-06-093-9/+9
* remove django-auth-ldap referrence from settings sample filesTheo Chatzimichos2011-06-072-2/+0
* Login now goes to /login, and the main site is in / instead of /userTheo Chatzimichos2011-06-011-1/+4
* Update the sample files based on the custom backend's varsTheo Chatzimichos2011-05-302-10/+28
* Add the new backend in settingsTheo Chatzimichos2011-05-301-1/+1
* PROJECT_ROOT is defined in settings.py, removing from the sample filesTheo Chatzimichos2011-05-302-6/+0
* Add more LDAP vars in settingsTheo Chatzimichos2011-05-302-4/+18
* Enable the admin panel and login in the settingsTheo Chatzimichos2011-05-301-0/+2
* Remove the accidentally added local fileTheo Chatzimichos2011-05-301-79/+0
* New way to handle settings (based on the transifex way)Theo Chatzimichos2011-05-305-15/+82
* small change in the way settings are importedTheo Chatzimichos2011-05-301-2/+2
* Add AUTH_SERVER_URI in settingsTheo Chatzimichos2011-05-302-0/+4
* Add AUTHENTICATION_BACKENDS in settingsTheo Chatzimichos2011-05-291-0/+5
* Split settings.py to multiple files, under the settings/ dirTheo Chatzimichos2011-05-294-0/+242