Commit graph

10 commits

Author SHA1 Message Date
Jan Dittberner 911d321eb9 update dependencies 2014-12-17 21:32:42 +01:00
Jan Dittberner 6db4fbd73e update to Django 1.7.1 2014-12-17 21:24:34 +01:00
Jan Dittberner 06df1c5f0b remove unnecessary dependency on South 2014-12-17 21:12:32 +01:00
Jan Dittberner 241ab005bb remove recursive dependecies of celery 2014-05-31 13:16:21 +02:00
Jan Dittberner 2bce3942ea add releases to local requirements 2014-05-31 12:19:44 +02:00
Jan Dittberner 5174e144ba use YAML for celery serialization
- add CELERY_ACCEPT_CONTENT, CELERY_TASK_SERIALIZER and
  CELERY_RESULT_SERIALIZER in gvaldap.settings.base
- add pyaml to requirements/base.txt
2014-05-30 18:37:58 +02:00
Jan Dittberner 1575725bcb add celery tasks
- add celery application code in gvaldap.celery
- add osusers app to mimic the osusers code in the main gnuviechadmin code
- add celery configuration settings to gvaldap.settings.base
- add osusers.models.Group and osusers.models.User
- add osusers.tasks.create_ldap_group and osusers.tasks.create_ldap_user
- add billiard, kombu and pytz to requirements/base.txt
2014-05-30 12:12:21 +02:00
Jan Dittberner 72f5d78c10 implement LDAP password hashing
- add passlib to requirements/base.txt
- implement ldapentities.models.LdapUser.set_password
2014-05-30 01:13:41 +02:00
Jan Dittberner b736d5c041 add celery and sqlparse requirements 2014-05-30 00:17:21 +02:00
Jan Dittberner ccb7fc7b6b initial project based on twoscoops template
- used https://github.com/twoscoops/django-twoscoops-project
- removed templates and static files
- changed requirements, settings and docs
2014-05-29 23:57:19 +02:00