Skip to content

Releases: caktus/tequila-django

v0.9.18

26 Sep 19:51
964c323
Compare
Choose a tag to compare
  • Support one celery beat instance alongside multiple worker instances #33

v0.9.17

11 Sep 17:51
8870b3d
Compare
Choose a tag to compare

[TEQ-71] Use manage.sh and dotenv when running Django commands

v0.9.16

06 Aug 14:36
65ee6b8
Compare
Choose a tag to compare
  • 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

31 Jul 13:56
3df7aff
Compare
Choose a tag to compare
  • Fix indent to resolve syntax error

v0.9.14

30 Jul 16:47
Compare
Choose a tag to compare
  • 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

01 Jun 13:24
13e082a
Compare
Choose a tag to compare

Updates to enable Celery event monitoring with snapshots.

v0.9.12: migrating to separate tequila-nodejs role

31 May 20:02
f138a7a
Compare
Choose a tag to compare
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

19 Mar 12:08
e70cefc
Compare
Choose a tag to compare
TEQ-57: Adding additional env settings to envfile.j2 for Celery 4

v0.9.10

02 Mar 20:47
1c400e3
Compare
Choose a tag to compare
Update CHANGES.rst

v0.9.9: Update README.rst

02 Mar 20:46
6500126
Compare
Choose a tag to compare
Clarify issues with quoting variables to be used in the .env environment variables file.