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
This commit is contained in:
parent
72f5d78c10
commit
1575725bcb
8 changed files with 110 additions and 0 deletions
|
@ -7,3 +7,6 @@ logutils==0.3.3
|
|||
South==0.8.4
|
||||
celery==3.1.11
|
||||
passlib==1.6.2
|
||||
billiard==3.3.0.17
|
||||
kombu==3.0.16
|
||||
pytz==2014.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue