Releases: caktus/tequila-django
Releases · caktus/tequila-django
v0.9.18
- Support one celery beat instance alongside multiple worker instances #33
v0.9.17
[TEQ-71] Use manage.sh and dotenv when running Django commands
v0.9.16
- New variable
project_subdir
to accomodate projects where the Django project (manage.py
etc.) are in a subdirectory of the repository.
- New variable
wsgi_module
to accomodate projects where the package of the wsgi module is not {{ project_name }}.wsgi
.
v0.9.15
- Fix indent to resolve syntax error
v0.9.14
- New variable
project_port
to have Django listen on a port other than 8000, to help with multi-site deploys.
- Update README with example for SSH agent forwarding.
v0.9.13
Updates to enable Celery event monitoring with snapshots.
v0.9.12: migrating to separate tequila-nodejs role
Merge pull request #32 from caktus/split-out-tequila-nodejs
Split out the nodejs and npm related tasks into a new role
v0.9.11: Merge pull request #29 from caktus/teq-57-celery-variables
TEQ-57: Adding additional env settings to envfile.j2 for Celery 4
v0.9.9: Update README.rst
Clarify issues with quoting variables to be used in the .env environment variables file.