Commit Graph

2475 Commits

Author SHA1 Message Date
Bogdan Mateescu
9a46369062
Fix open option for initBrowserSync when using Docker (#3519)
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2022-01-07 10:02:26 +00:00
Bruno Alla
9b069a5558
Update references to Bootstrap from v4 to v5 in README (#3513) 2022-01-05 21:19:19 +00:00
Fábio C. Barrionuevo da Luz
e63578f56c
Merge pull request #3514 from browniebroke/fix/bash-expansion
Double quote array expansions to avoid re-splitting elements
2022-01-04 17:01:16 -03:00
Bruno Alla
e99120d87d Fix typo and trailing whitespaces 2022-01-04 17:49:40 +00:00
pyup-bot
ea9fcf840f Update django from 3.2.10 to 3.2.11 2022-01-04 04:57:54 -08:00
Bruno Alla
103dd82ea2
Convert top level RST files to Markdown (#3489) 2022-01-03 22:43:53 +00:00
pyup.io bot
57b62be1e4
Update pillow to 9.0.0 (#3508) 2022-01-03 18:01:40 +00:00
pyup.io bot
5ae29f4b06
Update pylint-django to 2.5.0 (#3505) 2022-01-03 18:01:05 +00:00
mpoli
cf94dd4d14
Add project.css and project.min.css to .gitignore (#3500)
* Add project.css and project.min.css to .gitignore
when js_task_runner == ' Gulp'. These files are generated automatically in this configuration
and as such, mess up git commit periodically.

* Add vendor.js and *.min.js to .gitignore

More runtime generated files should be ignored to version control.

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
2021-12-29 18:44:39 +00:00
pyup.io bot
0fc9686803
Update psycopg2-binary from 2.9.2 to 2.9.3 (#3504) 2021-12-29 18:43:16 +00:00
pyup.io bot
c4b716bd89
Update psycopg2 to 2.9.3 (#3503)
* Update psycopg2 from 2.9.2 to 2.9.3

* Update psycopg2 from 2.9.2 to 2.9.3
2021-12-29 18:42:46 +00:00
pyup.io bot
9ea5904e36
Update celery from 5.2.2 to 5.2.3 (#3502) 2021-12-29 18:42:09 +00:00
Will Gordon
785df85c4d
Hides 'sign up' elements when ACCOUNT_ALLOW_REGISTRATION is disabled (#1914)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2021-12-27 11:37:33 +00:00
pyup.io bot
d5e8ecce75
Update celery to 5.2.2 (#3496) 2021-12-26 16:40:01 +00:00
pyup.io bot
bc0fda3e0c
Update redis to 4.1.0 (#3495) 2021-12-26 16:39:26 +00:00
Andrew Chen Wang
e9ee4a930e
Fix docs compose (again) (#3494) 2021-12-26 16:04:33 +00:00
github-actions[bot]
1a31a2a35b
Auto-update pre-commit hooks (#3493)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2021-12-25 16:54:45 +00:00
Bruno Alla
d0d6ebd892
Simplify TEMPLATES settings with APP_DIRS=True (#3488) 2021-12-24 19:35:09 +00:00
Andrew Chen Wang
fcb26de733
Fix docs not building (#3491) 2021-12-24 19:13:43 +00:00
Bruno Alla
39e12c7428 Fix proxy option for Browser Sync 2021-12-24 13:35:47 +00:00
Arnav Choudhury
0d8a91ebfe
Making docs image 40% smaller and also making python version upgrades easier for multi-stage builds. (#2836)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2021-12-24 11:55:47 +00:00
pyup.io bot
5dc3079b54
Update uvicorn to 0.16.0 (#3454)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2021-12-24 10:41:06 +00:00
Douglas
867bb9d5dc
Added Django's current language to the lang attribute of the html tag (#3174)
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2021-12-24 10:09:57 +00:00
Bruno Alla
a93773ac39
Use built-in pip caching from actions/setup-python in generated project (#3481) 2021-12-22 21:52:45 +00:00
pyup.io bot
edff41d1f3
Update mypy from 0.920 to 0.930 (#3487) 2021-12-22 20:33:33 +00:00
pyup.io bot
9a627b0f79
Update redis to 4.0.2 (#3486) 2021-12-22 18:26:42 +00:00
pyup.io bot
088f2a50d6
Update django-redis to 5.2.0 (#3485) 2021-12-22 18:19:45 +00:00
Bruno Alla
df0b2cac3f
Add a PyCharm run configuration for docker-compose (#3462)
Co-authored-by: Pavel Karateev <lancelote.du.lac@gmail.com>
2021-12-20 09:39:23 +00:00
pyup.io bot
a1cae7d5df
Update mypy from 0.910 to 0.920 (#3478) 2021-12-19 18:50:29 +00:00
pyup.io bot
b9d95ad495
Update django-compressor to 3.1 (#3476) 2021-12-19 14:34:04 +00:00
pyup.io bot
d2184ae952
Update sphinx to 4.3.2 (#3477) 2021-12-19 14:31:55 +00:00
Bruno Alla
79bd3e7f14
Fix BrowserSync config on non-Docker setup (#3461) 2021-12-17 17:53:43 +00:00
pyup.io bot
f125511c1c
Update django-debug-toolbar from 3.2.3 to 3.2.4 (#3473) 2021-12-16 00:35:38 +00:00
pyup.io bot
1aa384ea17
Update djangorestframework to 3.13.1 (#3472) 2021-12-15 18:08:20 +00:00
pyup.io bot
ac74f6a521
Update pytest-django to 4.5.2 (#3471) 2021-12-14 09:29:28 +00:00
Bruno Alla
40cc35df89
Update rcssmin & django-compressor (#3470)
Co-authored-by: pyup-bot <github-bot@pyup.io>
2021-12-14 09:20:31 +00:00
pyup.io bot
c99feb4db7
Update djangorestframework to 3.13.0 (#3468) 2021-12-13 20:50:17 +00:00
pyup.io bot
52db8e6402
Update sentry-sdk to 1.5.1 (#3467) 2021-12-13 20:48:56 +00:00
pyup.io bot
dc937d4932
Update django-debug-toolbar to 3.2.3 (#3466) 2021-12-13 20:48:13 +00:00
pyup.io bot
0fac9fe28b
Update argon2-cffi to 21.3.0 (#3464) 2021-12-13 20:47:14 +00:00
pyup.io bot
eb0b438fba
Update django-allauth to 0.47.0 (#3459) 2021-12-13 20:46:54 +00:00
pyup.io bot
2c82876599
Update argon2-cffi to 21.2.0 (#3453) 2021-12-08 13:18:40 +00:00
mpoli
ea18a8f54e
Add docker, pip and npm to GitHub's Dependabot (#3401)
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
2021-12-07 19:47:43 +00:00
Bruno Alla
035eede670
Configure Dependabot for npm packages at the template level (#3436) 2021-12-07 19:05:59 +00:00
pyup.io bot
163975120d
Update django to 3.2.10 (#3451) 2021-12-07 11:19:18 +00:00
github-actions[bot]
201cddbc99
Auto-update pre-commit hooks (#3449)
Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
2021-12-06 10:02:51 +00:00
pyup.io bot
167ccb1d93
Update black to 21.12b0 (#3448) 2021-12-06 10:02:05 +00:00
pyup.io bot
b704b371d8
Update django-cors-headers to 3.10.1 (#3447) 2021-12-06 10:01:23 +00:00
pyup.io bot
fbf7d1196a
Update pytest-django to 4.5.1 (#3443) 2021-12-04 13:32:02 +00:00
pyup.io bot
252035985c
Update pre-commit to 2.16.0 (#3442)
* Update pre-commit from 2.15.0 to 2.16.0

* Update pre-commit from 2.15.0 to 2.16.0
2021-12-01 09:07:04 +00:00