Commit Graph

3960 Commits

Author SHA1 Message Date
Andrew-Chen-Wang
0621929cd2 Removed None option for mail service
* This is necessary in order to be compatible with Django-allauth
2020-02-06 18:41:30 -05:00
Andrew-Chen-Wang
fecf9e0037 Add @Andrew-Chen-Wang to CONTRIBUTORS 2020-02-06 16:59:42 -05:00
Andrew-Chen-Wang
c8eb5462eb Configurations and Packages added
* Production settings updated for all
* Added env vars from production settings
* Added packages requirements.txt
2020-02-06 16:58:15 -05:00
Andrew-Chen-Wang
575dead7cb More concise cookiecutter.json; removed several if statements
* Unfortunately, with https://github.com/pydanny/cookiecutter-django/pull/2321#issuecomment-558796906, I don't think I am going to add AWS SES specifically if AWS is not chosen as cloud provider. In that case, we'll just deal with 2 None's when AWS is not selected.
* FIXME 2 Nones
2020-02-06 16:00:32 -05:00
Andrew-Chen-Wang
b7d3379f44 Fixes the duplicate None in cookiecutter.json
* The duplicate occurs if AWS is not the selected cloud provider
2020-02-06 15:36:51 -05:00
Andrew-Chen-Wang
6709fc64c9 Added all supported Anymail Providers in cookiecutter.json
* Utilizes {% if %} since it's financially more wise to use AWS SES only if AWS is the cloud provider.
* FIXME: If AWS is not cloud provider, there are two None options. This may require a little hack inside of cookiecutter that I may not be aware of.
2020-02-06 15:17:46 -05:00
Bruno Alla
642a92a9ae
Merge pull request #2434 from xpostudio4/patch-2
Include `use_drf` option on project generation Options
2020-02-06 10:40:12 +00:00
Leonardo
45c353241b
Include use_drf option on documentation 2020-02-06 05:37:31 -04:00
Demetris Stavrou
25a70c5b84 Added Flower access documentation for production. 2020-02-04 22:47:56 +02:00
Demetris Stavrou
86c9b3cb28 Flower now served by Traefik 2020-02-04 15:04:47 +02:00
Bruno Alla
db120ab3bd
Merge pull request #2432 from pydanny/pyup-update-django-storages-1.9-to-1.9.1
Update django-storages to 1.9.1
2020-02-04 12:04:41 +00:00
browniebroke
c7a6dbdd10 Update django-storages from 1.9 to 1.9.1 2020-02-04 11:00:31 +00:00
browniebroke
e9c6b3d9e9 Update django-storages from 1.9 to 1.9.1 2020-02-04 11:00:30 +00:00
Bruno Alla
8fd0d42de0 Don't include POSTGRES_... environment in the PyCharm start script when not using Docker 2020-02-03 14:29:20 +00:00
Bruno Alla
30f3f05a76
Merge pull request #2430 from pydanny/pyup-update-django-storages-1.8-to-1.9
Update django-storages to 1.9
2020-02-03 13:10:56 +00:00
Bruno Alla
434e95a8df Merge branch 'pytest-cases-fixture-plus' 2020-02-03 12:57:15 +00:00
Bruno Alla
37ec5a45bb Remove pyup filter 2020-02-03 12:56:37 +00:00
Bruno Alla
9e3327d7e0
Merge pull request #2428 from pydanny/pyup-update-redis-3.3.11-to-3.4.1
Update redis to 3.4.1
2020-02-03 12:55:06 +00:00
Bruno Alla
2f6cb4e8f6 Fix deprecation warning 2020-02-03 12:29:37 +00:00
Bruno Alla
7559305277
Merge pull request #2431 from pydanny/pyup-update-django-2.2.9-to-2.2.10
Update django to 2.2.10
2020-02-03 12:20:21 +00:00
Bruno Alla
85938666b9
Merge pull request #2429 from pydanny/pyup-update-pytest-cookies-0.4.0-to-0.5.0
Update pytest-cookies to 0.5.0
2020-02-03 12:20:04 +00:00
browniebroke
e8a946dc7b Update django from 2.2.9 to 2.2.10 2020-02-03 11:00:35 +00:00
browniebroke
f6f78c9da8 Update django-storages from 1.8 to 1.9 2020-02-03 11:00:32 +00:00
browniebroke
b49e0f2e39 Update django-storages from 1.8 to 1.9 2020-02-03 11:00:31 +00:00
pyup-bot
06c7628a4c Update pytest-cookies from 0.4.0 to 0.5.0 2020-02-03 01:45:39 -08:00
browniebroke
2a6ee05782 Update redis from 3.3.11 to 3.4.1 2020-02-02 11:00:30 +00:00
Bruno Alla
a1f296bc4c
Merge pull request #2427 from pydanny/pyup-update-django-debug-toolbar-2.1-to-2.2
Update django-debug-toolbar to 2.2
2020-02-01 12:09:38 +00:00
Bruno Alla
00b055647e
Update django-celery-beat to 1.6.0 (#2426)
Update django-celery-beat to 1.6.0
2020-02-01 11:52:38 +00:00
browniebroke
3c177776d8 Update django-debug-toolbar from 2.1 to 2.2 2020-02-01 11:00:33 +00:00
browniebroke
af7dcd7ab2 Update django-celery-beat from 1.5.0 to 1.6.0 2020-02-01 11:00:29 +00:00
Bruno Alla
1f35086fe5 Downgrade Redis to 3.3.11 as Kombu is incompatible with 3.4.0
Fixes #2425
2020-01-31 17:15:37 +00:00
Bruno Alla
3598b33999
Update redis to 3.4.0 (#2423)
Update redis to 3.4.0
2020-01-31 11:33:54 +00:00
Bruno Alla
27b6a3bd4f
Update pre-commit to 2.0.1 (#2422)
Update pre-commit to 2.0.1
2020-01-31 11:01:11 +00:00
browniebroke
dec1abb3d0 Update redis from 3.3.11 to 3.4.0 2020-01-31 11:00:30 +00:00
Bruno Alla
386e7d4152
Merge pull request #2421 from pydanny/pyup-update-pytest-5.3.4-to-5.3.5
Update pytest to 5.3.5
2020-01-30 11:53:12 +00:00
browniebroke
d292590ceb Update pre-commit from 2.0.0 to 2.0.1 2020-01-30 11:00:35 +00:00
browniebroke
1305ddaa6a Update pytest from 5.3.4 to 5.3.5 2020-01-30 11:00:31 +00:00
browniebroke
a0e2e7aa05 Update pytest from 5.3.4 to 5.3.5 2020-01-30 11:00:30 +00:00
Bruno Alla
5c9787aa7a
Update pre-commit to 2.0.0 (#2420)
Update pre-commit to 2.0.0
2020-01-29 12:50:50 +00:00
Bruno Alla
cb0a708ddd
Update pytest_cases to 1.12.1 (#2419)
Update pytest_cases to 1.12.1
2020-01-29 12:49:53 +00:00
browniebroke
abdbe387a0 Update pre-commit from 1.21.0 to 2.0.0 2020-01-29 11:00:34 +00:00
browniebroke
f9564485f5 Update pytest_cases from 1.12.0 to 1.12.1 2020-01-29 11:00:31 +00:00
Bruno Alla
2698867cf8 Typo 2020-01-28 10:33:24 +00:00
Bruno Alla
2fb40f3f8c
Option for DRF with extra fixes (#2410)
Option for DRF with extra fixes
2020-01-28 10:27:26 +00:00
Dani Hodovic
54a38bfb43 Allow rendering custom widgets from root templates dir (#2356)
* Allow rendering custom widgets from root templates dir

Rendering custom widgets from the projects root template directory
doesn't work out of the box.

See: https://stackoverflow.com/questions/45844032/django-templatedoesnotexist-in-case-of-a-custom-widget/46208414#46-208414

This changes the setting to use the same template finding logic that the
TEMPLATES setting uses.

* update APP_DIRS=True

* fixup! update APP_DIRS=True
2020-01-28 09:55:09 +00:00
Bruno Alla
f5aa06c160
Merge pull request #2414 from pydanny/pyup-update-werkzeug-0.16.0-to-0.16.1
Update werkzeug to 0.16.1
2020-01-27 12:14:39 +00:00
browniebroke
9734582a88 Update werkzeug from 0.16.0 to 0.16.1 2020-01-27 11:00:31 +00:00
Bruno Alla
3d58ffd4e7 Merge branch 'master' into drf-option-with-tests 2020-01-24 17:23:07 +00:00
Bruno Alla
f109e65816 Update list of contributors 2020-01-24 15:28:03 +00:00
Bruno Alla
ea7186f4ce
Fixed the redis-py project URL (#2412)
Fixed the redis-py project URL
2020-01-24 14:24:54 +00:00