summaryrefslogtreecommitdiff
path: root/sublab_project/settings.py
AgeCommit message (Collapse)Author
2012-01-05make ldap authentication workChristian Franke
authorization is still missing -> people can login but can't really do anything. It seems like we should add a group for members to ldap and authorize the matching django group to be allowed to edit news, projects, and so on. Maybe there is a better solution, which I did not see? Also, there is probably a better code for the populate_user handler I placed in accounts/models.py
2012-01-04Added model, admin, tests and tasks for calendarium.Markus Zapke-Gründemann
2012-01-01Added LDAP authentication (not working yet).Markus Zapke-Gründemann
2012-01-01Added logging for development.Markus Zapke-Gründemann
2011-12-30Added flatpages and more logos.Markus Zapke-Gründemann
2011-12-30add static filesChristian Franke
2011-12-29Added gunicorn to installed apps.Markus Zapke-Gründemann
2011-12-29Initial commit.Markus Zapke-Gründemann