Commit Graph

5774 Commits

Author SHA1 Message Date
Abdullah Adeel
c185167229 fix env db file remove bug 2022-01-11 02:49:06 +05:00
Abdullah Adeel
88f427aa0e remove unused db folders with 2022-01-11 02:32:48 +05:00
Abdullah Adeel
1b6349d383 modified django entrypoint script 2022-01-10 20:28:18 +05:00
Abdullah Adeel
0f3d5abb4e added mysql config in 2022-01-10 19:45:14 +05:00
Abdullah Adeel
decbcf38fc modified dependencies in local.yml 2022-01-10 19:30:42 +05:00
Abdullah Adeel
89e87cbc55 mysql support in file 2022-01-10 05:18:37 +05:00
Abdullah Adeel
3f54385989 update database docker files to extract db versions 2022-01-10 05:02:44 +05:00
Abdullah Adeel
8307752698 removed typos in database dockerfiles 2022-01-10 04:34:46 +05:00
Abdullah Adeel
800ba9258b updated database dockerfiles and remvoved cookiecutter==2.0 specific features 2022-01-10 04:30:40 +05:00
Abdullah Adeel
2fa5bdce54 added mysql support in dependabot.yml 2022-01-10 03:05:31 +05:00
Abdullah Adeel
ddcef98212 added mysql support in github actions 2022-01-10 03:02:32 +05:00
Abdullah Adeel
25018d5116 update database related prompts 2022-01-10 02:40:18 +05:00
Abdullah Adeel
0c5e98e0cb added mysql .env files 2022-01-10 01:49:33 +05:00
Abdullah Adeel
1594cc6924 setup .envs according to database 2022-01-10 01:46:56 +05:00
Abdullah Adeel
46ab64b4b9 added mysql connection string in settings 2022-01-10 00:52:09 +05:00
Abdullah Adeel
e97247108f added proper db driver in requirements 2022-01-09 22:10:32 +05:00
Abdullah Adeel
781239cdd7 removed mysql@5.6 since django does not support it 2022-01-09 21:16:19 +05:00
Abdullah Adeel
433aa77cb0 modified precommit to allow only compatible database_engine and database_version options 2022-01-09 21:12:14 +05:00
Abdullah Adeel
1b8ebf972d added my sql options in cookiecutter.json 2022-01-09 20:36:10 +05:00
github-actions
ca8bc224c5 Release 2022.01.07 2022-01-08 02:19:41 +00:00
Bruno Alla
528a40989f
Fix cache dependency path for linter job in CI workflow (#3520)
* Fix cache dependency path for linter jon in CI workflow

* Reduce potential stylistic issues

* Reduce more potential stylistic issues
2022-01-07 22:26:56 +00:00
pyup.io bot
bf42bba35e
Update mypy from 0.930 to 0.931 (#3521) 2022-01-07 19:58:36 +00:00
pyup.io bot
dcd36973fa
Update gitpython to 3.1.25 (#3518) 2022-01-07 10:04:07 +00:00
browniebroke
5f8e45afc5 Update Contributors 2022-01-07 10:02:54 +00:00
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
github-actions
4745805fd4 Release 2022.01.06 2022-01-07 02:22:44 +00:00
Bruno Alla
ee92b4ea42
Update output example in README (#3512) 2022-01-06 10:28:33 +00:00
github-actions
e813e5866a Release 2022.01.05 2022-01-06 02:23:12 +00:00
Bruno Alla
9b069a5558
Update references to Bootstrap from v4 to v5 in README (#3513) 2022-01-05 21:19:19 +00:00
pyup.io bot
ea73bbff7e
Update requests from 2.27.0 to 2.27.1 (#3516) 2022-01-05 21:18:28 +00:00
github-actions
6157607f3f Release 2022.01.04 2022-01-05 02:20:10 +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
Bruno Alla
9e44a205c3 Double quote array expansions to avoid re-splitting elements.
If one argument includes spaces, the expansion will be wrong. Add double quotes to avoid that.

https://github.com/koalaman/shellcheck/wiki/SC2068
2022-01-04 17:48:21 +00:00
Fábio C. Barrionuevo da Luz
d1b8105534
Merge pull request #3510 from cookiecutter/pyup-update-django-3.2.10-to-3.2.11
Update django to 3.2.11
2022-01-04 10:11:30 -03:00
pyup-bot
ea9fcf840f Update django from 3.2.10 to 3.2.11 2022-01-04 04:57:54 -08:00
github-actions
a808aca29b Release 2022.01.03 2022-01-04 02:19:28 +00:00
Bruno Alla
103dd82ea2
Convert top level RST files to Markdown (#3489) 2022-01-03 22:43:53 +00:00
pyup.io bot
8f481be3cb
Update requests to 2.27.0 (#3509) 2022-01-03 22:42:30 +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
github-actions
f7d8188086 Release 2021.12.29 2021-12-30 02:17:43 +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
pyup.io bot
7695f4ff12
Update tox from 3.24.4 to 3.24.5 (#3501) 2021-12-29 18:41:36 +00:00
github-actions
775b367c7f Release 2021.12.28 2021-12-29 02:18:08 +00:00
Bruno Alla
2adcf9f5d4
Build the HTML for the documentation as part of the CI (#3498) 2021-12-28 15:35:56 +00:00
github-actions
a94e2354c4 Release 2021.12.27 2021-12-28 02:18:31 +00:00