Bruno Alla
6b65cb15e1
Merge pull request #2262 from pydanny/pin-traefik-v1
...
Pin Traefik Docker image to v1
2019-10-22 08:50:58 +01:00
Bruno Alla
808078c6ba
Merge pull request #2276 from foarsitter/remove_awscli_definition_2193
...
fix: remove the aws Dockerfile and remove the awscli definition from …
2019-10-22 08:50:29 +01:00
Yuchen Xie
400fcc4030
Prevent collectfast from guessing a wrong strategy
...
If `COLLECTFAST_STRATEGY` is not provided in `settings`, `collectfast` has to guess a "strategy". For the case with AWS, it guesses `BotoStrategy` in stead of `S3Boto3Storage`, which is a wrong decision as we `pip install django-storages[boto3]` (`boto3` in favor of `boto`).
Setting `COLLECTFAST_STRATEGY` is also encouraged as `collectfast` is not going to guess the strategy in the future.
Ref:
* f37dd1faa2/collectfast/management/commands/collectstatic.py (L33)
* f37dd1faa2/collectfast/strategies/base.py (L170)
2019-10-22 10:42:32 +08:00
Fábio C. Barrionuevo da Luz
35a00c7484
Merge pull request #2278 from pydanny/pyup-update-django-extensions-2.2.3-to-2.2.5
...
Update django-extensions to 2.2.5
2019-10-21 12:12:13 -03:00
browniebroke
8cce6df70a
Update django-extensions from 2.2.3 to 2.2.5
2019-10-21 12:00:32 +01:00
browniebroke
39c33c550c
Update python-slugify from 3.0.6 to 4.0.0
2019-10-21 12:00:29 +01:00
Jelmert
58f41fc97f
fix: remove the aws Dockerfile and remove the awscli definition from production.yml when not selected
2019-10-21 10:07:17 +02:00
browniebroke
96ade99c66
Update psycopg2-binary from 2.8.3 to 2.8.4
2019-10-20 12:00:29 +01:00
Bruno Alla
3b4d6857f0
Merge pull request #2273 from pydanny/pyup-update-django-crispy-forms-1.7.2-to-1.8.0
...
Update django-crispy-forms to 1.8.0
2019-10-18 17:09:44 +01:00
browniebroke
42e5581198
Update django-crispy-forms from 1.7.2 to 1.8.0
2019-10-18 12:00:32 +01:00
browniebroke
c8ebb633cf
Update sentry-sdk from 0.12.3 to 0.13.0
2019-10-18 12:00:29 +01:00
Bruno Alla
488b1a5587
Update mypy to 0.740 ( #2270 )
...
Update mypy to 0.740
2019-10-17 13:24:26 +01:00
browniebroke
f87757f4ab
Update pytest-django from 3.5.1 to 3.6.0
2019-10-17 12:00:31 +01:00
browniebroke
f8cbea93aa
Update mypy from 0.730 to 0.740
2019-10-17 12:00:29 +01:00
browniebroke
be8afa27b3
Update redis from 3.3.10 to 3.3.11
2019-10-14 12:00:29 +01:00
Bruno Alla
a89f381633
Update redis to 3.3.10 ( #2265 )
...
Update redis to 3.3.10
2019-10-11 12:53:08 +01:00
browniebroke
f26cad1faa
Update redis from 3.3.8 to 3.3.10
2019-10-11 12:00:32 +01:00
browniebroke
93473cb39a
Update python-slugify from 3.0.4 to 3.0.6
2019-10-11 12:00:29 +01:00
Bruno Alla
5e196b45e9
Pin Traefik Docker image to v1
...
Until we do the required changes to update to v2.
Fixes #2258
2019-10-10 11:36:48 +01:00
Fábio C. Barrionuevo da Luz
2459392a98
Merge pull request #2260 from pydanny/pyup-update-collectfast-1.1.0-to-1.2.0
...
Update collectfast to 1.2.0
2019-10-07 09:22:15 -03:00
Fábio C. Barrionuevo da Luz
8c92e5f787
Merge pull request #2261 from pydanny/pyup-update-pytz-2019.2-to-2019.3
...
Update pytz to 2019.3
2019-10-07 09:19:14 -03:00
browniebroke
ca9addbbef
Update pytz from 2019.2 to 2019.3
2019-10-07 12:00:36 +01:00
browniebroke
b338a7490a
Update collectfast from 1.1.0 to 1.2.0
2019-10-07 12:00:34 +01:00
browniebroke
86fd35bba6
Update pytest from 5.2.0 to 5.2.1
2019-10-07 12:00:31 +01:00
Bruno Alla
98a443626b
Update to latest Python 3.7 runtime on Heroku
2019-10-06 13:07:20 +01:00
Bruno Alla
6a9feea2fe
Support python 3.7 ( #2240 )
...
Support python 3.7
2019-10-06 11:06:03 +01:00
Bruno Alla
13a5767503
Fix #2250 -- No staticfile storage with GCP without Whitenoise ( #2251 )
...
Fix #2250 -- No staticfile storage with GCP without Whitenoise
2019-10-04 14:46:35 +01:00
Caio Ariede
ff8a9de24e
Updates
2019-10-04 09:32:25 -03:00
browniebroke
b8248f4758
Update collectfast from 1.0.0 to 1.1.0
2019-10-04 12:00:29 +01:00
Bruno Alla
8431f2684f
Merge pull request #2254 from pydanny/pyup-update-django-extensions-2.2.2-to-2.2.3
...
Update django-extensions to 2.2.3
2019-10-03 15:30:57 +01:00
browniebroke
9f1821cadf
Update django-extensions from 2.2.2 to 2.2.3
2019-10-03 12:00:34 +01:00
browniebroke
6e27a8beac
Update sentry-sdk from 0.12.2 to 0.12.3
2019-10-03 12:00:31 +01:00
Caio Ariede
39e745dddf
Fix #2250 -- No staticfile storage with GCP without Whitenoise
2019-10-02 10:10:32 -03:00
Bruno Alla
4cd784ed10
Merge pull request #2248 from pydanny/pyup-update-django-extensions-2.2.1-to-2.2.2
...
Update django-extensions to 2.2.2
2019-10-02 13:03:36 +01:00
browniebroke
8a471c97e8
Update django-extensions from 2.2.1 to 2.2.2
2019-10-02 12:00:33 +01:00
browniebroke
daa0265a39
Update pillow from 6.1.0 to 6.2.0
2019-10-02 12:00:29 +01:00
Bruno Alla
a7aeb75d02
Update django-anymail to 7.0.0 ( #2220 )
...
Update django-anymail to 7.0.0
2019-10-01 21:05:52 +01:00
Fábio C. Barrionuevo da Luz
fc0b9548df
Merge pull request #2241 from pydanny/pyup-update-django-2.2.5-to-2.2.6
...
Update django to 2.2.6
2019-10-01 12:29:35 -03:00
browniebroke
7b73c2eb92
Update pytest from 5.1.3 to 5.2.0
2019-10-01 12:00:33 +01:00
browniebroke
4aed40d74d
Update django from 2.2.5 to 2.2.6
2019-10-01 12:00:29 +01:00
Nicolas Stefani
1f68e370ee
Updated python version to 3.7
2019-09-29 21:07:59 -03:00
Nicolas Stefani
7d0f8606ed
Update python image to 3.7
2019-09-29 09:41:13 -03:00
browniebroke
9e5343dd31
Update mypy from 0.720 to 0.730
2019-09-27 12:00:30 +01:00
Bruno Alla
164e2aa69c
Update pytest to 5.1.3 ( #2233 )
...
Update pytest to 5.1.3
2019-09-25 17:43:31 +01:00
browniebroke
e924a55d78
Update whitenoise from 4.1.3 to 4.1.4
2019-09-25 12:00:29 +01:00
browniebroke
aa57342794
Update pytest from 5.1.2 to 5.1.3
2019-09-23 12:00:28 +01:00
Bruno Alla
f280df0246
Merge pull request #2231 from pydanny/pyup-update-python-slugify-3.0.3-to-3.0.4
...
Update python-slugify to 3.0.4
2019-09-21 13:07:12 +01:00
browniebroke
02689f67e7
Update python-slugify from 3.0.3 to 3.0.4
2019-09-21 12:00:33 +01:00
browniebroke
ce3547e890
Update sentry-sdk from 0.12.0 to 0.12.2
2019-09-21 12:00:30 +01:00
browniebroke
f8963e0dd3
Update sentry-sdk from 0.11.2 to 0.12.0
2019-09-19 12:00:30 +01:00
Jerome Caisip
548417612f
Additonal option to setup DRF.
2019-09-17 23:24:09 +08:00
Bruno Alla
bb6320efc8
Add context processor for settings variables ( #2203 )
...
Add context processor for settings variables
2019-09-11 22:50:53 +01:00
browniebroke
fab5bf8a04
Update django-storages from 1.7.1 to 1.7.2
2019-09-10 13:00:30 +02:00
browniebroke
db777571c4
Update django-storages from 1.7.1 to 1.7.2
2019-09-10 13:00:29 +02:00
browniebroke
e5f9dd2c78
Update django-anymail from 6.1.0 to 7.0.0
2019-09-08 13:00:29 +02:00
Bruno Alla
1df888b2b6
Merge branch 'master' into pyup-update-pytest-5.1.1-to-5.1.2
2019-09-05 18:53:46 +02:00
Dani Hodovic
69566f5456
Add context processor for settings variables
...
This allows for usage of settings variables in templates, e.g
```
{% if settings.USE_ANALYTICS %}
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id= {{ settings.GOOGLE_TAG_MANAGER_ID }}" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{% endif %}
```
2019-09-05 13:24:47 +02:00
browniebroke
c29795b1dc
Update djangorestframework from 3.10.2 to 3.10.3
2019-09-05 13:00:31 +02:00
Bruno Alla
baab918874
Remove AWS_PRELOAD_METADATA ( #2204 )
...
Remove AWS_PRELOAD_METADATA
2019-09-04 20:34:23 +02:00
Bruno Alla
391feb393b
Add default tests.py file pattern to pytest ( #2213 )
...
Add default tests.py file pattern to pytest
2019-09-04 20:31:45 +02:00
Bruno Alla
8c131fe603
Merge pull request #2206 from danihodovic/remove-duplicate-debug
...
Remove redundant DEBUG = False in test.py
2019-09-04 20:30:10 +02:00
Bruno Alla
15c09e4495
Remove EMAIL_HOST, EMAIL_PORT for console backend ( #2202 )
...
Remove EMAIL_HOST, EMAIL_PORT for console backend
2019-09-04 20:15:18 +02:00
Bruno Alla
f1a04205e7
Update pytest from 5.1.1 to 5.1.2
2019-09-04 19:08:56 +01:00
Bruno Alla
f9cb185397
Merge pull request #2211 from pydanny/pyup-update-django-2.2.4-to-2.2.5
...
Update django to 2.2.5
2019-09-04 20:07:24 +02:00
Bruno Alla
c8b3577232
Update sentry-sdk to 0.11.2 ( #2210 )
...
Update sentry-sdk to 0.11.2
2019-09-04 20:05:12 +02:00
Dani Hodovic
c6bd37adcc
Add default tests.py file pattern to pytest
...
`./manage.py startapp` generates a tests.py file by default. This is
ignored by pytest unless specified.
2019-09-04 15:59:31 +02:00
browniebroke
df36bf1f55
Update django from 2.2.4 to 2.2.5
2019-09-02 12:00:29 +01:00
browniebroke
c0554db343
Update sentry-sdk from 0.11.1 to 0.11.2
2019-08-31 13:00:33 +02:00
browniebroke
58a2262190
Update django-allauth from 0.39.1 to 0.40.0
2019-08-30 13:00:28 +02:00
Dani Hodovic
180ab9bbb1
Remove redundant DEBUG = False in test.py
...
This is already set to False by default in base.py
2019-08-26 16:25:36 +02:00
Dani Hodovic
d4d8f1b5be
Remove AWS_PRELOAD_METADATA
...
https://github.com/antonagestam/collectfast/pull/140
2019-08-25 14:08:28 +02:00
Dani Hodovic
7ad8791937
Remove EMAIL_HOST, EMAIL_PORT for console backend
...
django.core.mail.backends.console.EmailBackend is an in memory backend
so EMAIL_HOST and EMAIL_PORT does not need to be specified in this case.
2019-08-21 17:31:18 +02:00
browniebroke
72b222d52d
Update pytest from 5.1.0 to 5.1.1
2019-08-21 13:00:30 +02:00
Bruno Alla
6bee7cf925
Update redis to 3.3.8 ( #2200 )
...
Update redis to 3.3.8
2019-08-20 14:06:08 +02:00
browniebroke
ac294b8515
Update redis from 3.3.7 to 3.3.8
2019-08-20 13:00:32 +02:00
browniebroke
5ddadc0afa
Update sentry-sdk from 0.11.0 to 0.11.1
2019-08-20 13:00:29 +02:00
Fábio C. Barrionuevo da Luz
ec44c9faac
Merge pull request #2197 from pydanny/pyup-update-sentry-sdk-0.10.2-to-0.11.0
...
Update sentry-sdk to 0.11.0
2019-08-19 12:52:35 -03:00
browniebroke
b42d000b56
Update sphinx from 2.1.2 to 2.2.0
2019-08-19 13:00:34 +02:00
browniebroke
c1fb6e078b
Update sentry-sdk from 0.10.2 to 0.11.0
2019-08-17 13:00:31 +02:00
Bruno Alla
702d96bd8a
Merge pull request #2196 from pydanny/pyup-update-pytest-5.0.1-to-5.1.0
...
Update pytest to 5.1.0
2019-08-16 13:56:37 +02:00
Bruno Alla
bc13e981c5
Merge pull request #2194 from pydanny/pyup-update-redis-3.3.6-to-3.3.7
...
Update redis to 3.3.7
2019-08-16 12:10:00 +01:00
browniebroke
cc0ff897b2
Update pytest from 5.0.1 to 5.1.0
2019-08-16 12:00:29 +01:00
browniebroke
081accfafb
Update redis from 3.3.6 to 3.3.7
2019-08-14 12:00:29 +01:00
browniebroke
5a8c6c28c6
Update collectfast from 0.6.2 to 1.0.0
2019-08-13 12:00:28 +01:00
browniebroke
406f51ac17
Update redis from 3.3.5 to 3.3.6
2019-08-07 12:00:29 +01:00
browniebroke
0d3fb0509e
Update redis from 3.3.4 to 3.3.5
2019-08-03 12:00:29 +01:00
Fábio C. Barrionuevo da Luz
c30e5e7bf9
Merge pull request #2180 from pydanny/pyup-update-djangorestframework-3.10.1-to-3.10.2
...
Update djangorestframework to 3.10.2
2019-08-01 10:33:02 -03:00
Fábio C. Barrionuevo da Luz
3e88bad6a9
Merge pull request #2186 from pydanny/pyup-update-pytz-2019.1-to-2019.2
...
Update pytz to 2019.2
2019-08-01 10:32:45 -03:00
Fábio C. Barrionuevo da Luz
ad1635ac05
Merge pull request #2181 from pydanny/pyup-update-coverage-4.5.3-to-4.5.4
...
Update coverage to 4.5.4
2019-08-01 10:32:17 -03:00
Fábio C. Barrionuevo da Luz
4aabec4c73
Merge pull request #2183 from pydanny/pyup-update-ipdb-0.12.1-to-0.12.2
...
Update ipdb to 0.12.2
2019-08-01 10:31:36 -03:00
Fábio C. Barrionuevo da Luz
9befa958ec
Merge branch 'master' into pyup-update-redis-3.3.0-to-3.3.4
2019-08-01 10:31:09 -03:00
Fábio C. Barrionuevo da Luz
440aded5e6
Merge pull request #2179 from pydanny/pyup-update-redis-3.3.0-to-3.3.2
...
Update redis to 3.3.2
2019-08-01 10:30:14 -03:00
browniebroke
b562008a6c
Update django from 2.2.3 to 2.2.4
2019-08-01 12:00:33 +01:00
browniebroke
ffbc44a330
Update pytz from 2019.1 to 2019.2
2019-08-01 12:00:30 +01:00
browniebroke
ba05c40cfb
Update ipdb from 0.12.1 to 0.12.2
2019-07-31 12:00:32 +01:00
browniebroke
2a373ebeff
Update redis from 3.3.0 to 3.3.4
2019-07-31 12:00:29 +01:00
browniebroke
f540784c35
Update coverage from 4.5.3 to 4.5.4
2019-07-30 12:00:36 +01:00
browniebroke
57ba93c69c
Update djangorestframework from 3.10.1 to 3.10.2
2019-07-30 12:00:32 +01:00
browniebroke
ff182ce997
Update redis from 3.3.0 to 3.3.2
2019-07-30 12:00:29 +01:00
Bruno Alla
8cdc025966
Update python-slugify to 3.0.3 ( #2177 )
...
Update python-slugify to 3.0.3
2019-07-29 14:01:21 +02:00
Bruno Alla
c3d7c148d2
Update djangorestframework to 3.10.1 ( #2168 )
...
Update djangorestframework to 3.10.1
2019-07-29 14:00:52 +02:00
Bruno Alla
26bc32b0c4
Update ipdb to 0.12.1 ( #2175 )
...
Update ipdb to 0.12.1
2019-07-29 14:00:39 +02:00
Bruno Alla
796c0f3abb
Update django-extensions to 2.2.1 ( #2172 )
...
Update django-extensions to 2.2.1
2019-07-29 14:00:24 +02:00
browniebroke
3bf19e93f2
Update redis from 3.2.1 to 3.3.0
2019-07-29 13:00:28 +02:00
browniebroke
541374e27b
Update python-slugify from 3.0.2 to 3.0.3
2019-07-28 13:00:29 +02:00
browniebroke
f0546612a2
Update ipdb from 0.12 to 0.12.1
2019-07-27 13:00:29 +02:00
browniebroke
cc47ee39e9
Update django-extensions from 2.1.9 to 2.2.1
2019-07-20 12:00:29 +01:00
browniebroke
fbacfa95e0
Update djangorestframework from 3.10.0 to 3.10.1
2019-07-18 12:00:29 +01:00
Bruno Alla
6efb18bcea
Merge pull request #2160 from 2O4/message_on_user_update
...
Message when user update his info
2019-07-17 21:11:43 +01:00
2O4
566cc3f3e4
Update {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/views.py
...
Co-Authored-By: Bruno Alla <browniebroke@users.noreply.github.com>
2019-07-17 19:31:53 +02:00
step21
c085345253
Rename 403_csrf.html to 403.html
...
403.html is the name that django expects, unless it is overriden. 403_csrf is a separate case, which according to django docs and mailing list should get a separate view/template. Fixes #2163
Docs: https://docs.djangoproject.com/en/2.1/ref/csrf/#rejected-requests
Mailing list: https://groups.google.com/forum/#!msg/django-developers/O2raF0RVGA0/44-3Jz0jCwAJ
Stackoverflow: https://stackoverflow.com/questions/31981239/django-custom-403-template
2019-07-17 15:14:16 +02:00
Fábio C. Barrionuevo da Luz
8fa182c4f0
Merge pull request #2166 from pydanny/pyup-update-djangorestframework-3.9.4-to-3.10.0
...
Update djangorestframework to 3.10.0
2019-07-16 16:58:24 -03:00
browniebroke
b0cd6e4072
Update djangorestframework from 3.9.4 to 3.10.0
2019-07-16 12:00:32 +01:00
browniebroke
f8b4f32c7a
Update sentry-sdk from 0.10.1 to 0.10.2
2019-07-16 12:00:29 +01:00
2O4
a41c841613
Update views.py
2019-07-15 18:19:07 +02:00
2O4
9da2a19367
Update {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/views.py
...
Co-Authored-By: Bruno Alla <browniebroke@users.noreply.github.com>
2019-07-15 18:10:33 +02:00
2O4
e99d27c127
Update {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/views.py
...
Co-Authored-By: Bruno Alla <browniebroke@users.noreply.github.com>
2019-07-15 18:10:27 +02:00
Bruno Alla
2e32f1ff67
Added a button to close the message pop-up ( #2162 )
...
Added a button to close the message pop-up
2019-07-15 10:13:01 +01:00
2O4
5312d9b914
Added a button to close the message
2019-07-14 16:37:37 +02:00
2O4
3aa7181a46
Delete user_list.html
...
Following on Remove user list view #2062
2019-07-14 15:55:50 +02:00
2O4
c49acc64f9
Update views.py
...
added message wich will be shown when a user update his infos
2019-07-14 15:22:36 +02:00
browniebroke
e15965bd19
Update whitenoise from 4.1.2 to 4.1.3
2019-07-14 12:00:29 +01:00
browniebroke
80e7df010c
Update mypy from 0.711 to 0.720
2019-07-13 12:00:29 +01:00
Bruno Alla
bc5396bee1
Added bootstrap style to account buttons ( #2157 )
...
Added bootstrap style to account buttons
2019-07-12 11:49:13 +01:00
2O4
3abf0fec3a
fixed buttons
2019-07-11 13:44:38 +02:00
browniebroke
2ab85f4303
Update pylint-django from 2.0.10 to 2.0.11
2019-07-11 12:00:28 +01:00
browniebroke
c8b5577536
Update sentry-sdk from 0.10.0 to 0.10.1
2019-07-10 12:00:28 +01:00
Fábio C. Barrionuevo da Luz
614f408a77
Merge pull request #2154 from pydanny/pyup-update-flake8-3.7.7-to-3.7.8
...
Update flake8 to 3.7.8
2019-07-09 11:19:42 -03:00
Bruno Alla
6ca6d50ed8
Add EMAIL_TIMEOUT ( #2153 )
...
Add EMAIL_TIMEOUT
2019-07-09 12:08:15 +01:00
browniebroke
e0aacb328e
Update flake8 from 3.7.7 to 3.7.8
2019-07-09 12:00:29 +01:00
Bruno Alla
34c045ef60
Remove EMAIL_HOST & EMAIL_PORT with locmem backend ( #2152 )
...
Remove EMAIL_HOST & EMAIL_PORT with locmem backend
2019-07-09 11:24:48 +01:00
Bruno Alla
2b58db59b3
Remove gunicorn from installed apps ( #2151 )
...
Remove gunicorn from installed apps
2019-07-09 11:23:48 +01:00
Bruno Alla
4e45937900
Always use test settings in pytest ( #2147 )
...
Always use test settings in pytest
2019-07-09 08:19:53 +01:00
Dani Hodovic
35b201a2b3
Add EMAIL_TIMEOUT
...
Adds EMAIL_TIMEOUT to prevent a blocking send on the tcp socket from
halting the thread handling the request.
2019-07-09 09:11:50 +08:00
Dani Hodovic
1469739109
Remove EMAIL_HOST & EMAIL_PORT with locmem backend
...
These settings should not be required since Django never connects to an
external component when sending email. Instead it's stored in memory.
https://docs.djangoproject.com/en/2.2/topics/email/#in-memory-backend
2019-07-09 09:07:38 +08:00
Dani Hodovic
a25c406975
Remove gunicorn from installed apps
...
I can't find the requirement of adding it to INSTALLED_APPS on the
Django or the Gunicorn docs.
https://docs.gunicorn.org/en/latest/run.html?highlight=django#django
https://docs.djangoproject.com/en/2.2/howto/deployment/wsgi/gunicorn/
2019-07-09 09:00:31 +08:00
Dani Hodovic
f02aa463a7
Always use test settings in pytest
...
You can alternatively use DJANGO_SETTINGS_MODULE, but this is overridden
by the environment variable of the same name. In order to always run it
with test settings, regardless of the environment variable use --ds.
https://pytest-django.readthedocs.io/en/latest/configuring_django.html
2019-07-09 08:54:31 +08:00
Fábio C. Barrionuevo da Luz
77e8cf55c4
Merge pull request #2148 from pydanny/pyup-update-django-anymail-6.0.1-to-6.1.0
...
Update django-anymail to 6.1.0
2019-07-08 09:41:13 -03:00
browniebroke
f00c1f6f70
Update pylint-django from 2.0.9 to 2.0.10
2019-07-08 12:00:32 +01:00
browniebroke
0026e98c14
Update django-anymail from 6.0.1 to 6.1.0
2019-07-08 12:00:29 +01:00
Bruno Alla
b1318845e5
Merge pull request #2146 from pydanny/pyup-update-sentry-sdk-0.9.5-to-0.10.0
...
Update sentry-sdk to 0.10.0
2019-07-06 13:51:11 +01:00
browniebroke
8f31052d7e
Update sentry-sdk from 0.9.5 to 0.10.0
2019-07-06 12:00:33 +01:00
browniebroke
bd071be43e
Update pytest from 5.0.0 to 5.0.1
2019-07-06 12:00:30 +01:00
browniebroke
9393091398
Update pillow from 6.0.0 to 6.1.0
2019-07-03 12:00:28 +01:00
Bruno Alla
f6343694fd
Merge pull request #2138 from pydanny/pyup-update-django-2.2.2-to-2.2.3
...
Update django to 2.2.3
2019-07-01 15:40:34 +02:00
browniebroke
5c83f2416f
Update pytest from 4.6.3 to 5.0.0
2019-07-01 13:00:32 +02:00
browniebroke
cbd3a59d4b
Update django from 2.2.2 to 2.2.3
2019-07-01 13:00:29 +02:00
browniebroke
7be0c231b7
Update pytest-django from 3.5.0 to 3.5.1
2019-06-30 13:00:29 +02:00
browniebroke
46f4567b95
Update sentry-sdk from 0.9.2 to 0.9.5
2019-06-29 12:00:32 +01:00
Bruno Alla
45fca09458
Update mypy to 0.711 ( #2129 )
...
Update mypy to 0.711
2019-06-25 15:08:24 +01:00
browniebroke
2f95bedc13
Update mypy from 0.710 to 0.711
2019-06-25 12:00:34 +01:00
browniebroke
e1c9f57624
Update django-model-utils from 3.1.2 to 3.2.0
2019-06-25 12:00:31 +01:00
browniebroke
6b45fd08e6
Update sentry-sdk from 0.9.1 to 0.9.2
2019-06-24 12:00:28 +01:00
Bruno Alla
64ef6e835c
Update sentry-sdk to 0.9.1 ( #2124 )
...
Update sentry-sdk to 0.9.1
2019-06-22 12:28:26 +01:00
Bruno Alla
2fc4e81a0c
Remove redundant template debug setting ( #2122 )
...
Remove redundant template debug setting
2019-06-22 12:27:56 +01:00
browniebroke
7b9ed36fac
Update sentry-sdk from 0.9.0 to 0.9.1
2019-06-22 12:00:28 +01:00
Bruno Alla
4a106f02a0
Update django-debug-toolbar to 2.0 ( #2121 )
...
Update django-debug-toolbar to 2.0
2019-06-20 17:10:55 +01:00
Dani Hodovic
87a8acbae2
Remove redundant template debug setting
...
> 'debug': a boolean that turns on/off template debug mode. If it is
> True, the fancy error page will display a detailed report for any
> exception raised during template rendering. This report contains the
> relevant snippet of the template with the appropriate line highlighted.
> It defaults to the value of the DEBUG setting.
https://docs.djangoproject.com/en/2.2/topics/templates/#module-django.template.backends.django
I could be wrong about this, but it seems like setting the template
DEBUG setting is redundant, since it should follow whatever the DEBUG
variable is set to.
2019-06-20 23:41:31 +08:00
Bruno Alla
46247faa18
Update mypy to 0.710 ( #2120 )
...
Update mypy to 0.710
2019-06-20 15:30:17 +01:00
browniebroke
81fd240b6c
Update django-debug-toolbar from 1.11 to 2.0
2019-06-20 12:00:37 +01:00
browniebroke
cba392bf95
Update mypy from 0.701 to 0.710
2019-06-20 12:00:34 +01:00
browniebroke
b3e7e5045a
Update sphinx from 2.1.1 to 2.1.2
2019-06-20 12:00:29 +01:00
Tim Claessens
9b48f922ed
Remove all end-of-line carriage returns and not just the first occurrence
2019-06-19 09:46:10 +02:00
Bruno Alla
d2f3891fe1
Rename py.test to pytest in PyCharm config
2019-06-15 11:48:50 +01:00
Bruno Alla
a321a5833d
Cleanup trailing spaces
2019-06-15 11:48:26 +01:00
Bruno Alla
8c71ba0c86
Added DATABASE_URL & CELERY_BROKER_URL (when selected) to the django … ( #2098 )
...
Added DATABASE_URL & CELERY_BROKER_URL (when selected) to the django …
2019-06-15 11:23:28 +01:00
Bruno Alla
e409187a83
Merge pull request #2108 from pydanny/pyup-update-psycopg2-binary-2.8.2-to-2.8.3
...
Update psycopg2-binary to 2.8.3
2019-06-14 23:19:16 +01:00
Min ho Kim
62df724c8c
Fix typo
2019-06-15 06:37:58 +10:00
Bruno Alla
12b527ff5d
Update psycopg2 with --no-binary to 2.8.3 in prod requirements
2019-06-14 12:49:39 +01:00
Bruno Alla
36bccb0e28
Update psycopg2 with --no-binary to 2.8.3
2019-06-14 12:49:02 +01:00
browniebroke
de91817704
Update psycopg2-binary from 2.8.2 to 2.8.3
2019-06-14 12:00:33 +01:00
Jelmert
9e10eb7ae5
Added DATABASE_URL & CELERY_BROKER_URL (when selected) to the django console startup script of pycharm. Fixes #1766 .
2019-06-14 11:49:29 +02:00
browniebroke
0b5f8b4891
Update pytest from 4.6.2 to 4.6.3
2019-06-12 12:00:30 +01:00
Bruno Alla
d9b06cd61f
Update django-extensions to 2.1.9 ( #2104 )
...
Update django-extensions to 2.1.9
2019-06-11 12:48:15 +01:00
browniebroke
06a9cadf0c
Update django-extensions from 2.1.7 to 2.1.9
2019-06-11 12:00:34 +01:00
browniebroke
d55a3f09aa
Update sphinx from 2.1.0 to 2.1.1
2019-06-11 12:00:31 +01:00
Bruno Alla
6f9e57618d
Add Postgres service to Travis config
2019-06-06 17:23:37 +01:00
Xaver Y.R. Chen
611373cac2
Update Travis config, remove the deprecated sudo keyword
2019-06-06 14:48:48 +08:00
Xaver Y.R. Chen
ef59ffad94
Update Travis config, using new xenial distribution to support the newer version of SQLite to satisfy the requirement of Django 2.2
2019-06-05 20:21:37 +08:00
Fábio C. Barrionuevo da Luz
72c92187a9
Merge pull request #2093 from pydanny/pyup-update-pytest-4.6.0-to-4.6.2
...
Update pytest to 4.6.2
2019-06-04 08:04:45 -03:00
browniebroke
28ba260e03
Update pytest-django from 3.4.8 to 3.5.0
2019-06-04 12:00:40 +01:00
browniebroke
987e958c9b
Update pytest from 4.6.0 to 4.6.2
2019-06-04 12:00:33 +01:00
Bruno Alla
c3c0b441f2
Use django-celery-beat for scheduled tasks ( #2084 )
...
Use django-celery-beat for scheduled tasks
2019-06-03 21:45:14 +01:00
Bruno Alla
416edce1f9
Merge pull request #2091 from pydanny/pyup-update-sphinx-2.0.1-to-2.1.0
...
Update sphinx to 2.1.0
2019-06-03 16:30:38 +01:00
Bruno Alla
03c9b158c0
Merge pull request #2089 from pydanny/pyup-update-sentry-sdk-0.8.1-to-0.9.0
...
Update sentry-sdk to 0.9.0
2019-06-03 13:17:03 +01:00
browniebroke
53f6e07dd5
Update sphinx from 2.0.1 to 2.1.0
2019-06-03 12:01:48 +01:00
browniebroke
78ec608f14
Update django from 2.2.1 to 2.2.2
2019-06-03 12:01:44 +01:00
browniebroke
d769931577
Update sentry-sdk from 0.8.1 to 0.9.0
2019-06-03 12:01:41 +01:00
Bruno Alla
5ad4a080d3
Update sentry-sdk to 0.8.1 ( #2088 )
...
Update sentry-sdk to 0.8.1
2019-06-02 15:45:31 +01:00
browniebroke
8e007111da
Update sentry-sdk from 0.8.0 to 0.8.1
2019-06-02 12:00:33 +01:00
browniebroke
cd7bf6af04
Update pytest from 4.5.0 to 4.6.0
2019-06-02 12:00:30 +01:00
browniebroke
3e7b60c893
Update django-compressor from 2.2 to 2.3
2019-05-31 12:00:33 +01:00
Keyvan Mosharraf
e9e79428d3
Better way to include django_celery_beat in INSTALLED_APPS
2019-05-31 03:45:59 -07:00
Keyvan Mosharraf
aee9f3ecfa
Install django_celery_beat in the proper way
2019-05-30 17:00:07 -07:00
Keyvan Mosharraf
631bddc811
Set celery beat scheduler using settings + install django_celery_beat if use_celery
2019-05-30 16:42:57 -07:00
Keyvan Mosharraf
87b6180142
Use DatabaseScheduler for celery beat
2019-05-30 03:28:57 -07:00
Bruno Alla
7e47e9c2aa
Mailgun api url ( #2014 )
...
Mailgun api url
2019-05-28 11:27:54 +01:00
Tano Abeleyra
9a3a796a89
Use GCP acronym for Google Cloud Platform
2019-05-27 17:39:45 -03:00
Bruno Alla
15f283bb74
Merge branch 'master' into upgrade/django-2.2
2019-05-27 17:17:43 +01:00
Bruno Alla
b56071f516
Fix comments and empty lines in prod settings
2019-05-27 16:33:07 +01:00
Bruno Alla
881a6fd681
Change GCP settings to f-strings
2019-05-27 15:58:56 +01:00
Bruno Alla
b4cea81f26
Fix some comment and empty lines in settings
2019-05-27 15:55:41 +01:00
Bruno Alla
92e4bdf171
Make cloud_provider optional ( #2067 )
...
Make cloud_provider optional
2019-05-27 15:50:18 +01:00
Bruno Alla
c96c932111
Correct name for Celery worker-related settings - fix #2080
...
The settings which are normally prefixed `CELERYD_` are for worker-related config, but since we instantiate the Celery app with a namespace, the prefix for these config should actually be `CELERY_`.
2019-05-27 14:46:07 +01:00
Bruno Alla
fe0d05f207
Update Redis version to 5.0 ( #2065 )
...
Update Redis version to 5.0
2019-05-27 11:46:06 +01:00
Bruno Alla
729dddcab6
Bring psycopg2 versions in line
2019-05-25 16:53:34 +02:00
Bruno Alla
a67587bb24
Bring psycopg2 versions in line
2019-05-25 16:53:08 +02:00
Bruno Alla
0ca1af1e9c
Revert Werkzeug back to 0.14 ( #2076 )
...
Revert Werkzeug back to 0.14
2019-05-22 15:25:08 +01:00
shireenrao
9e27e853f2
update Werkzeug to 0.14.1 and add pyup filter
2019-05-22 09:44:36 -04:00
Demetris Stavrou
a636d454f6
Update {{cookiecutter.project_slug}}/config/settings/production.py
...
Co-Authored-By: Bruno Alla <browniebroke@users.noreply.github.com>
2019-05-22 09:46:20 +03:00
shireenrao
a37046d1ef
Revert Werkzeug back to 0.14
...
reverting back Werkzeug to version 0.14 based on discussion on #2070
I did the change locally on my windows laptop and can confirm that this is now working.
2019-05-21 18:17:19 -04:00
Demetris Stavrou
38b2c2dfcd
Errors are now sent to Sentry
2019-05-21 22:04:03 +03:00
browniebroke
2116f997bc
Update django-anymail from 6.0 to 6.0.1
2019-05-20 12:00:32 +01:00
Tano Abeleyra
de7be3652a
Make cloud_provider optional
...
Some projects may not need AWS or GCS
2019-05-19 12:45:28 -03:00
Bruno Alla
a1e711ee50
Merge pull request #2068 from shireenrao/patch-5
...
If using whitenoise disable AWS and GCE for static
2019-05-19 14:18:19 +01:00
shireenrao
8c69a1203f
Update {{cookiecutter.project_slug}}/config/settings/production.py
...
Co-Authored-By: Bruno Alla <browniebroke@users.noreply.github.com>
2019-05-19 08:27:28 -04:00
shireenrao
adcc5d0b28
Update {{cookiecutter.project_slug}}/config/settings/production.py
...
Co-Authored-By: Bruno Alla <browniebroke@users.noreply.github.com>
2019-05-19 08:27:14 -04:00
Bruno Alla
87f7e1a327
Merge pull request #2066 from mknapper1/master
...
traefik toml config - storageFile is deprecated, use storage instead
2019-05-19 12:24:44 +01:00
browniebroke
0b732298e5
Update django-extensions from 2.1.6 to 2.1.7
2019-05-19 12:00:27 +01:00
shireenrao
570930ef13
If using whitenoise disable AWS and GCE for static
...
If using whitenoise disable AWS and GCE for static setting.
2019-05-18 22:49:10 -04:00
Matt Knapper
98012829f3
storageFile is deprecated, use storage instead
2019-05-18 10:10:45 -04:00
Bruno Alla
d90406c3c3
Make the static storage use public ACL
2019-05-18 14:06:05 +01:00
Bruno Alla
642c28792c
Update Redis version to 5.0
2019-05-18 13:54:25 +01:00
Bruno Alla
d1ea1b029e
Merge pull request #2064 from pydanny/pyup-update-flake8-3.7.5-to-3.7.7
...
Update flake8 to 3.7.7
2019-05-18 13:06:12 +01:00
Bruno Alla
81a1bbcb8f
Merge pull request #2063 from pydanny/pyup-update-sentry-sdk-0.7.14-to-0.8.0
...
Update sentry-sdk to 0.8.0
2019-05-18 13:05:15 +01:00
browniebroke
093455a120
Update flake8 from 3.7.5 to 3.7.7
2019-05-18 12:00:31 +01:00
browniebroke
99df05d8b0
Update sentry-sdk from 0.7.14 to 0.8.0
2019-05-18 12:00:28 +01:00
Bruno Alla
872204527f
Remove user list view
2019-05-17 22:33:30 +01:00
Bruno Alla
219062cb2b
Update to Django 2.2.1
2019-05-17 22:02:50 +01:00
Bruno Alla
b039e24130
Refactor Celery integration according to current best practices ( #2016 )
...
Refactor Celery integration according to current best practices
2019-05-17 21:38:00 +01:00
Tano Abeleyra
63a184f072
Set LOCALE_PATHS
2019-05-17 12:34:32 -03:00
Tano Abeleyra
ecc5a73aff
Add LocaleMiddleware
2019-05-17 11:57:13 -03:00
Bruno Alla
4a1894d5d6
Logging improvements ( #2040 )
...
Logging improvements
2019-05-16 13:25:38 +01:00
Tano Abeleyra
d00517252c
UsersAppConfig improvements
...
+ Rename to UsersConfig to follow Django naming convention
+ Translate verbose_name
2019-05-15 20:10:55 -03:00
Bruno Alla
0fef828375
Create a logging config in base settings & add a root logger to existing ones
2019-05-15 17:20:14 +01:00
browniebroke
74aaa3022c
Update werkzeug from 0.15.2 to 0.15.4
2019-05-15 12:00:38 +01:00
Bruno Alla
ab0ed6d26c
Merge pull request #2052 from pydanny/pyup-update-factory-boy-2.11.1-to-2.12.0
...
Update factory-boy to 2.12.0
2019-05-12 12:47:06 +01:00
browniebroke
4e20733b6a
Update factory-boy from 2.11.1 to 2.12.0
2019-05-12 12:00:33 +01:00
browniebroke
4373e205a8
Update pytest from 4.4.2 to 4.5.0
2019-05-12 12:00:30 +01:00
browniebroke
4bca52c835
Update djangorestframework from 3.9.3 to 3.9.4
2019-05-11 12:00:28 +01:00
Bruno Alla
e900a05e02
Update pytest to 4.4.2 ( #2048 )
...
Update pytest to 4.4.2
2019-05-10 17:56:37 +01:00
shireenrao
8933aa17c0
The signal should be imported from project_slug
...
I am getting an error if I create a signal.py file under users model. Here is the stacktrace
Tracking file by folder pattern: migrations
Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x000002663A074048>
Traceback (most recent call last):
File "C:\Apps\Anaconda3\envs\registration\lib\site-packages\django\utils\autoreload.py", line 225, in wrapper
fn(*args, **kwargs)
File "C:\Apps\Anaconda3\envs\registration\lib\site-packages\django\core\management\commands\runserver.py", line 109, in inner_run
autoreload.raise_last_exception()
File "C:\Apps\Anaconda3\envs\registration\lib\site-packages\django\utils\autoreload.py", line 248, in raise_last_exception
raise _exception[1]
File "C:\Apps\Anaconda3\envs\registration\lib\site-packages\django\core\management\__init__.py", line 337, in execute
autoreload.check_errors(django.setup)()
File "C:\Apps\Anaconda3\envs\registration\lib\site-packages\django\utils\autoreload.py", line 225, in wrapper
fn(*args, **kwargs)
File "C:\Apps\Anaconda3\envs\registration\lib\site-packages\django\__init__.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "C:\Apps\Anaconda3\envs\registration\lib\site-packages\django\apps\registry.py", line 120, in populate
app_config.ready()
File "C:\Users\srao\projects\kbs\kbs\users\apps.py", line 11, in ready
import users.signals # noqa F401
File "C:\Users\srao\projects\kbs\kbs\users\signals.py", line 3, in <module>
from .models import User
File "C:\Users\srao\projects\kbs\kbs\users\models.py", line 8, in <module>
class User(AbstractUser):
File "C:\Apps\Anaconda3\envs\registration\lib\site-packages\django\db\models\base.py", line 95, in __new__
"INSTALLED_APPS." % (module, name)
RuntimeError: Model class users.models.User doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.
Having the signal be imported from project_slug.users.signal fixes the issue.
2019-05-10 11:42:07 -04:00
browniebroke
42fc45d38a
Update pytest from 4.4.1 to 4.4.2
2019-05-09 12:00:33 +01:00
Bruno Alla
dc2cfc9904
Merge branch 'master' into upgrade/django-2.1
2019-05-08 12:23:23 +01:00
Bruno Alla
2bed473954
Edit STATIC and MEDIA urls for GCE production. ( #2047 )
...
Edit STATIC and MEDIA urls for GCE production.
2019-05-07 20:06:47 +01:00
Bruno Alla
07f2a25219
Update psycopg2-binary from 2.8 to 2.8.2 ( #2034 )
2019-05-07 08:52:01 +03:00
Craig Margieson
5ab5285e5f
Edit STATIC and MEDIA urls for GCE production.
2019-05-06 15:13:01 +09:30
Bruno Alla
672ad7efe1
Update sentry-sdk to 0.7.14 ( #2045 )
...
Update sentry-sdk to 0.7.14
2019-04-30 12:42:58 +01:00
browniebroke
07a685326c
Update djangorestframework from 3.9.2 to 3.9.3
2019-04-30 12:00:34 +01:00
browniebroke
bf6f17b1b9
Update sentry-sdk from 0.7.12 to 0.7.14
2019-04-30 12:00:31 +01:00