Hannah Lazarus
8c2f49ad38
Update {{cookiecutter.project_slug}}/compose/local/docs/Dockerfile
...
sounds good!
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2020-06-27 13:57:50 -04:00
Hannah Lazarus
401ef31c6c
Remove latex from sphinx docker build
...
Include as helper comment only
2020-05-18 10:33:57 -04:00
Hannah Lazarus
3152bdaeb3
Add sphinx defaults for cookiecutter'd project
...
-serve, watch + live reload for docs + code file changes
-update project makefile + make.bat
-separate _source and _build
-add packages and paths to use autodoc
-edit/add documentation with examples (both at django-cookiecutter and inside generated project)
-add formatted comments in User model for pickup by Sphinx apidoc
-serve docs from a separate docs container for docker build
2020-04-30 13:23:24 -04:00
Sudarshan Wadkar
4021286be0
Add condition to include .co.XX TLDs
...
This is best effort checking of domain names and creating the traefik
rules. These two checks should cover most of the use cases.
2020-04-24 19:43:38 +05:30
Sudarshan Wadkar
ab93e28c88
Update contributors
2020-04-24 19:43:38 +05:30
Sudarshan Wadkar
cafc0ac1f3
Conditionally add www host to traefik router
...
If the domain_name entered contains subdomains, e.g. `api.example.com`
then do *not* add an additional `www.api.example.com` route to traefik
If the user enters only the domain `example.com` then add the optional
`www.example.com` Host to the traefik routers.
2020-04-24 19:43:37 +05:30
Bruno Alla
70e1220484
Merge pull request #2556 from pydanny/pyup-update-pre-commit-2.2.0-to-2.3.0
2020-04-23 16:36:27 +01:00
browniebroke
433aa667f5
Update pre-commit from 2.2.0 to 2.3.0
2020-04-23 12:00:33 +01:00
Bruno Alla
d89e70baee
Merge pull request #2551 from pydanny/pyup-update-sphinx-3.0.1-to-3.0.2
2020-04-21 17:28:08 +01:00
Bruno Alla
6d2241ea35
Merge pull request #2553 from pydanny/pyup-update-cookiecutter-1.7.0-to-1.7.2
2020-04-21 17:27:51 +01:00
Bruno Alla
109784b79d
Fix labeler config
2020-04-21 17:21:43 +01:00
pyup-bot
bda0541a2b
Update cookiecutter from 1.7.0 to 1.7.2
2020-04-20 21:32:43 -07:00
browniebroke
8eeef9a86c
Update sphinx from 3.0.1 to 3.0.2
2020-04-20 12:00:32 +01:00
Bruno Alla
d3439b8592
Exclude changes for project infrastructure
2020-04-18 14:53:57 +01:00
Bruno Alla
935c83fa30
Don't mention updates in release drafter at all
2020-04-18 14:49:20 +01:00
Bruno Alla
d0481624e7
Remove updates from release drafter
2020-04-18 14:46:37 +01:00
Bruno Alla
4ab97dd5a4
Add GitHub action to draft releases notes
2020-04-18 12:33:13 +01:00
Bruno Alla
7a435b3d4a
Add GitHub action to label pull requests
2020-04-17 19:18:56 +01:00
Bruno Alla
d02b88f681
Bump to version 3.0.5-01
2020-04-17 19:08:38 +01:00
Bruno Alla
ca27ddd14d
Merge pull request #2524 from sorasful/master
2020-04-17 12:58:02 +01:00
Bruno Alla
4f6427899b
Merge pull request #2544 from pydanny/pyup-update-flake8-isort-2.9.1-to-3.0.0
2020-04-17 11:35:25 +01:00
Bruno Alla
f01ff95c51
Merge pull request #2539 from Andrew-Chen-Wang/ci
2020-04-17 11:34:50 +01:00
Andrew-Chen-Wang
d249158444
Fix .travis.yml indent alignment
2020-04-16 14:15:35 -04:00
Andrew-Chen-Wang
d2285d9e2d
pytest.parametrized test for generating CI
...
* Removed celerybeat start's postgres_ready() for new PR for closer inspection and further review. Travis and GitLab CI reflect changes
2020-04-16 13:34:12 -04:00
browniebroke
3d9f7b91d0
Update flake8-isort from 2.9.1 to 3.0.0
2020-04-16 12:00:30 +01:00
Bruno Alla
4e789d8f60
Merge pull request #2506 from Andrew-Chen-Wang/async
2020-04-16 09:51:03 +01:00
Bruno Alla
c4e4bea31b
Merge branch 'master' into async
2020-04-16 09:43:38 +01:00
Bruno Alla
3d6dce66aa
Mention ASGI in the README
2020-04-16 09:43:31 +01:00
Bruno Alla
835cd8c9b5
Remove unused parameter in Gulp task
2020-04-16 09:43:28 +01:00
Bruno Alla
c639541d50
Default DJANGO_SETTINGS_MODULE to local settings in asgi.py
...
This is to be consistent with `manage.py` behaviour and required to run locally.
2020-04-16 09:11:15 +01:00
Bruno Alla
7c53b5280a
Merge pull request #2543 from pydanny/pyup-update-flake8-isort-2.9.1-to-3.0.0
2020-04-15 19:33:31 +01:00
pyup-bot
f2f881179c
Update flake8-isort from 2.9.1 to 3.0.0
2020-04-15 09:43:34 -07:00
Bruno Alla
173914bca6
Merge pull request #2538 from Andrew-Chen-Wang/patch-1
...
Add Apache Software License 2.0 to LICENSE
2020-04-15 12:21:12 +01:00
Bruno Alla
7e3f61a2f8
Update .pyup.yml
2020-04-15 10:37:57 +01:00
Andrew-Chen-Wang
25cd8ea72b
Update beat start files with better? SQL statement
2020-04-14 15:05:53 -04:00
Andrew-Chen-Wang
dd0e7c0c80
Remove unnecssary import in celerybeat start files
2020-04-14 12:04:41 -04:00
Andrew Chen Wang
9e007699c9
Merge branch 'master' into ci
2020-04-14 11:55:01 -04:00
Andrew-Chen-Wang
3c63b3e46e
Add Docker support to Travis and GitLab CI
...
* Celerybeat start files wait for table migration so that errors don't occur if a migration does not happen post-build
2020-04-14 11:52:14 -04:00
Andrew Chen Wang
e2b5dba3f7
Remove Apache LICENSE Appendix
2020-04-14 11:50:44 -04:00
Andrew Chen Wang
264466904e
Add Apache Software License 2.0 to LICENSE
2020-04-14 11:36:11 -04:00
Bruno Alla
53b6692b33
Merge pull request #2537 from pydanny/pyup-update-pylint-django-2.0.14-to-2.0.15
...
Update pylint-django to 2.0.15
2020-04-14 13:38:47 +01:00
Bruno Alla
c9e498dc21
Merge pull request #2536 from pydanny/pyup-update-django-anymail-7.0.0-to-7.1.0
...
Update django-anymail to 7.1.0
2020-04-14 13:38:30 +01:00
browniebroke
0c32fac51e
Update pylint-django from 2.0.14 to 2.0.15
2020-04-14 12:00:42 +01:00
browniebroke
82cde2eacc
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:39 +01:00
browniebroke
508ca6f4e8
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:37 +01:00
browniebroke
5040eb9ba4
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:37 +01:00
browniebroke
8bbcc6aa01
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:36 +01:00
browniebroke
81363cc0f8
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:35 +01:00
browniebroke
d816a62e43
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:33 +01:00
browniebroke
7cc6fc0b30
Update django-anymail from 7.0.0 to 7.1.0
2020-04-14 12:00:32 +01:00