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
Jules Chéron
ec80a05671
Handle path with pathlib
...
- Update config/settings/base.py
- Update merge_production_dotenvs_in_dotenv.py
- Update wsgi.py
- Update manage.py
2019-07-10 20:35:38 +02: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
Bruno Alla
bb9b482e96
Merge pull request #2043 from pydanny/pyup-update-sentry-sdk-0.7.11-to-0.7.12
...
Update sentry-sdk to 0.7.12
2019-04-26 14:15:59 +01:00
browniebroke
09735eadfd
Update pylint-django from 2.0.8 to 2.0.9
2019-04-26 12:00:32 +01:00
browniebroke
2f77d48496
Update sentry-sdk from 0.7.11 to 0.7.12
2019-04-26 12:00:28 +01:00
browniebroke
7358fef56a
Update sentry-sdk from 0.7.10 to 0.7.11
2019-04-24 12:00:28 +01:00
browniebroke
113f1ed530
Update pylint-django from 2.0.7 to 2.0.8
2019-04-18 12:00:29 +01:00
Bruno Alla
7da9c6a1f2
Merge pull request #2037 from pydanny/pyup-update-pylint-django-2.0.6-to-2.0.7
...
Update pylint-django to 2.0.7
2019-04-18 08:11:33 +01:00
browniebroke
5a3d9050a4
Update pylint-django from 2.0.6 to 2.0.7
2019-04-17 12:00:36 +01:00
browniebroke
352be0eec9
Update mypy from 0.700 to 0.701
2019-04-17 12:00:31 +01:00
Bruno Alla
93d5426cb4
Small updates in the READMEs
2019-04-17 08:37:45 +01:00
Bruno Alla
39df72669e
Merge branch 'master' into upgrade/django-2.1
...
# Conflicts:
# README.rst
2019-04-17 08:33:54 +01:00
browniebroke
026dd6ed57
Update pytest from 4.4.0 to 4.4.1
2019-04-16 12:00:30 +01:00
Bruno Alla
589dfeae41
Merge pull request #2029 from pydanny/pyup-update-pytz-2018.9-to-2019.1
...
Update pytz to 2019.1
2019-04-10 12:16:07 +01:00
browniebroke
6d906721fc
Update pytz from 2018.9 to 2019.1
2019-04-10 13:00:32 +02:00
browniebroke
020933d336
Update sphinx from 2.0.0 to 2.0.1
2019-04-09 13:00:39 +02:00
Bruno Alla
10dc900dbc
Merge pull request #2024 from pydanny/pyup-update-sentry-sdk-0.7.9-to-0.7.10
...
Update sentry-sdk to 0.7.10
2019-04-08 14:58:35 +02:00
anuj
2b141e6464
Add support for GCE static
2019-04-07 00:54:46 +05:30
anuj
b5e030b784
Corrected quotes, added parameter in tests
2019-04-07 00:34:22 +05:30
browniebroke
c582ac48ec
Update sentry-sdk from 0.7.9 to 0.7.10
2019-04-06 13:00:32 +02:00
anuj
cad0b77658
Added support for GCE Media storage
2019-04-05 12:42:39 +05:30
Bruno Alla
e37454522e
Merge pull request #2022 from pydanny/pyup-update-mypy-0.670-to-0.700
...
Update mypy to 0.700
2019-04-04 14:20:11 +01:00
Bruno Alla
b30b9795d2
Update psycopg2 to 2.8 in production
2019-04-04 15:04:57 +02:00
Bruno Alla
b9c5ca2b86
Also update psycopg2 no-binary
2019-04-04 15:03:49 +02:00
browniebroke
63f5ad0280
Update mypy from 0.670 to 0.700
2019-04-04 12:00:33 +01:00
browniebroke
ea749071c2
Update psycopg2-binary from 2.7.7 to 2.8
2019-04-04 12:00:30 +01:00
Bruno Alla
ed75c5df3a
Merge pull request #1853 from foarsitter/aws_s3_backup_commands
...
Amazon S3 backup management commands
2019-04-03 18:23:58 +01:00
browniebroke
e7115fcee9
Update werkzeug from 0.15.1 to 0.15.2
2019-04-03 12:00:30 +01:00
Bruno Alla
2dcbaca3ee
Update documentation
2019-04-02 19:38:23 +01:00
Bruno Alla
57dd157c4a
Remove deprecated password hasher
2019-04-02 19:37:12 +01:00
Bruno Alla
f6e84cb211
Upgrade Django to 2.1.8
2019-04-02 19:11:47 +01:00
Bruno Alla
81851ffb6d
Merge branch 'master' into mailgun_api_url
2019-04-02 15:45:37 +01:00
Bruno Alla
eacfd0e447
Merge branch 'master' into aws_s3_backup_commands
2019-04-02 15:43:56 +01:00
Bruno Alla
895298c28f
Refactor Celery integration according to current best practices
...
- Change celery app to not be a Django app, more like a WSGI app
- Define a Celery task in the Django users app
- Write a test to execute the task
- Update scripts to use the new app to start workers
- Update documentation
Fix #865
2019-04-02 15:40:32 +01:00
Jelmert
d1bf4f4815
Added AWS_S3_REGION_NAME to production settings
2019-04-02 15:43:48 +02:00
Jelmert
8851ac13ef
Added the awscli container for uploading and downloading backups from and to Amazon S3
2019-04-02 15:36:44 +02:00
Jelmert
17e7d603cf
Added the MAILGUN_API_URL variable to the ANYMAIL configuration so we can easily switch to the EU region for mailgun
2019-04-02 15:08:51 +02:00
browniebroke
fbce0c8ba1
Update pillow from 5.4.1 to 6.0.0
2019-04-02 12:00:29 +01:00
Bruno Alla
c645e7bb2e
Merge pull request #2008 from pydanny/pyup-update-celery-4.2.1-to-4.3.0
...
Update celery to 4.3.0
2019-04-01 13:11:29 +01:00
Bruno Alla
b8f24563ba
Merge pull request #2007 from pydanny/pyup-update-python-slugify-3.0.1-to-3.0.2
...
Update python-slugify to 3.0.2
2019-04-01 13:01:29 +01:00
Bruno Alla
b3680c8d72
Remove Kombu from direct dependencies
2019-04-01 12:59:05 +01:00
browniebroke
faf0e0bc7e
Update pytest from 4.3.1 to 4.4.0
2019-04-01 12:00:43 +01:00
browniebroke
e10aafe802
Update celery from 4.2.1 to 4.3.0
2019-04-01 12:00:35 +01:00
browniebroke
22801fe30e
Update python-slugify from 3.0.1 to 3.0.2
2019-04-01 12:00:32 +01:00
Bruno Alla
717bbbdb13
Merge pull request #2005 from pydanny/pyup-update-sentry-sdk-0.7.8-to-0.7.9
...
Update sentry-sdk to 0.7.9
2019-04-01 08:48:15 +01:00
Bruno Alla
4e70a4b55a
Test all possible template combinations ( #1993 )
...
## Description
Fixes #591 .
## Rationale
We are currently not testing many combinations, we run Flake8 on the generated project with default options, but that rarely catch any issues.
## Use case(s) / visualization(s)
Catch problems with invalid combinations, for instance, it fails due to Whitenoise breaking flake8 with `django-compressor` because `STATIC_URL` was undefined here:
b91c70d755/%7B%7Bcookiecutter.project_slug%7D%7D/config/settings/production.py (L185)
2019-04-01 08:47:46 +01:00
browniebroke
1bc185d2f7
Update sentry-sdk from 0.7.8 to 0.7.9
2019-03-31 12:00:28 +01:00
browniebroke
3b6f73afb2
Update sphinx from 1.8.5 to 2.0.0
2019-03-29 11:00:31 +00:00
browniebroke
28c60116a6
Update pylint-django from 0.9.4 to 2.0.6
2019-03-27 11:00:31 +00:00
Bruno Alla
55ef75e7a0
Merge pull request #1991 from hanaquadara/issue-1590/add-plugins-to-reqs
...
Add pylint plugins to requirements.txt
2019-03-26 21:45:51 +00:00
hanasuhail
c2f8569eb3
add sources
2019-03-26 17:16:40 -04:00
Bruno Alla
1842061be0
Merge pull request #1995 from pydanny/pyup-update-python-slugify-3.0.0-to-3.0.1
...
Update python-slugify to 3.0.1
2019-03-26 11:43:43 +00:00
browniebroke
99d7e1d5ef
Update python-slugify from 3.0.0 to 3.0.1
2019-03-26 11:00:35 +00:00
browniebroke
5db400fbcf
Update sentry-sdk from 0.7.7 to 0.7.8
2019-03-26 11:00:32 +00:00
hanasuhail
b261ce27c4
update restructured text link; add condition for celery linter
2019-03-25 15:52:49 -04:00
Bruno Alla
b91c70d755
Add a node image to run Gulp when selecting it with Docker ( #1687 )
...
## Description
Following up on @webyneter attempt in #1205 , which is now getting outdated, I've tried to make Gulp task runner work with Docker. There is no documentation yet, but this seems to work locally with the custom bootstrap compilation...
- [x] Add a node image for local developement
- [x] Proxy the django image rather than localhost in Browser sync, pass header to keep hostname
- [x] Don't call the runserver command from Gulp, let docker-compose handle
- [x] Update package.json & gulpfile.js templates to reduce the number of unwanted empty lines
- [x] Use [multi-stage build](https://docs.docker.com/develop/develop-images/multistage-build/ ) in production to make sure the static assets are produced
- [x] Update documentation
- [x] Verify that the previous issue with static assets missing from production isn't there
## Rationale
Currently, the static build isn't working nicely with Docker, extra manual setup is required.
Fixes #1762
2019-03-25 12:10:55 +00:00
Hana Quadara
85aea55fc6
add plugins to req file; remove pylint-common
2019-03-23 00:01:23 -04:00
browniebroke
7f3aa6cebb
Update werkzeug from 0.15.0 to 0.15.1
2019-03-22 11:00:31 +00:00
Bruno Alla
9f9e2344b4
Merge branch 'master' into pyup-update-ipdb-0.11-to-0.12
2019-03-21 18:30:13 +00:00
Bruno Alla
cd4d70573b
Merge pull request #1985 from pydanny/pyup-update-black-18.9b0-to-19.3b0
...
Update black to 19.3b0
2019-03-21 18:29:33 +00:00
Bruno Alla
b9a9726e0f
Merge pull request #1987 from pydanny/pyup-update-pytest-django-3.4.7-to-3.4.8
...
Update pytest-django to 3.4.8
2019-03-21 17:59:18 +00:00
Bruno Alla
8901e70a2f
Merge pull request #1986 from pydanny/pyup-update-django-extensions-2.1.5-to-2.1.6
...
Update django-extensions to 2.1.6
2019-03-21 17:58:53 +00:00
Bruno Alla
bd57ab615f
Merge branch 'master' into pyup-update-black-18.9b0-to-19.3b0
2019-03-21 17:38:56 +00:00
Bruno Alla
5e90722341
Merge pull request #1984 from pydanny/pyup-update-coverage-4.5.2-to-4.5.3
...
Update coverage to 4.5.3
2019-03-21 17:38:13 +00:00
Bruno Alla
0126cebd07
Merge pull request #1983 from pydanny/pyup-update-pytest-4.2.0-to-4.3.1
...
Update pytest to 4.3.1
2019-03-21 17:37:52 +00:00
Bruno Alla
3afdde4934
Merge pull request #1982 from pydanny/pyup-update-sphinx-1.8.4-to-1.8.5
...
Update sphinx to 1.8.5
2019-03-21 17:12:52 +00:00
Bruno Alla
78b735bd68
Merge pull request #1979 from pydanny/pyup-update-djangorestframework-3.9.1-to-3.9.2
...
Update djangorestframework to 3.9.2
2019-03-21 17:12:29 +00:00
Bruno Alla
31d53c75f2
Merge branch 'master' into pyup-update-ipdb-0.11-to-0.12
2019-03-21 17:04:48 +00:00
Bruno Alla
6c6aa7c215
Merge pull request #1980 from pydanny/pyup-update-werkzeug-0.14.1-to-0.15.0
...
Update werkzeug to 0.15.0
2019-03-21 17:03:53 +00:00
Bruno Alla
85dea50436
Merge pull request #1978 from pydanny/pyup-update-django-allauth-0.38.0-to-0.39.1
...
Update django-allauth to 0.39.1
2019-03-21 16:45:47 +00:00
Bruno Alla
cfc82a668f
Merge pull request #1976 from pydanny/pyup-update-python-slugify-2.0.1-to-3.0.0
...
Update python-slugify to 3.0.0
2019-03-21 16:39:37 +00:00
Bruno Alla
6e53dcaa30
Merge pull request #1975 from pydanny/pyup-update-django-anymail-5.0-to-6.0
...
Update django-anymail to 6.0
2019-03-21 16:26:40 +00:00
browniebroke
65d315ed29
Update pytest-django from 3.4.7 to 3.4.8
2019-03-21 16:01:31 +00:00
browniebroke
a8c52e2d45
Update django-extensions from 2.1.5 to 2.1.6
2019-03-21 16:01:28 +00:00
browniebroke
d92754684f
Update black from 18.9b0 to 19.3b0
2019-03-21 16:01:24 +00:00
browniebroke
3995e9e807
Update coverage from 4.5.2 to 4.5.3
2019-03-21 16:01:21 +00:00
browniebroke
a7163b9409
Update pytest from 4.2.0 to 4.3.1
2019-03-21 16:01:18 +00:00
browniebroke
b5ab945ca2
Update sphinx from 1.8.4 to 1.8.5
2019-03-21 16:01:14 +00:00
browniebroke
f67a78903e
Update ipdb from 0.11 to 0.12
2019-03-21 16:01:08 +00:00
browniebroke
7b83d47e2b
Update werkzeug from 0.14.1 to 0.15.0
2019-03-21 16:01:05 +00:00
browniebroke
f04e96e30f
Update djangorestframework from 3.9.1 to 3.9.2
2019-03-21 16:01:00 +00:00
browniebroke
dd85d6df39
Update django-allauth from 0.38.0 to 0.39.1
2019-03-21 16:00:57 +00:00
browniebroke
bb26ed565b
Update python-slugify from 2.0.1 to 3.0.0
2019-03-21 16:00:50 +00:00
browniebroke
4cd30e4657
Update django-anymail from 5.0 to 6.0
2019-03-21 16:00:47 +00:00
browniebroke
1ed1e6ac47
Update sentry-sdk from 0.7.6 to 0.7.7
2019-03-21 16:00:43 +00:00
Bruno Alla
91585a0eb2
Add OS requirements for Ubuntu Bionic 18.04
...
Fixes #1973
2019-03-20 12:54:58 +00:00
Bruno Alla
823ee637d1
Remove dead link in .gitignore
...
Fixes #1972
2019-03-20 12:16:43 +00:00
Bruno Alla
5bf0a397ac
Pin redis version
2019-03-20 12:09:43 +00:00
Bruno Alla
b0cb86f282
Merge pull request #1958 from rolep/kombu-update
...
Redis and Kombu update
2019-03-20 12:08:41 +00:00
Guilherme Fabrizio
7d1e90bdf5
Migrate to unified Sentry SDK ( #1820 )
...
The raven library is deprecated. Replace it by the new sentry-sdk library:
https://docs.sentry.io/error-reporting/quickstart/?platform=python
fixes #1818
2019-03-20 10:04:44 +00:00
Bruno Alla
997b22e4ce
Merge branch 'fix/default-acl'
2019-03-19 20:02:41 +00:00
Bruno Alla
b594a15847
Add code style black to the generated README
2019-03-19 20:02:26 +00:00
Bruno Alla
6e9f87fced
Set AWS_DEFAULT_ACL to None as per django-storages documentation
...
fixes #1885
2019-03-19 19:57:31 +00:00
Bruno Alla
e740a54da6
Update Flower version
2019-03-19 12:30:19 +00:00
Demetris
b312d516a4
Replace Caddy with Traefik ( #1714 )
...
## Description
Replace Caddy with Traefik
## Rationale
There is some trouble with the Caddy license (https://github.com/pydanny/cookiecutter-django/pull/1282#issuecomment-329617536 )
@drdaeman suggested using Traefik (https://github.com/pydanny/cookiecutter-django/pull/1282#issuecomment-353655273 ) which supports ACME and also plays very nice with Docker.
## Comments
I am currently using the proposed setup on a live site and it working great so far. If this PR is of interest to the maintainers, then I could commit more changes and take care of the documentation. Of course, any suggestions by the more experienced people around here, are welcome!
2019-03-19 09:32:45 +00:00
Bruno Alla
3bd7aa4e1a
Fix build error with windows=y and docker=y combination
...
Fixes #1917
2019-03-18 20:55:47 +00:00
Bruno Alla
68f7268770
Run Black on Travis ( #1957 )
...
* Create a test matrix on Travis CI to help testing multiple options
* Change test_docker.sh to fail if any command in it fails
* Run black on the CI with --check option
* Fix formatting of project files using black
* Install black in the docker container
* Exclude migrations in black checks
* Fix Black formatting violations
* Run black on the whole generated project & fix issues
2019-03-18 17:49:43 +00:00
Bruno Alla
563e0938a8
Merge pull request #1664 from pydanny/clean-up-project-docs
...
Remove project doc files likely to remain unused
2019-03-13 14:40:18 -03:00
Oleg Russkin
638c93d1df
Add kombu to base (celery) dependencies
...
Using latest version 4.4.0, previous suitable 4.3.0
also had bug: kombu/issues#1006
2019-03-12 16:38:43 +02:00
Oleg Russkin
6213af4b56
Update redis to 3.2.0
...
Related bug was fixed : celery/kombu#947
Moreover, recent kombu versiones demand
such redis version.
2019-03-12 16:35:03 +02:00
Bruno Alla
eb85627d1a
Update to latest bug fix for Python 3.6 to fix Heroku warning when deploying
...
Python has released a security update! Please consider upgrading to python-3.6.8
Learn More: https://devcenter.heroku.com/articles/python-runtimes
2019-03-11 22:02:11 +00:00
Bruno Alla
9eab0b9365
Merge pull request #1956 from pydanny/conditional-redis-merge
...
## Description
This is the same as the pull request #1693 with the master branch merged into it to avoid all the extra unrelated commits which are already in master. Looks like Github is getting confused due to a rebase on that branch, which make that PR hard to review...
## Rationale
See #1693 - Locally, Redis is necessary only if Celery is used, while in Production it's also used for Caching.
## Use case(s) / visualization(s)
Fixes #1691
2019-03-11 21:12:58 +00:00
yunti
1c5c4e52c0
Add automatic migrations to heroku deploys ( #1951 )
...
heroku now has a new feature for running tasks as part of deployment. Perfect for automatic migrations.
https://devcenter.heroku.com/articles/release-phase#specifying-release-phase-tasks
2019-03-11 21:05:31 +00:00
Bruno Alla
ae27ef3fae
Merge branch 'master' into conditional-redis-merge
2019-03-11 20:53:36 +00:00
btknu
6e72169ffe
Add missing script
key to Travis CI config ( #1950 )
...
* Add failing test for travis.yml
I see three options to test travis.yml :
1. Testing that the YAML contains relevant value. Least useful and least
reliable, but simplest to implement.
2. Testing that the YAML is valid TravisCI YAML. Unfortunately this is
difficult / impossible. Doing 'travis lint' would succeed, this command
does not check for 'script' key presence and wouldn't be useful for us.
We could use 'travis-build' to verify that the YAML can be converted to
a worker config, but as of now 'travis-build' doesn't work out of the
box.
There is a new tool for validating travis YAML files 'travis-yml', but
as of now it's a ruby-only library and it's still a work in progress.
3. Running Travis CI task based on the generated YAML. This seems the
best approach, however since cookiecutter-django itself uses Travis CI,
that would require running Travis CI from within Travis CI.
Scheduling Travis CI job without a github push still requires a public
github repo, which is something that we can't generate on demand.
Given that I'm opting to use approach 1.
* Adds missing config to generated .travis.yml
The keys added are as follows:
1. 'script'
Required by Travis, cookiecutter-django used to provide it until it has
been removed together with hitch.
I'm assuming hitch has been replaced with pytest, I'm setting pytest as
the new value for the 'script' key.
2. 'install'
Not required by Travis, but necessary in our case; installs test
libraries, mostly pytest.
As of now this points to 'local.txt' requirements file. There used to be
a separate 'test.txt' requirements file but it has been decided to merge
it with 'local.txt', see discussion in
https://github.com/pydanny/cookiecutter-django/pull/1557 .
* Update CONTRIBUTORS.rst
2019-03-05 22:10:45 -03:00
keithjeb
aea5c807f6
Change eager celery setting in local Docker ( #1945 )
...
[//]: # (Thank you for helping us out: your efforts mean great deal to the project and the community as a whole!)
[//]: # (Before you proceed:)
[//]: # (1. Make sure to add yourself to `CONTRIBUTORS.rst` through this PR provided you're contributing here for the first time)
[//]: # (2. Don't forget to update the `docs/` presuming others would benefit from a concise description of whatever that you're proposing)
## Description
[//]: # (What's it you're proposing?)
Added a note around CELERY_TASK_ALWAYS_EAGER = True in docker config for local development. This causes tasks to be executed on the 'main' thread rather than by the workers. I understand why that might be desirable, but thought it worth calling out incase (like me) it makes people think something is broken.
## Rationale
[//]: # (Why does the project need that?)
Ease of use/troubleshooting
## Use case(s) / visualization(s)
[//]: # ("Better to see something once than to hear about it a thousand times.")
2019-03-02 13:51:30 +00:00
Anna Sidwell
b6b7176d02
Make requested changes:
...
* Reorder meta tasks to the bottom
* Fix JS compilation issue
* Replace strings concatenation with templates
2019-02-27 10:11:20 +11:00
Anna Sidwell
2676401ed7
Update Gulp & other dependencies
2019-02-23 18:47:30 +11:00
pyup.io bot
1c11f0950f
Update django from 2.0.10 to 2.0.13 ( #1936 )
2019-02-16 14:34:11 +03:00
pyup-bot
9e2d335ed3
Update mypy from 0.660 to 0.670
2019-02-08 16:28:37 -08:00
Bruno Alla
7fe87d9c97
Merge pull request #1925 from pydanny/pyup-update-pytest-django-3.4.5-to-3.4.7
...
Update pytest-django to 3.4.7
2019-02-05 10:26:10 +01:00
Bruno Alla
ca528c482c
Merge pull request #1926 from pydanny/pyup-update-flake8-3.7.4-to-3.7.5
...
Update flake8 to 3.7.5
2019-02-05 10:25:50 +01:00
pyup-bot
06a96b68dc
Update sphinx from 1.8.3 to 1.8.4
2019-02-04 18:46:40 -08:00
pyup-bot
fe81992501
Update flake8 from 3.7.4 to 3.7.5
2019-02-04 18:46:34 -08:00
pyup-bot
6050368df0
Update pytest-django from 3.4.5 to 3.4.7
2019-02-03 13:54:30 -08:00
pyup-bot
8774ede3b0
Update flake8 from 3.7.3 to 3.7.4
2019-02-01 06:53:37 -08:00
Bruno Alla
65d2ce07fb
Merge pull request #1916 from pydanny/pyup-update-django-extensions-2.1.4-to-2.1.5
...
Update django-extensions to 2.1.5
2019-01-31 16:53:04 +01:00
Bruno Alla
11e7adfbd4
Merge pull request #1920 from pydanny/pyup-update-flake8-3.6.0-to-3.7.3
...
Update flake8 to 3.7.3
2019-01-31 16:52:30 +01:00
pyup-bot
43bfd66aa0
Update flake8 from 3.6.0 to 3.7.3
2019-01-31 05:23:23 -08:00
pyup-bot
8c7a3613ba
Update pytest from 4.1.1 to 4.2.0
2019-01-30 16:40:23 -08:00
Fábio C. Barrionuevo da Luz
156afe675b
Merge pull request #1907 from pydanny/pyup-update-djangorestframework-3.9.0-to-3.9.1
...
Update djangorestframework to 3.9.1
2019-01-30 17:08:42 -03:00
pyup-bot
0ef965cbfd
Update django-extensions from 2.1.4 to 2.1.5
2019-01-30 11:53:28 -08:00
pyup-bot
a7af2d5153
Update psycopg2-binary from 2.7.6.1 to 2.7.7
2019-01-22 11:58:06 -08:00
pyup.io bot
563ca77480
Update mypy from 0.650 to 0.660 ( #1908 )
2019-01-22 14:30:50 +03:00
pyup.io bot
e2f46e392e
Update argon2-cffi from 18.3.0 to 19.1.0 ( #1909 )
2019-01-22 14:30:37 +03:00
pyup-bot
cf88911c36
Update djangorestframework from 3.9.0 to 3.9.1
2019-01-16 09:20:56 -08:00
pyup.io bot
b0380da4c0
Update pytz from 2018.7 to 2018.9 ( #1902 )
2019-01-13 16:48:23 +03:00
pyup.io bot
e5f779c9cc
Update pytest-django from 3.4.4 to 3.4.5 ( #1903 )
2019-01-13 16:48:11 +03:00
pyup-bot
33d03e06ab
Update pytest from 4.1.0 to 4.1.1
2019-01-12 23:34:49 -08:00
pyup.io bot
34620a1c57
Update pillow from 5.3.0 to 5.4.1 ( #1901 )
2019-01-07 02:04:50 +03:00
pyup.io bot
2bf8f286e4
Update pytest to 4.1.0 ( #1900 )
...
* Update pytest from 4.0.2 to 4.1.0
* Update pytest from 4.0.2 to 4.1.0
2019-01-07 02:04:14 +03:00
pyup-bot
530e94d30e
Update django from 2.0.9 to 2.0.10
2019-01-04 13:34:34 -08:00
pyup.io bot
83150e9a55
Update python-slugify from 2.0.0 to 2.0.1 ( #1898 )
2019-01-04 10:17:12 +08:00
Fábio C. Barrionuevo da Luz
cfe8048929
Merge pull request #1896 from pydanny/pyup-update-sphinx-1.8.2-to-1.8.3
...
Update sphinx to 1.8.3
2018-12-27 12:00:30 -03:00
pyup-bot
d35bad4f99
Update sphinx from 1.8.2 to 1.8.3
2018-12-25 15:42:12 -08:00
pyup-bot
23f0f6e015
Update python-slugify from 1.2.6 to 2.0.0
2018-12-25 15:42:08 -08:00
pyup-bot
09f4b8225c
Update raven from 6.9.0 to 6.10.0
2018-12-19 07:53:59 -08:00
Bruno Alla
c9f6159d62
Merge pull request #1883 from pydanny/pyup-update-django-debug-toolbar-1.10.1-to-1.11
...
Update django-debug-toolbar to 1.11
2018-12-17 14:25:48 +00:00
Bruno Alla
78a26b2690
Merge branch 'master' into pyup-update-mypy-0.641-to-0.650
2018-12-17 14:17:38 +00:00
pyup-bot
553e752a6b
Update pytest from 4.0.1 to 4.0.2
2018-12-14 18:35:57 -08:00
pyup-bot
6fcded1ec9
Update mypy from 0.641 to 0.650
2018-12-07 13:33:34 -08:00
pyup-bot
928bf6fe4e
Update django-debug-toolbar from 1.10.1 to 1.11
2018-12-03 11:28:28 -08:00
Tubo Shi
a1508f2600
updated spacing utility class name
2018-11-30 18:12:08 +13:00
pyup-bot
ebaddf6320
Update pytest from 4.0.0 to 4.0.1
2018-11-24 09:32:08 -08:00
pyup.io bot
e97304387d
Update django-extensions from 2.1.3 to 2.1.4 ( #1875 )
2018-11-22 15:56:54 +00:00
Bruno Alla
6e85ee4aa9
Merge pull request #1869 from Egregors/master
...
Pinning redis version to >=2.10.6, <3
2018-11-20 16:17:38 +00:00
Bruno Alla
5df8a5cf64
Merge pull request #1852 from hpbruna/patch-1
...
CSRF in header
2018-11-20 09:57:49 +00:00
pyup.io bot
a598a0a67a
Update whitenoise from 4.1.1 to 4.1.2 ( #1872 )
2018-11-20 10:10:30 +08:00
pyup-bot
0d5ce3c032
Update django-redis from 4.9.0 to 4.10.0
2018-11-19 02:19:54 -08:00
Vadim Iskuchekov
e407eb9c13
Clean up, version restriction not only for pyup
...
Default pip ignored # pyup notation. So now version restriction sets decidedly
2018-11-18 18:49:55 +01:00
Vadim Iskuchekov
ff6d331a20
Pinning redis version to >=2.10.6, <3
...
Fix #1868
2018-11-18 17:06:07 +01:00
pyup.io bot
f439e935a8
Update pytest to 4.0.0 ( #1867 )
...
* Update pytest from 3.10.1 to 4.0.0
* Update pytest from 3.10.1 to 4.0.0
2018-11-17 09:59:09 +00:00
pyup.io bot
c6fd1c1905
Update pytest-django from 3.4.3 to 3.4.4 ( #1864 )
2018-11-13 15:24:27 +00:00
Bruno Alla
3aa289e79b
Merge pull request #1861 from carlmjohnson/master
...
Settings: Use security settings in dev as well as prod
2018-11-13 12:46:54 +00:00
Bruno Alla
320c957f4e
Merge pull request #1863 from pydanny/pyup-update-coverage-4.5.1-to-4.5.2
...
Update coverage to 4.5.2
2018-11-13 08:30:45 +00:00
pyup-bot
7627ce4c30
Update coverage from 4.5.1 to 4.5.2
2018-11-12 16:08:48 -08:00
pyup-bot
7e03b56694
Update whitenoise from 4.1 to 4.1.1
2018-11-12 16:08:45 -08:00
Carl Johnson
1753812136
Settings: Use security settings in dev as well as prod
2018-11-12 15:04:03 -05:00
Leo Zhou
8217ea439b
Config celery app immediately after the app being created, otherwise it is too late.
2018-11-12 17:59:26 +08:00
Bruno Alla
a6117de501
Merge pull request #1858 from pydanny/pyup-update-psycopg2-binary-2.7.5-to-2.7.6.1
...
Update psycopg2-binary to 2.7.6.1
2018-11-11 18:53:11 +00:00
Bruno Alla
90677a4efa
Merge pull request #1857 from pydanny/pyup-update-sphinx-1.8.1-to-1.8.2
...
Update sphinx to 1.8.2
2018-11-11 18:52:38 +00:00
pyup-bot
821e895323
Update pytest from 3.10.0 to 3.10.1
2018-11-11 10:12:43 -08:00
pyup-bot
ecf9b68129
Update psycopg2-binary from 2.7.5 to 2.7.6.1
2018-11-11 08:44:44 -08:00
pyup-bot
e15a0bac8f
Update sphinx from 1.8.1 to 1.8.2
2018-11-11 08:44:40 -08:00
pyup.io bot
ca0265324e
Update pytest-sugar from 0.9.1 to 0.9.2 ( #1854 )
2018-11-09 02:12:21 +03:00
HP Bruna
03e5670c25
CSRF in header
...
CSRF header is needed for a POST request in the Django REST framework.
2018-11-07 21:54:52 +01:00
pyup.io bot
33eb8fbe25
Update django-anymail from 4.3 to 5.0 ( #1851 )
2018-11-07 22:04:24 +03:00
pyup.io bot
36075be6dc
Update pytest to 3.10.0 ( #1848 )
...
* Update pytest from 3.9.3 to 3.10.0
* Update pytest from 3.9.3 to 3.10.0
2018-11-05 10:31:50 +03:00
pyup.io bot
ee67e6019d
Update pytz from 2018.6 to 2018.7 ( #1845 )
2018-10-29 22:15:57 +03:00
pyup.io bot
6c24de9c0f
Update pytest to 3.9.3 ( #1842 )
...
* Update pytest from 3.9.2 to 3.9.3
* Update pytest from 3.9.2 to 3.9.3
2018-10-28 11:35:57 +03:00
Davit Tovmasyan
6cb59c6ca4
Keep ipython history ( #1836 )
2018-10-24 13:37:15 +03:00
pyup.io bot
ef2fc781f8
Update flake8 to 3.6.0 ( #1839 )
...
* Update flake8 from 3.5.0 to 3.6.0
* Update flake8 from 3.5.0 to 3.6.0
2018-10-24 13:36:48 +03:00
pyup.io bot
25477ac33d
Update pytz from 2018.5 to 2018.6 ( #1840 )
2018-10-24 13:36:29 +03:00
pyup.io bot
649ca872d2
Update pytest to 3.9.2 ( #1837 )
...
* Update pytest from 3.9.1 to 3.9.2
* Update pytest from 3.9.1 to 3.9.2
2018-10-23 20:23:23 +03:00
Fábio C. Barrionuevo da Luz
07fa71b3a2
Merge pull request #1833 from pydanny/pyup-update-pytest-3.8.2-to-3.9.1
...
Update pytest to 3.9.1
2018-10-18 13:12:29 -03:00
pyup-bot
f5df324920
Update djangorestframework from 3.8.2 to 3.9.0
2018-10-18 09:46:59 -05:00
pyup-bot
784f6c9ca7
Update pytest from 3.8.2 to 3.9.1
2018-10-17 07:05:55 -05:00
pyup.io bot
9c9c831541
Update mypy from 0.630 to 0.641 ( #1832 )
2018-10-16 10:13:36 +08:00
pyup.io bot
c0487b667f
Update django-anymail from 4.2 to 4.3 ( #1831 )
2018-10-12 11:41:15 +08:00
Bruno Alla
1bef404355
Merge pull request #1823 from pydanny/pyup-update-django-allauth-0.37.1-to-0.38.0
...
Update django-allauth to 0.38.0
2018-10-10 18:15:29 +01:00
Bruno Alla
71ef923885
Merge pull request #1826 from pydanny/pyup-update-gunicorn-19.8.1-to-19.9.0
...
Update gunicorn to 19.9.0
2018-10-10 16:29:02 +01:00
Bruno Alla
9ccb415dfb
Merge pull request #1822 from pydanny/pyup-update-pytest-3.8.1-to-3.8.2
...
Update pytest to 3.8.2
2018-10-10 16:27:39 +01:00
pyup-bot
5ef7522436
Update gunicorn from 19.8.1 to 19.9.0
2018-10-09 13:52:46 -07:00
Bruno Alla
f270741f06
Merge pull request #1805 from pydanny/docs-local-dev
...
Update documentation for local developement on bare metal
2018-10-04 23:24:39 +01:00
pyup-bot
06b80fc871
Update django-allauth from 0.37.1 to 0.38.0
2018-10-03 16:15:29 -05:00
pyup-bot
8ae766b7e5
Update pytest from 3.8.1 to 3.8.2
2018-10-03 07:09:30 -05:00
Bruno Alla
5f8e074903
Merge pull request #1816 from pydanny/pyup-update-pillow-5.2.0-to-5.3.0
...
Update pillow to 5.3.0
2018-10-01 20:15:46 +01:00
pyup-bot
a265756d48
Update django from 2.0.8 to 2.0.9
2018-10-01 06:50:15 -05:00
pyup-bot
32591ed655
Update pillow from 5.2.0 to 5.3.0
2018-10-01 06:50:11 -05:00
pyup-bot
cc2602661e
Update django-extensions from 2.1.2 to 2.1.3
2018-09-29 18:18:21 -05:00
pyup.io bot
b626fac5c6
Update pytest to 3.8.1 ( #1813 )
...
* Update pytest from 3.8.0 to 3.8.1
* Update pytest from 3.8.0 to 3.8.1
2018-09-26 06:40:59 +00:00
pyup-bot
f259e0f17a
Update sphinx from 1.8.0 to 1.8.1
2018-09-22 13:18:11 -07:00
pyup.io bot
78fb8c1475
Update mypy from 0.620 to 0.630 ( #1807 )
2018-09-20 13:36:16 +00:00
Bruno Alla
3a611d4767
Fix package.json
...
- Fix vertical spacing
- Fix jQuery dependency
2018-09-17 22:07:26 +01:00
Bruno Alla
f4cfe6c704
Merge pull request #1801 from ChrisPappalardo/master
...
fixed production bugs in caddyfile and middleware
2018-09-16 13:40:20 +01:00
pyup.io bot
49a7740850
Update pytest-django from 3.4.2 to 3.4.3 ( #1806 )
2018-09-16 17:49:45 +08:00
Bruno Alla
6dd64ddd53
Update documentation for bare metal local development
...
- Mention the need for Redis if Celery is selected
- Link to PostgreSQL & Redis download pages
- Detail better how to set the environment
- Improve internal links using Sphinx' :ref
- Remove unused link
2018-09-15 21:23:06 +01:00
Chris Pappalardo
ea53635a0a
fixed production bugs in caddyfile and middleware
2018-09-15 12:45:10 -07:00
pyup.io bot
f60b6d464c
Update whitenoise from 4.0 to 4.1 ( #1797 )
2018-09-12 19:23:28 +00:00
pyup.io bot
4258ba9e2d
Update sphinx from 1.7.9 to 1.8.0 ( #1798 )
2018-09-12 19:16:22 +00:00
Umair Ashraf
bf6c7e8e9c
fixed s3 http url for static and media storage
2018-09-12 13:45:30 -04:00
pyup-bot
ae4225e2ea
Update django-debug-toolbar from 1.10 to 1.10.1
2018-09-11 02:52:44 -07:00
Bruno Alla
e50b0d333e
Merge pull request #1777 from pydanny/doc/grunt-cleanup
...
Cleanup outdated references to Grunt & Compass
2018-09-10 22:39:18 +01:00
Wan Liuyang
de5504f414
Rename custom S3Boto3Storage subclasses ( #1784 )
...
Closes #1788
This PR preps for the upcoming `django-storages` 2.X:
1. ~~Explicitly set default ACL to None which was [incorrectly set](3f6ec74942/storages/backends/s3boto3.py (L195)
) to `public-read` by `django-storages`~~
2. Renamed `StaticRootS3BotoStorage` to `StaticRootS3Boto3Storage` to avoid confusion. This is to prep for the upcoming `S3Boto` class deprecation.
See also:
https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html#settings
https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst
2018-09-09 19:59:04 +08:00
Bruno Alla
8dddd913c2
Merge pull request #1790 from pydanny/pyup-update-pytest-3.7.4-to-3.8.0
...
Update pytest to 3.8.0
2018-09-09 12:10:51 +01:00
Bruno Alla
e6a773c3d5
Merge pull request #1791 from pydanny/pyup-update-django-coverage-plugin-1.5.0-to-1.6.0
...
Update django-coverage-plugin to 1.6.0
2018-09-09 12:10:15 +01:00
pyup.io bot
6628fff9a0
Update django-anymail to 4.2 ( #1792 )
...
This PR updates [django-anymail[mailgun]](https://pypi.org/project/django-anymail ) from **4.1** to **4.2**.
<details>
<summary>Changelog</summary>
### 4.2
```
----
*2018-09-07*
Features
~~~~~~~~
* **Postmark:** Support per-recipient template `merge_data` and batch sending. (Batch
sending can be used with or without a template. See
`docs <https://anymail.readthedocs.io/en/stable/esps/postmark/postmark-templates> ;`__.)
Fixes
~~~~~
* **Postmark:** When using `template_id`, ignore empty subject and body. (Postmark
issues an error if Django's default empty strings are used with template sends.)
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/django-anymail
- Changelog: https://pyup.io/changelogs/django-anymail/
- Repo: https://github.com/anymail/django-anymail
</details>
2018-09-08 06:11:31 +08:00
pyup-bot
028cf5c5eb
Update django-coverage-plugin from 1.5.0 to 1.6.0
2018-09-07 09:34:37 -07:00
pyup.io bot
ffbec778a6
Update django-debug-toolbar from 1.9.1 to 1.10 ( #1789 )
2018-09-07 08:37:37 +00:00
pyup-bot
bb837784ae
Update pytest from 3.7.4 to 3.8.0
2018-09-06 18:39:21 -07:00
pyup.io bot
ff6e58e560
Update sphinx to 1.7.9 ( #1787 )
...
This PR updates [Sphinx](https://pypi.org/project/Sphinx ) from **1.7.8** to **1.7.9**.
<details>
<summary>Changelog</summary>
### 1.7.9
```
=====================================
Features added
--------------
* 5359: Make generated texinfo files reproducible by sorting the anchors
Bugs fixed
----------
* 5361: crashed on incremental build if document uses include directive
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/sphinx
- Changelog: https://pyup.io/changelogs/sphinx/
- Homepage: http://sphinx-doc.org/
</details>
2018-09-06 10:19:59 +08:00
pyup.io bot
602bb22a2e
Update python-slugify to 1.2.6 ( #1782 )
...
This PR updates [python-slugify](https://pypi.org/project/python-slugify ) from **1.2.5** to **1.2.6**.
<details>
<summary>Changelog</summary>
### 1.2.6
```
- Add support for case sensitive slugs (s-m-e)
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/python-slugify
- Changelog: https://pyup.io/changelogs/python-slugify/
- Repo: https://github.com/un33k/python-slugify
</details>
2018-09-03 08:13:35 +08:00
Irfan
27ae9c36e4
Fix #1771 : Use full-fledge S3 Storage class in production settings
...
sorl-thumbnail serialized and deserializes the storage class and during this
process location parameter is lost if factory is used. Using a full-fledge
storage class fixes this issue.
See: https://stackoverflow.com/a/18046120/104731
2018-09-01 11:49:01 +05:00
Bruno Alla
ebcd5ec098
Cleanup outdated references to Grunt - fixes #1721
2018-08-30 20:34:56 +01:00
pyup-bot
1ffe82dba9
Update pytest from 3.7.3 to 3.7.4
2018-08-30 03:17:44 -07:00
Bruno Alla
b5d782e252
Merge branch 'master' into mypy
2018-08-29 08:21:22 +01:00
pyup.io bot
4a090b8672
Update sphinx to 1.7.8 ( #1772 )
...
This PR updates [Sphinx](https://pypi.org/project/Sphinx ) from **1.7.7** to **1.7.8**.
<details>
<summary>Changelog</summary>
### 1.7.8
```
=====================================
Incompatible changes
--------------------
* The type of ``env.included`` has been changed to dict of set
Bugs fixed
----------
* 5320: intersphinx: crashed if invalid url given
* 5326: manpage: crashed when invalid docname is specified as ``man_pages``
* 5322: autodoc: ``Any`` typehint causes formatting error
* 5327: "document isn't included in any toctree" warning on rebuild with
generated files
* 5335: quickstart: escape sequence has been displayed with MacPorts' python
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/sphinx
- Changelog: https://pyup.io/changelogs/sphinx/
- Homepage: http://sphinx-doc.org/
</details>
2018-08-29 08:53:58 +08:00
pyup.io bot
217976a8da
Update django-anymail from 3.0 to 4.1 ( #1769 )
2018-08-28 11:01:58 +08:00
pyup.io bot
53945865d6
Update django-allauth from 0.36.0 to 0.37.1 ( #1768 )
2018-08-28 09:24:02 +08:00
pyup.io bot
95f5438787
Update django-extensions to 2.1.2 ( #1770 )
...
This PR updates [django-extensions](https://pypi.org/project/django-extensions ) from **2.1.0** to **2.1.2**.
<details>
<summary>Changelog</summary>
### 2.1.2
```
-----
Changes:
- Fix: AutoSlugField, fix check on list or tuple type
```
### 2.1.1
```
-----
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/django-extensions
- Changelog: https://pyup.io/changelogs/django-extensions/
- Repo: http://github.com/django-extensions/django-extensions
</details>
2018-08-28 09:22:54 +08:00
pyup.io bot
967bdb89c3
Update pytest to 3.7.3 ( #1764 )
...
* Update pytest from 3.7.2 to 3.7.3
* Update pytest from 3.7.2 to 3.7.3
2018-08-27 19:56:08 +00:00
pyup.io bot
d95bdc6a37
Update sphinx from 1.7.6 to 1.7.7 ( #1759 )
2018-08-23 08:30:49 +00:00
pyup.io bot
7485ac28be
Update pytest-django from 3.4.1 to 3.4.2 ( #1760 )
2018-08-20 19:35:24 +00:00
pyup.io bot
e81f7abbd7
Update argon2-cffi from 18.2.0 to 18.3.0 ( #1758 )
2018-08-19 13:05:42 +00:00
Denis Orehovsky
78efa64f73
Merge branch 'master' into mypy
2018-08-19 13:36:40 +03:00
pyup.io bot
44b924b54f
Update argon2-cffi from 18.1.0 to 18.2.0 ( #1756 )
2018-08-19 10:20:31 +00:00
pyup.io bot
eb8e2a33c8
Update pytest to 3.7.2 ( #1755 )
...
This PR updates [pytest](https://pypi.org/project/pytest ) from **3.7.1** to **3.7.2**.
<details>
<summary>Changelog</summary>
### 3.7.2
```
=========================
Bug Fixes
---------
- `3671 <https://github.com/pytest-dev/pytest/issues/3671> ;`_: Fix ``filterwarnings`` not being registered as a builtin mark.
- `3768 <https://github.com/pytest-dev/pytest/issues/3768> ;`_, `3789 <https://github.com/pytest-dev/pytest/issues/3789> ;`_: Fix test collection from packages mixed with normal directories.
- `3771 <https://github.com/pytest-dev/pytest/issues/3771> ;`_: Fix infinite recursion during collection if a ``pytest_ignore_collect`` hook returns ``False`` instead of ``None``.
- `3774 <https://github.com/pytest-dev/pytest/issues/3774> ;`_: Fix bug where decorated fixtures would lose functionality (for example ``mock.patch``).
- `3775 <https://github.com/pytest-dev/pytest/issues/3775> ;`_: Fix bug where importing modules or other objects with prefix ``pytest_`` prefix would raise a ``PluginValidationError``.
- `3788 <https://github.com/pytest-dev/pytest/issues/3788> ;`_: Fix ``AttributeError`` during teardown of ``TestCase`` subclasses which raise an exception during ``__init__``.
- `3804 <https://github.com/pytest-dev/pytest/issues/3804> ;`_: Fix traceback reporting for exceptions with ``__cause__`` cycles.
Improved Documentation
----------------------
- `3746 <https://github.com/pytest-dev/pytest/issues/3746> ;`_: Add documentation for ``metafunc.config`` that had been mistakenly hidden.
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/pytest
- Changelog: https://pyup.io/changelogs/pytest/
- Homepage: http://pytest.org
</details>
2018-08-19 13:19:11 +08:00
pyup.io bot
b8f6f43a60
Update pytest-django to 3.4.1 ( #1753 )
...
This PR updates [pytest-django](https://pypi.org/project/pytest-django ) from **3.3.3** to **3.4.1**.
<details>
<summary>Changelog</summary>
### 3.4.0
```
------------------
Features
^^^^^^^^
* Added new fixture :fixture:`django_assert_max_num_queries` (547).
* Added support for ``connection`` and returning the wrapped context manager
with :fixture:`django_assert_num_queries` (547).
* Added support for resetting sequences via
:fixture:`django_db_reset_sequences` (619).
Bugfixes
^^^^^^^^
* Made sure to not call django.setup() multiple times (629, 531).
Compatibility
^^^^^^^^^^^^^
* Removed py dependency, use pathlib instead (631).
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/pytest-django
- Changelog: https://pyup.io/changelogs/pytest-django/
- Docs: https://pytest-django.readthedocs.io/
</details>
2018-08-17 09:17:04 +08:00
pyup.io bot
36f3558ccc
Update whitenoise from 3.3.1 to 4.0 ( #1745 )
2018-08-13 16:06:42 +03:00
pyup-bot
d78978abd5
Update pytest from 3.6.4 to 3.7.1
2018-08-03 02:05:01 -07:00
pyup.io bot
dc11195917
Update django to 2.0.8 ( #1734 )
...
This PR updates [django](https://pypi.org/project/django ) from **2.0.7** to **2.0.8**.
<details>
<summary>Changelog</summary>
### 2.0.8
```
==========================
*August 1, 2018*
Django 2.0.8 fixes a security issue and several bugs in 2.0.7.
CVE-2018-14574: Open redirect possibility in ``CommonMiddleware``
=================================================================
If the :class:`~django.middleware.common.CommonMiddleware` and the
:setting:`APPEND_SLASH` setting are both enabled, and if the project has a
URL pattern that accepts any path ending in a slash (many content management
systems have such a pattern), then a request to a maliciously crafted URL of
that site could lead to a redirect to another site, enabling phishing and other
attacks.
``CommonMiddleware`` now escapes leading slashes to prevent redirects to other
domains.
Bugfixes
========
* Fixed a regression in Django 2.0.7 that broke the ``regex`` lookup on MariaDB
(even though MariaDB isn't officially supported) (🎫 `29544`).
* Fixed a regression where ``django.template.Template`` crashed if the
``template_string`` argument is lazy (🎫 `29617`).
==========================
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/django
- Changelog: https://pyup.io/changelogs/django/
- Homepage: https://www.djangoproject.com/
</details>
2018-08-02 08:17:27 +08:00
pyup.io bot
6c2a130e3d
Update pytest to 3.6.4 ( #1731 )
...
* Update pytest from 3.6.3 to 3.6.4
* Update pytest from 3.6.3 to 3.6.4
2018-07-29 14:12:41 +03:00
pyup.io bot
55debd5b6b
Update pytest-django to 3.3.3 ( #1728 )
...
This PR updates [pytest-django](https://pypi.org/project/pytest-django ) from **3.3.2** to **3.3.3**.
<details>
<summary>Changelog</summary>
### 3.3.3
```
------------------
Bug fixes
^^^^^^^^^
* Fixed registration of :py:func:`~pytest.mark.ignore_template_errors` marker,
which is required with ``pytest --strict`` (609).
* Fixed another regression with unittest (624, 625).
Docs
^^^^
* Use sphinx_rtf_theme (621).
* Minor fixes.
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/pytest-django
- Changelog: https://pyup.io/changelogs/pytest-django/
- Docs: https://pytest-django.readthedocs.io/
</details>
2018-07-27 10:21:45 +08:00
Bruno Alla
6865f5b21f
Merge pull request #1722 from pydanny/pyup-update-celery-4.2.0-to-4.2.1
...
Update celery to 4.2.1
2018-07-23 10:30:22 +01:00
John Cass
bb01d961ed
Use pytest's recommended command as the entry point for running tests.
2018-07-23 08:51:06 +02:00
John Cass
61be16a867
Update test coverage command for usage with py.test.
2018-07-18 17:15:44 +02:00
pyup-bot
72d6be7883
Update celery from 4.2.0 to 4.2.1
2018-07-18 04:03:29 -07:00
Bruno Alla
95ee1f159d
Merge pull request #1717 from hendrikschneider/master
...
removed default action from project.js #1716
2018-07-17 15:47:22 +01:00
pyup.io bot
e34ab9b875
Update sphinx from 1.7.5 to 1.7.6 ( #1719 )
2018-07-17 11:26:04 +08:00
pyup.io bot
399cce6eb7
Update django-extensions to 2.1.0 ( #1720 )
...
This PR updates [django-extensions](https://pypi.org/project/django-extensions ) from **2.0.7** to **2.1.0**.
<details>
<summary>Changelog</summary>
### 2.1.0
```
Changes:
- Fix: travis
```
### 2.0.9
```
-----
Changes:
- Improvement: use README as project description on PyPI
```
### 2.0.8
```
-----
Please stop using ForeignKeyAutocompleteAdmin edition :-)
Changes:
- Fix: special markers in runserver_plus.rst
- Fix: shell_plus, refactor reading pythonrc file outside of exec(compile(...))
- Fix: reset_db, fix default utf8 support
- Fix: autoslugfield, Fix autoslug generation when existing model is copied
- Improvement: Cleanup management commands options after argparse migration 916
- Improvement: sqldiff, add more tests
- Improvement: sqldiff, add DurationField and SearchVectorField
- Improvement: shell_plus, add more tests
- Improvement: shell_plus, backport macos fix for tab completion
- Improvement: clear_cache, add --all option
- Improvement: pipchecker, treat dev versions as unstable
- Deprecation: ForeignKeyAutocompleteAdmin, Django 2.0 has similar capabilities, which are much better supported.
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/django-extensions
- Changelog: https://pyup.io/changelogs/django-extensions/
- Repo: http://github.com/django-extensions/django-extensions
</details>
2018-07-17 11:25:36 +08:00
Mateusz Ostaszewski
80f6b1958e
Update bootstrap to 4.1.1 ( #1697 )
...
* Update Bootstrap to 4.1.1
* Add myself to contributors
2018-07-12 12:35:28 +03:00
Bruno Alla
19b75e4dd1
Upgrade Heroku to the latest Python 3.6.x: 3.6.6
2018-07-11 16:57:43 +01:00
Hendrik Schneider
9932ea3b18
Update project.js
2018-07-11 10:43:19 +00:00
Hendrik Schneider
27bc27e634
Update project.js
2018-07-10 22:22:10 +00:00
pyup.io bot
f92acfacc4
Update pytest to 3.6.3 ( #1709 )
...
* Update pytest from 3.6.2 to 3.6.3
* Update pytest from 3.6.2 to 3.6.3
2018-07-05 17:41:25 +03:00
pyup.io bot
ed389e7401
Update django from 2.0.6 to 2.0.7 ( #1707 )
2018-07-02 22:18:13 +03:00
pyup.io bot
8586cb0cef
Update pillow from 5.1.0 to 5.2.0 ( #1704 )
2018-07-02 22:17:46 +03:00
Denis Orehovsky
d7a05cf69d
Add mypy to the local dependencies
2018-07-02 10:22:48 +03:00
pyup.io bot
f13c99f0a5
Update pytz from 2018.4 to 2018.5 ( #1699 )
2018-06-30 11:59:23 +03:00
Nikita P. Shupeyko
ac61117b59
Prevent AWS S3 bucket from being created automatically
...
Rationale: most of the time you want to create a bucket yourself in order to assign/tweak polices etc.
2018-06-28 16:35:35 +03:00
Demetris Stavrou
2c56b2e0e3
Added CELERY_BROKER_URL back to entrypoint and surrounded it with a conditional
2018-06-28 00:30:23 +03:00
Demetris Stavrou
7c69704f9f
Moved CELERY_BROKER_URL definition to .django env file to resolve error when Celery is not used (PR #1693 )
2018-06-28 00:30:23 +03:00
Demetris Stavrou
d79f122bc9
Redis config in local is now conditional on Celery.
2018-06-28 00:27:22 +03:00
Nikita P. Shupeyko
3ac9902670
Rename project template Docker Compose volumes
...
Rationale: consistent image, volume etc. naming conventions
2018-06-27 19:52:06 +03:00
Nikita P. Shupeyko
0a9c0cb06a
Upgrade Docker Compose project template configs to version 3
2018-06-27 19:45:36 +03:00
Nikita Shupeyko
8ad7adb11a
Re-write users app tests in pytest style & perform minor refactoring ( #1680 )
2018-06-27 19:33:38 +03:00
Nikita Shupeyko
275c13292c
Integrate Flower with Docker Compose setup ( #1655 )
...
* Integrate Flower with Docker Compose setup locally
* Remove alien worker celeryd option
* Move Flower COPY section below the worker's
* Remove set -o pipefail command from Flower start script
* Flower client authentication
* Override flower service image name
* Move flower service to the end of local.yml
* Install flower==0.9.2 in all environments
* Introduce production flower service
* Fix local flower start script
* Document Flower integration
* Prettify *.django envs
Rationale: consistency.
* Reference local environment Flower docs from the production's
* 'two more services' -> 'three more services'
2018-06-27 19:33:21 +03:00
Bruno Alla
a183a8181d
Merge pull request #1694 from delneg/patch-2
...
Make 'duplicate_username' message translatable
2018-06-26 10:20:27 +02:00
pyup.io bot
eb0297aeb3
Update django-environ from 0.4.4 to 0.4.5 ( #1695 )
2018-06-26 10:53:36 +03:00
Denis
2a7ab8be2f
Try to fix flake8
2018-06-25 21:08:33 +03:00
Denis
0d1cfe548c
Make 'duplicate_username' message translatable
...
Added ugettext_lazy and used it on the 'duplicate_username' message
2018-06-24 02:34:08 +03:00
pyup.io bot
ee2bb3f2ef
Update pytest-django to 3.3.2 ( #1692 )
...
This PR updates [pytest-django](https://pypi.org/project/pytest-django ) from **3.3.0** to **3.3.2**.
<details>
<summary>Changelog</summary>
### 3.3.1
```
------------------
Bug fixes
^^^^^^^^^
* Fixed test for classmethod with Django TestCases again (618,
introduced in 598 (3.3.0)).
Compatibility
^^^^^^^^^^^^^
* Support Django 2.1 (no changes necessary) (614).
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/pytest-django
- Changelog: https://pyup.io/changelogs/pytest-django/
- Docs: https://pytest-django.readthedocs.io/
</details>
2018-06-22 08:50:02 +08:00
Denis Orehovsky
83b5f00ac5
Add celery prefix for configuration ( #1676 )
...
* Add celery prefix for configuration
* Update CONTRIBUTORS.rst
2018-06-21 19:39:19 +00:00
Nikita Shupeyko
07060eaecc
Extend & enhance Celery configuration ( #1679 )
...
* CELERY_TASK_TIME_LIMIT
* CELERY_TASK_SOFT_TIME_LIMIT
* CELERY_ALWAYS_EAGER -> CELERY_TASK_ALWAYS_EAGER
* CELERY_EAGER_PROPAGATES = CELERY_TASK_ALWAYS_EAGER
Addresses https://github.com/pydanny/cookiecutter-django/pull/1446/files#r167238808
* CELERY_RESULT_BACKEND = CELERY_BROKER_URL always
* CELERY_TIMEZONE = TIME_ZONE
* CELERY_TASK_EAGER_PROPAGATES = True
* Name task limit settings appropriately
CELERY_TASK_TIME_LIMIT -> CELERYD_TASK_TIME_LIMIT, CELERY_TASK_SOFT_TIME_LIMIT -> CELERYD_TASK_SOFT_TIME_LIMIT
2018-06-21 19:38:48 +00:00
Wan Liuyang
5309fbf5e7
Upgrade celery to 4.2 ( #1446 )
...
* Update celery to 4.1.0
* Re-add endif closing block
* Update local.py
* Update base.txt
* Update local.py
2018-06-21 14:53:04 +08:00
pyup.io bot
75a0699848
Update pytest to 3.6.2 ( #1690 )
...
This PR updates [pytest](https://pypi.org/project/pytest ) from **3.6.1** to **3.6.2**.
*The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new )*
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/pytest
- Changelog: https://pyup.io/changelogs/pytest/
- Repo: https://github.com/pytest-dev/pytest/issues
- Homepage: http://pytest.org
</details>
2018-06-21 11:00:47 +08:00
pyup.io bot
f3d76a4134
Update celery from 3.1.25 to 3.1.26.post2 ( #1683 )
2018-06-19 01:07:14 +03:00
pyup-bot
24a7e535c6
Update psycopg2-binary from 2.7.4 to 2.7.5
2018-06-17 12:36:30 -07:00
Bruno Alla
c6c8ca953a
Remove entry from other .gitignore causing compose/local to match
2018-06-16 15:07:40 +01:00
Bruno Alla
16c4e31d0e
Merge pull request #1684 from pydanny/pyup-update-django-test-plus-1.0.22-to-1.1.0
...
Update django-test-plus to 1.1.0
2018-06-15 22:44:30 +01:00
pyup-bot
cec06b2d81
Update pytest-django from 3.2.1 to 3.3.0
2018-06-15 14:20:32 -07:00
pyup-bot
a9db5b0982
Update django-test-plus from 1.0.22 to 1.1.0
2018-06-15 14:20:28 -07:00
Nikita P. Shupeyko
7d7eb78773
Remove duplicate Docker Compose service configuration
...
Rationale: those sections will always be there thanks to inheritance
2018-06-09 14:59:30 +03:00
Nikita P. Shupeyko
911e822e85
Gitignore .pytest_cache/ in project template
2018-06-06 09:40:24 +03:00
pyup.io bot
0ff3236ce4
Update pytest to 3.6.1 ( #1675 )
...
* Update pytest from 3.6.0 to 3.6.1
* Update pytest from 3.6.0 to 3.6.1
2018-06-06 09:38:28 +03:00
Nikita P. Shupeyko
d8526d1b2d
Unset -o xtrace in compose start scripts
2018-06-05 12:28:11 +03:00
Nikita P. Shupeyko
c812e01fc5
Rename UsersConfig to UsersAppConfig
2018-06-05 12:18:35 +03:00
Nikita P. Shupeyko
95d218e3e4
Rename CeleryConfig to CeleryAppConfig
2018-06-05 12:18:07 +03:00
Nikita P. Shupeyko
5b5ad0e4fc
Fix Py.Test unittests fail on new cookie
...
Fixes #1674
2018-06-05 12:13:50 +03:00
pyup-bot
77f87c4532
Update django from 2.0.5 to 2.0.6
2018-06-01 15:16:03 -07:00
pyup.io bot
cff7111edb
Update django-anymail from 2.2 to 3.0 ( #1668 )
2018-05-31 16:14:37 +03:00
pyup.io bot
eea6cc94de
Update raven to 6.9.0 ( #1667 )
...
This PR updates [raven](https://pypi.org/project/raven ) from **6.8.0** to **6.9.0**.
<details>
<summary>Changelog</summary>
### 6.9.0
```
------------------
* [Core] Switched from culprit to transaction for automatic transaction reporting.
* [CI] Removed py3.3 from build
* [Django] resolved an issue where the log integration would override the user.
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/raven
- Changelog: https://pyup.io/changelogs/raven/
- Repo: https://github.com/getsentry/raven-python
</details>
2018-05-31 12:55:38 +08:00
pyup-bot
a4240bcf08
Update sphinx from 1.7.4 to 1.7.5
2018-05-28 21:18:55 -07:00
Nikita P. Shupeyko
b8c7ae8b4b
Remove set -o pipefail command from celerybeat start script
2018-05-28 12:50:57 +03:00
Nikita P. Shupeyko
e08b6ab6f8
Remove set -o pipefail command from celeryworker start script
2018-05-28 12:50:54 +03:00
Nikita Shupeyko
fe3f45ba7d
Rename DJANGO_SENTRY_DSN env to SENTRY_DSN ( #1663 )
...
Rationale: so that Heroku auto-provisioned Sentry addon, with its SENTRY_DSN config var is being connected to out-of-box
2018-05-27 22:36:13 +03:00
Nikita P. Shupeyko
77f61de236
chown django /start-(celerybeat|celeryworker) in production Django
2018-05-25 12:55:27 +03:00
Nikita P. Shupeyko
3a17f9bc27
Remove project doc files likely to remain unused
2018-05-25 12:16:04 +03:00
Nikita P. Shupeyko
ea9a781cc8
Install Mailgun's (and potentially, other ESPs') dependencies with Anymail
...
Rationale: this is a [generic way](https://github.com/anymail/django-anymail#anymail-1-2-3 ) of handling Anymail ESP dependencies
2018-05-25 12:08:57 +03:00
pyup.io bot
39d897169c
Update pytest to 3.6.0 ( #1662 )
...
* Update pytest from 3.5.1 to 3.6.0
* Update pytest from 3.5.1 to 3.6.0
2018-05-25 10:31:33 +03:00
Michel Sassano
c3b9f72f31
Remove openssl to fix unsatisfiable constraints error with libressl ( #1661 )
...
Removed the openssl-dev package from the Django Dockerfiles (local and production) to fix the unsatisfiable constraints error.
The error appears because you can't have openssl and libressl installed at the same time. One of the package used by the template/project installs libressl which create an error when trying to install openssl.
Thx to @browniebroke
2018-05-25 14:21:22 +08:00
Nikita P. Shupeyko
39c825a262
Fix latest Caddy version
2018-05-21 22:36:50 +03:00
Nikita P. Shupeyko
6cefe2b9dc
Rename gunicorn script to start
2018-05-21 22:28:18 +03:00
Nikita P. Shupeyko
b069f8e40e
Fix E303 in production.py
2018-05-21 21:57:52 +03:00
Nikita P. Shupeyko
600be33b85
Fix E402 in production.py
2018-05-21 21:57:31 +03:00
Nikita P. Shupeyko
5b6c8a89d3
Fix flake8 errors in wsgi.py
2018-05-21 21:36:03 +03:00
Nikita P. Shupeyko
8e429d7e3d
Update PyCharm configs with respect to the latest IDE version
2018-05-21 16:29:18 +03:00
Nikita P. Shupeyko
4a1ea2fb45
Commit local django start scripts back
2018-05-21 15:39:12 +03:00
Nikita P. Shupeyko
cfff5b9d08
Commit local django celery start scripts back
2018-05-21 15:34:28 +03:00
Nikita P. Shupeyko
849f64e1a5
Remove .sh ext from executable scripts
2018-05-21 15:20:11 +03:00
Nikita P. Shupeyko
90953a83f2
Alter django entrypoint.sh output
2018-05-21 15:03:37 +03:00
Nikita P. Shupeyko
9b938647b4
Refactor exec "$@" in django entrypoint.sh
2018-05-21 14:59:26 +03:00
Nikita Shupeyko
820e3540da
Upgrade Caddy to 0.11 and pin its version to minor rather than patch ( #1653 )
2018-05-21 12:44:38 +03:00
Nguyễn Hồng Quân
39378e3b32
Replace awesome-slugify with python-slugify
...
The former drags us from getting update with new libraries (e.g
Unidecode).
2018-05-14 19:01:16 +07:00
Nikita P. Shupeyko
c3baadd8c7
Set DEBUG=True
unconditionally in local config
2018-05-14 10:21:33 +03:00
Nikita P. Shupeyko
091a3b6d0f
gunicorn --bind
instead of gunicorn -b
2018-05-14 10:20:27 +03:00
Nikita P. Shupeyko
4bcd4c3343
Don't migrate during Heroku release phase
...
Closes #1646 .
2018-05-14 10:15:51 +03:00
saschalalala
6d4be405d8
Migrate to Django2 path urls ( #1637 )
...
* Change users urls to Django 2 paths
* Change config urls to Django 2 paths
* Change admin url setting to Django 2 path syntax
* Replace more admin urls
* Add myself to contributors.rst
2018-05-14 10:09:24 +03:00
Nikita P. Shupeyko
fd15b20a08
Use string interpolation in production STATIC_URL
2018-05-13 17:03:04 +03:00
Nikita P. Shupeyko
be1024cd06
Drop Grunt support
...
Closes #1636 .
2018-05-13 13:51:01 +03:00
pyup.io bot
dbdedb81c1
Update raven from 6.7.0 to 6.8.0 ( #1642 )
2018-05-12 22:57:24 +03:00
pyup.io bot
144f4ca3b7
Update django-model-utils from 3.1.1 to 3.1.2 ( #1640 )
2018-05-10 23:16:42 +02:00
Nikita P. Shupeyko
661fc3e449
Fix E402
2018-05-09 13:42:20 +03:00
Nikita P. Shupeyko
a07327459c
Fix logging module imported unconditionally in production.py
2018-05-09 13:24:08 +03:00
Nikita P. Shupeyko
df1ce737d5
Replace os.environ.get with env call in local.py
2018-05-09 13:15:41 +03:00
Nikita P. Shupeyko
17739ff263
Refactor POSTGRES_PORT env
2018-05-09 12:58:37 +03:00
Nikita P. Shupeyko
906299ae39
Refactor POSTGRES_HOST env
2018-05-09 12:58:33 +03:00
pyup.io bot
b4b3c04253
Update django-allauth from 0.35.0 to 0.36.0 ( #1638 )
2018-05-08 15:28:52 +08:00
Nikita P. Shupeyko
00ff5c8506
Fix a typo in production.py
2018-05-07 20:33:34 +03:00
Nikita P. Shupeyko
35b2aac87a
Use relative -r path in production.txt
2018-05-07 20:30:14 +03:00
Nikita P. Shupeyko
74c838dc0c
Link favicon from base.html
2018-05-05 22:25:07 +03:00
pyup.io bot
0d2f8fcfd9
Update factory-boy from 2.11.0 to 2.11.1 ( #1635 )
2018-05-05 22:18:56 +03:00
Nikita P. Shupeyko
5a3dd8f0c6
Uninstall gevent
...
Closes #1555 .
2018-05-05 15:03:01 +03:00
Nikita P. Shupeyko
2eac9648a1
Install boto3 as extra of django-storages
...
Closes #1586 .
2018-05-05 15:01:03 +03:00
Nikita P. Shupeyko
9f14254e8e
Move pytest settings from setup.cfg to pytest.ini
2018-05-05 12:45:49 +03:00
Nikita P. Shupeyko
d8267edd09
Run black reformatting
...
https://github.com/ambv/black
2018-05-05 12:37:10 +03:00
Nikita P. Shupeyko
8ef1019e01
Use implicit path to manage.py in Procfile
2018-05-05 12:30:20 +03:00
Marlon
ec78d9ce97
Use Heroku's Release Phase for Migrations ( #1615 )
...
Automatically run migrations on deployments to Heroku. Advantages include deployments are rolled-back if a migration fails, preventing broken applications due to failed migrations, no time between when application is released and database is migrated, and removes risk of forgetting to manually run migrations.
2018-05-05 12:28:30 +03:00
Nikita Shupeyko
b4d0416530
Fix PostgreSQL backup restore ( #1628 )
...
* Export PG* envs when backing up postgres
* Export PG* envs when restoring postgres from backup
* Prevent postgres connection from dropping all at ones
* Alter postgres backups docs
Include another crucial prerequisite.
* "feel free switching" -> "feel free to switch"
* Address the feedback
2018-05-05 12:27:27 +03:00
pyup.io bot
8203cfe4fc
Update factory-boy to 2.11.0 ( #1632 )
2018-05-05 09:06:41 +08:00
Nikita Shupeyko
4944907fb5
Upgrade redis service to 3.2 ( #1631 )
2018-05-05 01:30:57 +03:00
Nikita P. Shupeyko
b7172cfeba
Conditionally gitignore virtualenv files
...
Fixes #1321 the right way.
2018-05-05 01:29:47 +03:00
Bruno Alla
f22f8e3716
Merge pull request #1610 from AlekseiAQ/update-runtime-python-version-3.6.4-to-3.6.5
...
Update runtime python version from 3.6.4 to 3.6.5
2018-05-02 22:24:52 +01:00
pyup-bot
b8a709b191
Update django from 2.0.4 to 2.0.5
2018-05-02 01:08:03 -07:00
pyup.io bot
cf03bf74e7
Update gunicorn from 19.8.0 to 19.8.1 ( #1627 )
2018-04-30 22:16:09 +03:00
pyup.io bot
3e6caf6692
Update gunicorn from 19.7.1 to 19.8.0 ( #1624 )
2018-04-29 21:48:53 +03:00
pyup.io bot
34d9bd5d80
Update sphinx to 1.7.4 ( #1620 )
2018-04-26 09:06:35 +08:00
pyup-bot
f8e3221622
Update pytest from 3.5.0 to 3.5.1
2018-04-25 03:24:51 -07:00
pyup-bot
47cc9f03fe
Update sphinx from 1.7.2 to 1.7.3
2018-04-22 21:36:42 -05:00
pyup.io bot
edae0854bf
Update raven from 6.6.0 to 6.7.0 ( #1614 )
2018-04-18 22:56:29 +08:00
pyup.io bot
bbc69b3bf1
Update django-extensions to 2.0.7 ( #1613 )
2018-04-18 16:30:35 +08:00
pyup.io bot
cbc51bfc5f
Update django-anymail to 2.2 ( #1612 )
2018-04-17 10:02:06 +08:00
Aleksei Kuznetcov
6a0a2e5637
Update runtime python version from 3.6.4 to 3.6.5
2018-04-15 17:14:11 -04:00
pyup.io bot
56b3ac7311
Update pytest-django from 3.1.2 to 3.2.1 ( #1608 )
2018-04-14 23:27:58 +08:00
pyup.io bot
1c5f1bb62b
Update django-anymail from 2.0 to 2.1 ( #1607 )
2018-04-12 08:32:02 +08:00
pyup.io bot
b6c80ab333
Update pytz from 2018.3 to 2018.4 ( #1605 )
2018-04-10 20:34:01 +00:00
Bruno Alla
8fa24e9c5e
Merge pull request #1599 from pydanny/pyup-update-djangorestframework-3.7.7-to-3.8.2
...
Update djangorestframework to 3.8.2
2018-04-10 15:52:51 +01:00
Osaetin Daniel
a4f059196e
Removed unnecessary sentry configuration ( #1598 )
2018-04-10 10:39:44 +08:00
Daniel Roy Greenfeld
3f753e0411
First pass at running black across the project ( #1602 )
2018-04-08 17:03:29 -05:00
pyup-bot
dffacdc2ed
Update djangorestframework from 3.7.7 to 3.8.2
2018-04-06 11:40:11 -05:00
Nikita P. Shupeyko
26ccf9307f
Fix REDIS_URL missing
...
Fixes #1570 .
2018-04-04 13:42:01 +03:00
Nikita P. Shupeyko
ae9dc2e782
Distinguish between local and production compose services
...
Rationale:
1. building production stack on the same machine with local doesn't lead to conflicts anymore;
2. production and local service images are now clearly distinguished by name.
2018-04-04 13:38:57 +03:00
Nikita P. Shupeyko
2fa5adc2b0
Designate 'postgres' as a variable in entrypoint.sh
...
Rationale: clarity.
2018-04-04 11:43:39 +03:00
Nikita P. Shupeyko
897d54b690
Alter Dockerfile comment url to point at dev Django
2018-04-04 11:16:11 +03:00
Nikita P. Shupeyko
34673ff686
Merge .celery envs file with .django
...
Rationale: workflow simplification.
2018-04-04 10:52:16 +03:00
Nikita P. Shupeyko
418b53bf77
Rename use_sentry_for_error_reporting to use_sentry
...
Rationale: consistency
2018-04-03 12:12:26 +03:00
pyup.io bot
53186d2697
Update django from 2.0.3 to 2.0.4 ( #1593 )
2018-04-03 10:46:34 +03:00
pyup.io bot
3c3d5914d2
Update pillow to 5.1.0 ( #1592 )
2018-04-03 09:50:34 +08:00
Nikita P. Shupeyko
bf089fd2b6
Fix celery services exit with status code 2
...
Fixes #1588 .
2018-03-28 18:18:26 +03:00
Nikita Shupeyko
59cd5b4849
Celery code blocks are still generated even though Celery is not opted out for ( #1587 )
...
* Celery jinja condition in .gitignore
* Celery jinja conditions in Django Dockerfiles
* Re-phrase Django Dockerfile requirements comments
* Remove celery compose dirs through post_gen_project.py
2018-03-27 18:40:44 +03:00
pyup.io bot
9c09675cb8
Update django-storages from 1.6.5 to 1.6.6 ( #1585 )
2018-03-27 11:43:29 +08:00
pyup.io bot
60ebda8bf7
Update sphinx from 1.7.1 to 1.7.2 ( #1579 )
2018-03-25 15:45:00 +03:00
pyup.io bot
3264e77696
Update pytest to 3.5.0 ( #1580 )
...
* Update pytest from 3.4.2 to 3.5.0
* Update pytest from 3.4.2 to 3.5.0
2018-03-25 15:30:58 +03:00
Wan Liuyang
d1198f63b1
Drop Opbeat ( #1578 )
2018-03-21 19:54:27 +08:00
pyup.io bot
f0175aa9be
Update collectfast to 0.6.2 ( #1575 )
2018-03-17 22:29:44 +08:00
Daniel Roy Greenfeld
d6e0b95d81
Adding coreapi and moving DRF to end of base.txt
2018-03-17 06:58:16 -05:00
Bruno Alla
80618f0ace
Install psycopg2-binary when not using docker locally ( #1569 )
...
- The binary package should be installable on Windows locally
- The binary package is not recommended for Production, compile from
source
2018-03-16 16:32:43 -05:00
jose Gabriel Guzman Lopez
0601a1b858
Local
...
add "127.0.0.1"
2018-03-16 11:35:39 -05:00
pyup-bot
f3d0c6baf0
Update django-extensions from 2.0.5 to 2.0.6
2018-03-15 16:28:44 -05:00
Nikita Shupeyko
bcd0a8c46e
Fix & improve PostgreSQL backup/restore scripts ( #1571 )
...
* Fix & imporve postgres backup/restore scripts
* Update PostgreSQL backup/restore docs
* Fix postgres Dockerfile regression
* Extend error messages in PostgreSQL maintenance scipts
2018-03-14 13:44:16 +03:00
Daniel Roy Greenfeld
b32fd78012
Update base.py
2018-03-13 22:21:01 -05:00
Daniel Roy Greenfeld
19501ef26b
Adding DRF
2018-03-13 22:17:46 -05:00
Daniel Roy Greenfeld
c06ce847b3
Added DRF
2018-03-13 22:13:36 -05:00
Nikita P. Shupeyko
edef0167fe
Gitignore MailHog in template
2018-03-11 12:21:49 +03:00
pyup.io bot
09af25547b
Update django-extensions from 2.0.3 to 2.0.5 ( #1568 )
2018-03-11 11:33:10 +03:00
pyup.io bot
05e97777e2
Update django-crispy-forms from 1.7.1 to 1.7.2 ( #1567 )
2018-03-09 19:21:40 +03:00
Nikita P. Shupeyko
3e2bf3f701
Prettify template's pytest.ini
2018-03-09 13:06:45 +03:00
Nikita Shupeyko
b2a6b9a511
Prettify generated project requirements ( #1557 )
...
* Prettify base.txt
* Prettify local.txt
* Get rid of test.txt
Rationale: it effectively a duplicate of what's in local.txt
* Prettify production.txt
2018-03-09 12:57:32 +03:00
Nikita P. Shupeyko
e1bce92ad9
apk add postgresql-client with django Dockerfile
2018-03-09 11:41:02 +03:00
pyup.io bot
f3dc7898e9
Update django-anymail from 1.4 to 2.0 ( #1564 )
2018-03-09 10:54:56 +03:00
Nikita P. Shupeyko
a72383a851
FIx WEB_CONCURRENCY environment variable missing
...
Fixes #1562 .
2018-03-08 22:40:22 +03:00
Nikita P. Shupeyko
03ee6c78d6
Fix CELERY_BROKER_URL overriden in entrypoint.sh
...
Closes #1235 .
2018-03-08 19:04:10 +03:00
Nikita P. Shupeyko
5543359382
Distinguish between POSTGRES_DB and POSTGRES_USER
...
Closes #1301 .
2018-03-08 19:04:10 +03:00
pyup.io bot
dd0a73a985
Update django-extensions from 2.0.2 to 2.0.3 ( #1561 )
2018-03-08 19:03:18 +03:00
Nikita Shupeyko
3f8aa26d0f
Group environment variables by the corresponding directories ( #1295 )
...
* Update generated project's .gitignore
* Post-gen gitignore .env/ and .env
* Fix linesep between gitignored entries
* Persist `.env/**/*` files into cookiecutter-django's VCS
* Rename .env/ to .envs/
* Reference the newly created .envs/**/.* files in local.yml
* Reference the newly created .envs/**/.* files in production.yml
* Delete .env.example
* Refactor post-gen-project.py
Closes #1299 .
* Implement production-dotenv-files-to-dotenv-file merge script
* Create shared PyCharm Run Configuration for the automation script
* Randomize POSTGRES_PASSWORD in ./envs/(.local|.production)/.postgres
* Default POSTGRES_PASSWORD and POSTGRES_USER to random values
* Fix jinja linebreaks in local.yml
* Spaces in production.yml
* Fix post-merge leftovers & set DJANGO_ADMIN_URL automatically
* Prettify here and there
* Fix FileNotFoundError
* Leave a TODO in post_gen_hook.py
* Introduce keep_local_envs_in_vcs option
* Remove envs when not opted for
* Inline pre_gen_project.py if-condition
* Get rid of PROJECT_DIR_PATH in post_gen_project.py
* Clean up the docs
* Match copyright notices
* Document envs ins and outs
2018-03-08 15:56:15 +03:00
Malik S
6c8538abfe
Add all internal IPs for multiple docker networks ( #1520 )
...
* Add all internal IPs for multiple docker networks
When developing with modified docker-compose.yml that contains multiple
network definitions, all networks gateways of the created container
should be added to INTERNAL_IPS, otherwise Django-Debug-Toolbar will not
work.
* Add @flyudvik to contributors
2018-03-08 15:54:24 +03:00
pyup.io bot
0bd019deb0
Update django-extensions from 2.0.0 to 2.0.2 ( #1556 )
2018-03-07 17:15:15 +03:00
Wan Liuyang
9cb7e50b8e
Convert old-styled string formatting to f-string ( #1528 )
...
* Convert old-styled string formatting to f-string
* Update flake8 explicit version to 3.5.0
* Make tox.ini in sync with requirements.txt
* Fix annoying flake8 F405
2018-03-06 19:56:27 +03:00
Nikita P. Shupeyko
ee04c5cf09
noqa F401 in users apps.py
2018-03-06 19:54:20 +03:00
Eric Groom
f67f37a463
update grunt-sass to latest version ( #1544 )
...
* update grunt-sass
* add to contributors
* update gulp deps
* update grunt deps
* add convenience run script to grunt and gulp configurations
2018-03-06 19:46:21 +03:00
pyup.io bot
218a79e16a
Update django from 2.0.2 to 2.0.3 ( #1551 )
2018-03-06 19:44:43 +03:00
Daniel Roy Greenfeld
7bc5d1408c
Make registration of signals easier for users
2018-03-06 10:52:45 -05:00
Nikita Shupeyko
d2791b019a
Prettify and re-order settings entries ( #1550 )
...
* Prettify and re-order settings entries
* Use old-style .format() for the time being
* Remove redundant linebreaks at the settings files' beginning
* Fix E303 too many blank lines
* Remove a redundant linebreak from requirements.txt
* Some linebreake juggling in config.settings.base
2018-03-06 14:28:25 +03:00
Nikita P. Shupeyko
5380117181
Uninstall wheel
...
Closes #1095 .
2018-03-06 14:27:13 +03:00
Bruno Alla
6ef30b1741
Merge branch 'master' into simplify-environment
...
# Conflicts:
# docs/deployment-on-heroku.rst
2018-03-06 09:55:28 +00:00
pyup.io bot
93ad8e6125
Update django-crispy-forms from 1.7.0 to 1.7.1 ( #1546 )
2018-03-06 06:13:20 +00:00
Bruno Alla
82dcd2d30c
Simplify Mailgun settings
...
When creating a Mailgun add-on on Heroku, the app gets some environment
variables by default:
MAILGUN_API_KEY
MAILGUN_DOMAIN
However, the cookiecutter names do not match and requires a manual step
from the user deploying. It's used elsewhere but shouldn't harm the
other deployment methods to rename these variables.
While updating the docs I noticed a variable that appear unused
DJANGO_MAILGUN_SERVER_NAME so this removes it from the documentation.
2018-03-05 17:56:45 +00:00
Bruno Alla
baf08b2f5f
Document Gunicorn worker concurrency
2018-03-05 17:30:13 +00:00
Nikita P. Shupeyko
5261956356
Refactor gunicorn -w to be set from WEB_CONCURRENCY env
...
Closes #1480 .
2018-03-05 14:26:43 +03:00
Nikita P. Shupeyko
64f2541743
Set ALLOWED_HOSTS in config.settings.local
2018-03-04 17:51:37 +03:00
Nikita P. Shupeyko
f4e217ed21
Simplify production databases section generation
2018-03-04 17:33:54 +03:00
Nikita P. Shupeyko
6c26d39f65
Unconditionally connect to database from DATABASE_URL env when opting for Docker
...
Closes #1541 .
2018-03-04 17:24:06 +03:00
Nikita P. Shupeyko
281dde1d1d
Simplify post hook
2018-03-04 14:43:54 +03:00
adammsteele
ed2204ecba
Celery config - json serialization by default ( #1535 )
...
* Use json serialization in celery by default
* Added myself to CONTRIBUTORS.rst
2018-03-01 14:25:33 +03:00
Andy Woods
1afa2b4487
Update urls.py ( #1537 )
...
Elsewise, named url 'detail' matches regex of 'update'
2018-03-01 14:21:09 +03:00
pyup.io bot
fbdc3c930f
Update raven from 6.5.0 to 6.6.0 ( #1539 )
2018-03-01 14:20:25 +03:00
pyup.io bot
3084d9d5c1
Update django-redis from 4.8.0 to 4.9.0 ( #1540 )
2018-03-01 14:20:08 +03:00
pyup.io bot
a429a050c9
Update boto3 to 1.6.2 ( #1538 )
...
* Update boto3 from 1.6.1 to 1.6.2
* Update production.txt
2018-03-01 11:59:59 +01:00
pyup.io bot
496869164f
Update boto3 from 1.5.36 to 1.6.1 ( #1536 )
2018-02-28 12:42:47 +01:00
Daniel Roy Greenfeld
ff92210573
Remove python_2_unicode_compatible
...
Python 3.6 or go home!
2018-02-27 17:03:02 -05:00
Bruno Alla
56bd2ca9a1
Merge pull request #1533 from browniebroke/bug-500-compressor
...
Link to unminified CSS if using django-compressor
2018-02-27 18:50:22 +00:00
pyup.io bot
48a6bf56a6
Update boto3 from 1.5.33 to 1.5.36 ( #1531 )
2018-02-26 16:35:01 +03:00
pyup.io bot
18509cb85b
Update sphinx from 1.7.0 to 1.7.1 ( #1532 )
2018-02-26 16:34:51 +03:00
Bruno Alla
01e598df79
Link to unminified CSS if using django-compressor
2018-02-24 10:14:41 +00:00
Bruno Alla
575fe7e2f0
Merge branch 'master' into psycopg2-no-binary
2018-02-22 17:50:20 +00:00
pyup.io bot
b3a4d0ca14
Update django-extensions from 1.9.9 to 2.0.0 ( #1526 )
2018-02-22 18:03:06 +03:00
Bruno Alla
0164c330b3
Move to the python:alpine docker image ( #1482 )
...
* Move to the python:alpine docker image
- Switch the base images for local and production to alpine
- Install extra dependencies for psycopg2, Pillow and cffi
- Change shebang for shell scripts to use sh instead of bash
* Move to the python:alpine docker image
- Migrate group and user creation to Alpine syntax
* Move to the python:alpine docker image
- Remove `function` keyword, unsupported in shell
* Upgrade various places to the latest Python 3.6
* Test support for translations
* Add gettext library, required for translations support
* Add locale folder for translations support with README documenting it
* Update Changelog
* Tweak command to test translations support
2018-02-22 10:01:05 -05:00
pyup-bot
76334c086e
Update boto3 from 1.5.31 to 1.5.33
2018-02-20 18:26:40 -05:00
Wan Liuyang
30dfbbd0ab
Remove AWS S3 header bytes workaround
2018-02-20 16:04:16 +08:00
pyup.io bot
1452fe6ecd
Update boto3 from 1.5.30 to 1.5.31 ( #1517 )
2018-02-18 19:20:27 +03:00
pyup.io bot
97f0ca6fa7
Update django from 2.0 to 2.0.2 ( #1514 )
2018-02-16 22:42:20 +01:00
Bruno Alla
642af90a37
Merge pull request #1421 from epicwhale/update-django-1.11.8-to-2.0
...
Upgrade Django to 2.0
2018-02-16 21:37:06 +00:00
Bruno Alla
3853094221
Merge pull request #1374 from svleeuwen/patch-1
...
Remove boto related settings that aren't used
2018-02-16 21:19:35 +00:00
pyup.io bot
68ae00e028
Update ipdb from 0.10.3 to 0.11 ( #1511 )
2018-02-16 18:16:23 +03:00
pyup.io bot
07d7482dbe
Update boto3 from 1.5.27 to 1.5.30 ( #1512 )
2018-02-16 18:16:09 +03:00
Hashim Muqtadir
e8ca2dd8ea
Add atomic requests setting to production.py ( #1513 )
...
Since config/production.py sets a new value for `DATABASES['default']`, the `DATABASES['default']['ATOMIC_REQUESTS'] = True` setting from base gets overridden. So it's probably a good idea to add it back.
2018-02-16 18:15:50 +03:00
Sander van Leeuwen
bef1bb856e
Add cache control via AWS_S3_OBJECT_PARAMETERS setting
...
Previously covered by AWS_HEADERS
2018-02-13 16:04:43 +01:00
Bruno Alla
d783367a86
Prevent pyup to Update Celery automatically
2018-02-13 14:37:40 +00:00
Bruno Alla
faabec8028
Merge pull request #1508 from pydanny/pyup-update-boto3-1.5.25-to-1.5.27
...
Update boto3 to 1.5.27
2018-02-13 14:35:08 +00:00
Bruno Alla
db42ec24ae
Merge pull request #1501 from pydanny/pyup-update-pytz-2017.3-to-2018.3
...
Update pytz to 2018.3
2018-02-13 14:34:49 +00:00
Bruno Alla
95f22eab4f
Merge pull request #1507 from pydanny/pyup-update-sphinx-1.6.7-to-1.7.0
...
Update sphinx to 1.7.0
2018-02-13 14:34:19 +00:00
pyup-bot
26e35a5c79
Update boto3 from 1.5.25 to 1.5.27
2018-02-12 21:26:27 -05:00
pyup-bot
c0bcf3d22e
Update sphinx from 1.6.7 to 1.7.0
2018-02-12 11:00:24 -05:00
pyup-bot
7d291e8863
Update coverage from 4.5 to 4.5.1
2018-02-11 02:06:18 -05:00
pyup-bot
e7a47c6f9b
Update coverage from 4.5 to 4.5.1
2018-02-11 02:06:17 -05:00
Bruno Alla
5e93bf954d
Install psycopg2 with --no-binary option
2018-02-09 13:00:20 +00:00
pyup-bot
8941e4a81d
Update pytz from 2017.3 to 2018.3
2018-02-09 02:46:23 -08:00
pyup-bot
dd756e432d
Update boto3 from 1.5.24 to 1.5.25
2018-02-08 15:26:11 -08:00
pyup.io bot
7271934268
Update psycopg2 to 2.7.4 ( #1497 )
...
* Update psycopg2 from 2.7.3.2 to 2.7.4
* Update psycopg2 from 2.7.3.2 to 2.7.4
* Update psycopg2 from 2.7.3.2 to 2.7.4
2018-02-08 23:46:03 +03:00
pyup.io bot
4a81b8577d
Update django-anymail from 1.3 to 1.4 ( #1498 )
2018-02-08 23:45:45 +03:00
David
fb83d8d8bd
Add Debian 9 (Stretch) os dependencies ( #1496 )
2018-02-07 22:54:55 +03:00
Nikita Shupeyko
86e33e8714
Refactor *_gen_project hooks ( #1490 )
...
* Fix ./hooks/pre_gen_project.py asking user to select an option once only
+ prettify output
* Fix pre_gen hook not really exiting when it should
* Refactor & prettify ./hooks/post_gen_project.py
* Ensure same POSTGRES_USER is set across environments
+ get rid of env.example in favor of pre-generated .env.
2018-02-07 22:52:52 +03:00
Bruno Alla
93f11f6691
Merge branch 'master' into update-django-1.11.8-to-2.0
2018-02-07 14:59:20 +00:00
Bruno Alla
090c81731b
Merge pull request #1418 from reggieriser/django_python_upgrade_cleanups
...
Fixing leftovers from migration to Django 1.11 and Python 3.6.
2018-02-07 14:52:27 +00:00
Reggie Riser
5ffeb2bbdd
Update heroku runtime to 3.6.4
2018-02-07 08:45:56 -05:00
pyup.io bot
1148802655
Update boto3 from 1.5.23 to 1.5.24 ( #1492 )
2018-02-07 02:52:44 +03:00
pyup.io bot
e9511a1735
Update pytest-sugar from 0.9.0 to 0.9.1 ( #1489 )
2018-02-06 20:17:39 +03:00
Wan Liuyang
219b6ba817
Update pytest-sugar to 0.9.1 ( #1486 )
2018-02-06 20:16:24 +03:00
pyup-bot
fe39d9d4e4
Update boto3 from 1.5.22 to 1.5.23
2018-02-05 18:26:06 -08:00
Dayson Pais
d133026968
Update 0001_initial.py
...
Increase max length of User.last_name to 150 characters.
2018-02-05 23:29:36 +00:00
Bruno Alla
19547ac937
Bootstrap4 workarounds cleanup ( #1470 )
...
* Cleanup workaround CSS for Bootstrap 4 + DDT fix
* Cleanup custom Bootstrap 4 + crispy forms workaround
2018-02-05 07:10:49 -08:00
Dayson Pais
8edcb1cbfe
Merge branch 'master' into update-django-1.11.8-to-2.0
2018-02-05 10:24:58 +00:00
Dayson Pais
d4420e3dd6
Update base.txt
2018-02-05 10:23:10 +00:00
pyup-bot
179adb4f30
Update sphinx from 1.6.6 to 1.6.7
2018-02-04 16:35:06 -08:00
pyup-bot
a0abb0cc22
Update coverage from 4.4.2 to 4.5
2018-02-04 00:26:06 -08:00
pyup-bot
4f4c51d2bf
Update coverage from 4.4.2 to 4.5
2018-02-04 00:26:04 -08:00
David
b24d0d0bd8
Fixes wsgi.py app_path to avoid deleting all /config occurrences. ( #1467 )
2018-02-03 00:01:28 +03:00
pyup.io bot
4b7a70d875
Update django-anymail from 1.2 to 1.3 ( #1478 )
2018-02-02 23:54:07 +03:00
pyup.io bot
b19b1e0f3c
Update django-allauth from 0.34.0 to 0.35.0 ( #1477 )
2018-02-02 23:43:02 +03:00
pyup.io bot
cfbf49f36b
Update opbeat from 3.6.0 to 3.6.1 ( #1473 )
2018-02-02 16:30:20 +03:00
pyup.io bot
fe7c4aa815
Update django from 1.11.9 to 1.11.10 ( #1474 )
2018-02-02 00:39:04 +03:00
pyup.io bot
8a4f3e036b
Update boto3 from 1.5.20 to 1.5.22 ( #1468 )
2018-01-29 19:07:10 +03:00
pyup.io bot
8e68df4ac4
Update factory-boy to 2.10.0 ( #1469 )
...
* Update factory-boy from 2.9.2 to 2.10.0
* Update factory-boy from 2.9.2 to 2.10.0
2018-01-29 19:06:59 +03:00
Dayson Pais
9ca98e02d4
Update base.txt
2018-01-25 10:36:06 +01:00
pyup.io bot
2d041b6c4d
Update raven from 6.4.0 to 6.5.0 ( #1460 )
2018-01-23 18:48:00 +03:00
pyup.io bot
ec6dd4fd02
Update boto3 from 1.5.14 to 1.5.20 ( #1464 )
2018-01-23 18:47:48 +03:00
Bruno Alla
af12f39996
Improve custom_bootstrap_compilation option ( #1429 )
...
* Add Bootstrap to package.json in case of custom_bootstrap_compilation
* Update JS task runners and base HTML to handle custom scss compilation
* Generate a vendors.js with custom bootstrap compilation + Gulp
* Update documentation accordingly
* Add missing if/endif in gulpfile
* Update to Bootstrap v4 final
2018-01-20 17:05:12 -08:00
Daniel Roy Greenfeld
793a46ba45
Removed expiramental elastic beanstalk support and bumped official Django version to 1.11.9
2018-01-15 12:33:51 -08:00
pyup.io bot
789bd97eff
Update django-extensions from 1.9.8 to 1.9.9 ( #1443 )
2018-01-14 18:56:58 +03:00
pyup.io bot
b2025a8f72
Update boto3 from 1.5.12 to 1.5.14 ( #1447 )
2018-01-14 01:12:13 +03:00
pyup.io bot
a40121afd6
Update django-model-utils from 3.0.0 to 3.1.1 ( #1442 )
2018-01-10 18:36:17 +03:00
pyup.io bot
f3574df379
Update django-test-plus to 1.0.22 ( #1441 )
...
* Update django-test-plus from 1.0.21 to 1.0.22
* Update django-test-plus from 1.0.21 to 1.0.22
2018-01-10 18:31:00 +03:00
pyup.io bot
f5c0c2c759
Update boto3 from 1.5.11 to 1.5.12 ( #1440 )
2018-01-10 18:30:47 +03:00
pyup.io bot
0e9a8e0420
Update boto3 from 1.5.9 to 1.5.11 ( #1439 )
2018-01-09 22:16:09 +03:00
pyup.io bot
8bc20c14f0
Update sphinx from 1.6.5 to 1.6.6 ( #1436 )
2018-01-08 18:38:11 +03:00
pyup.io bot
c476ae6e83
Update boto3 from 1.5.8 to 1.5.9 ( #1434 )
2018-01-08 18:32:58 +03:00
pyup.io bot
a6baa1741c
Update argon2-cffi from 16.3.0 to 18.1.0 ( #1435 )
2018-01-08 18:32:45 +03:00
pyup.io bot
f141ea655c
Update pillow from 4.3.0 to 5.0.0 ( #1424 )
2018-01-05 19:29:16 +03:00
pyup.io bot
47bf26bd0e
Update boto3 from 1.5.6 to 1.5.8 ( #1427 )
2018-01-05 19:25:01 +03:00
pyup.io bot
14868fad8b
Update werkzeug from 0.13 to 0.14.1 ( #1423 )
2018-01-05 19:10:05 +03:00
Bruno Alla
0bf587c139
Fix duplicated and missing links in README ( #1430 )
2018-01-04 17:55:20 -08:00
Reggie Riser
f7bd7a5814
Fixing leftovers from migration to Django 1.11 and Python 3.6.
2018-01-03 08:44:54 -05:00
pyup-bot
5510c76147
Update django from 1.11.8 to 1.11.9
2018-01-01 21:57:56 -08:00
Dayson Pais
8bfe18b52a
Update django from 1.11.8 to 2.0
...
- Refactor django.core.urlresolvers module import to django.urls. Resolves: The django.core.urlresolvers module is removed in favor of its new location, django.urls.
- Add an app namespace to urls in user app. Resolves: Support for setting a URL instance namespace without an application namespace is removed.
2017-12-30 12:16:19 +05:30
Reggie Riser
8725809f5e
Fixed old Docker service name in PyCharm run configurations. ( #1419 )
2017-12-29 00:26:48 +03:00
Dan Shultz
35ab85b2a2
Add OS packages for Elastic Beanstalk deployments ( #1277 )
...
Fixes #1270
2017-12-28 08:28:08 -08:00
Audrey Roy Greenfeld
5395687f73
Upgraded to Django 1.11 to resolve
2017-12-28 08:19:19 -08:00
pyup.io bot
7797585a12
Update boto3 from 1.5.4 to 1.5.6 ( #1414 )
2017-12-28 15:36:12 +03:00
pyup.io bot
a48ef41e70
Update boto3 from 1.5.3 to 1.5.4 ( #1412 )
2017-12-21 04:13:21 +03:00
pyup.io bot
dfcf646ded
Update boto3 from 1.5.2 to 1.5.3 ( #1411 )
2017-12-20 18:24:34 +03:00
pyup.io bot
cb7befdf52
Update boto3 from 1.5.1 to 1.5.2 ( #1408 )
2017-12-19 15:58:48 +03:00
pyup.io bot
d372ec05f9
Update django-test-plus to 1.0.21 ( #1407 )
...
* Update django-test-plus from 1.0.20 to 1.0.21
* Update django-test-plus from 1.0.20 to 1.0.21
2017-12-17 15:52:31 +03:00
pyup.io bot
5ba730bfa3
Update boto3 from 1.5.0 to 1.5.1 ( #1406 )
2017-12-17 15:44:51 +03:00
pyup.io bot
2fcaf55724
Update opbeat from 3.5.3 to 3.6.0 ( #1404 )
2017-12-15 16:12:20 +03:00
pyup.io bot
5e39a94621
Update boto3 from 1.4.8 to 1.5.0 ( #1405 )
2017-12-15 16:12:09 +03:00
Pierre Chiquet
d2dd265a99
Fix MediaRootS3BotoStorage: do not override existing files ( #1367 )
...
* Fix MediaRootS3BotoStorage: do not override existing files
see https://github.com/jschneier/django-storages/issues/50
* Update "other contributors"
* alphabetical order
2017-12-13 16:06:48 +03:00
pyup.io bot
0d1ced03ec
Update collectfast from 0.5.2 to 0.6.0 ( #1401 )
2017-12-13 16:06:09 +03:00
pyup.io bot
c410a49ed1
Update werkzeug from 0.12.2 to 0.13 ( #1403 )
2017-12-13 16:05:54 +03:00
pyup.io bot
a4319f76bd
Update boto3 from 1.4.7 to 1.4.8 ( #1393 )
2017-12-13 15:37:40 +03:00
Ivan Savov
8b1fd8ec44
added norecursedirs to pytest.ini ( #1376 )
...
This is to ensure running `pytest` in project root works when using Python 3.6 (otherwise tries to run python tests in `node-gyp` node module and fails with:
```
―――――――――――――――――――――――――――――――――――――――――――― ERROR collecting node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py ――――――――――――――――――――――――――――――――――――――――――――
../venv/lib/python3.6/site-packages/_pytest/python.py:395: in _importtestmodule
mod = self.fspath.pyimport(ensuresyspath=importmode)
../venv/lib/python3.6/site-packages/py/_path/local.py:662: in pyimport
__import__(modname)
E File "/Users/ivan/Projects/Minireference/ClassroomLinksProject/classroomlinks/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 37
E print '%s:%s:%d:%s %s' % (mode.upper(), os.path.basename(ctx[0]),
E ^
E SyntaxError: invalid syntax
```
2017-12-13 15:28:14 +03:00
pyup.io bot
480bc8ef25
Update django-extensions from 1.9.7 to 1.9.8 ( #1398 )
2017-12-13 15:25:55 +03:00
pyup.io bot
356a31806f
Update raven from 6.3.0 to 6.4.0 ( #1402 )
2017-12-13 15:25:05 +03:00
pyup.io bot
baedec6e00
Update django-debug-toolbar from 1.9 to 1.9.1 ( #1391 )
2017-11-20 13:10:39 +03:00
pyup.io bot
d7ab9a9d33
Update django-debug-toolbar from 1.8 to 1.9 ( #1387 )
2017-11-13 23:16:42 +03:00
Bruno Alla
4f8cd89bb7
Set CONN_MAX_AGE to 60 seconds -- fixes #710 ( #1382 )
...
* Set CONN_MAX_AGE to 60 seconds -- fixes #710
Setting the value in the production config.
* Get CONN_MAX_AGE from the environment, default to 60 in .env
* Add test for CONN_MAX_AGE setting
* Remove duplication in default value & test cleanup
* Remove test for CONN_MAX_AGE value in settings
2017-11-13 23:08:47 +03:00
pyup.io bot
b00b402774
Update coverage to 4.4.2 ( #1384 )
...
* Update coverage from 4.4.1 to 4.4.2
* Update coverage from 4.4.1 to 4.4.2
2017-11-12 22:54:42 +03:00
pyup.io bot
006b8d200d
Update django-anymail from 1.1 to 1.2 ( #1383 )
2017-11-03 01:30:40 +03:00
pyup.io bot
b2fbb36b9d
Update django-extensions from 1.9.6 to 1.9.7 ( #1381 )
2017-10-31 20:04:21 +03:00
pyup-bot
0780d15ede
Update django-test-plus from 1.0.19 to 1.0.20
2017-10-31 06:53:44 -07:00
pyup-bot
d40c5574a4
Update django-test-plus from 1.0.19 to 1.0.20
2017-10-31 06:53:43 -07:00
pyup.io bot
b718911012
Update raven from 6.2.1 to 6.3.0 ( #1378 )
2017-10-31 12:26:40 +03:00
pyup-bot
6716bb590d
Update pytz from 2017.2 to 2017.3
2017-10-30 10:54:45 -07:00
pyup.io bot
6f16fa4e74
Update django-allauth from 0.33.0 to 0.34.0 ( #1377 )
2017-10-30 00:21:09 +03:00
pyup.io bot
f26a9fb9fe
Update django-anymail from 1.0 to 1.1 ( #1375 )
2017-10-28 22:53:11 +03:00
Sander van Leeuwen
9661ecaf8f
Remove boto related settings that aren't used
...
Since upgrade to boto3 in commit 12db5176d6
we don't need AWS_HEADERS anymore
2017-10-25 14:11:36 +02:00
Fábio C. Barrionuevo da Luz
c8e9ad46e6
Merge pull request #1372 from pydanny/pyup-update-psycopg2-2.7.3.1-to-2.7.3.2
...
Update psycopg2 to 2.7.3.2
2017-10-24 18:13:55 -03:00
pyup-bot
e01827c2cb
Update django-test-plus from 1.0.18 to 1.0.19
2017-10-24 13:13:25 -07:00
pyup-bot
931e01876c
Update django-test-plus from 1.0.18 to 1.0.19
2017-10-24 13:13:22 -07:00
pyup-bot
dc4833af94
Update psycopg2 from 2.7.3.1 to 2.7.3.2
2017-10-24 13:13:12 -07:00
pyup-bot
f71a561119
Update psycopg2 from 2.7.3.1 to 2.7.3.2
2017-10-24 13:13:10 -07:00
pyup-bot
531f19553b
Update psycopg2 from 2.7.3.1 to 2.7.3.2
2017-10-24 13:13:08 -07:00
pyup.io bot
26300237c9
Update flake8 to 3.5.0 ( #1370 )
...
* Update flake8 from 3.4.1 to 3.5.0
* Update flake8 from 3.4.1 to 3.5.0
2017-10-24 21:13:10 +03:00
pyup.io bot
fc339eac2e
Update sphinx from 1.6.4 to 1.6.5 ( #1369 )
2017-10-24 21:12:37 +03:00
pyup.io bot
e363d7c84a
Update django-crispy-forms from 1.6.1 to 1.7.0 ( #1366 )
2017-10-17 19:21:22 +03:00
pyup.io bot
768f528bb9
Update django-extensions from 1.9.1 to 1.9.6 ( #1364 )
2017-10-16 19:17:23 +03:00
pyup.io bot
d5d7b33fde
Update opbeat from 3.5.2 to 3.5.3 ( #1359 )
2017-10-16 18:42:13 +03:00
pyup.io bot
ba6756f107
Update pillow from 4.2.1 to 4.3.0 ( #1352 )
2017-10-16 18:36:56 +03:00
Chris Franklin
d0e5c4b3b6
Fix comments and silence PEP8 lambda warnings in config module. ( #1357 )
2017-10-12 20:36:44 +03:00
Delio Castillo
a6ec7056ba
replaces dev.yml with local.yml in all PyCharm configuration files ( #1348 )
2017-09-30 15:47:17 +03:00
Charlie Smith
cda6878486
More inline docs for DATABASES variable ( #1350 )
...
* More inline docs for DATABASES variable
Use of database url is not part of Django, but comes from django-environ. Was initially confusing where feature came from, as link points to offical django docs.
* Contributors update
2017-09-30 15:18:55 +03:00
Fábio C. Barrionuevo da Luz
daa7613f37
Merge pull request #1345 from pydanny/pyup-update-sphinx-1.6.3-to-1.6.4
...
Update sphinx to 1.6.4
2017-09-26 08:24:31 -03:00
pyup-bot
f10d03e8a8
Update sphinx from 1.6.3 to 1.6.4
2017-09-26 01:08:44 -07:00
pyup-bot
ee0d52fd97
Update whitenoise from 3.3.0 to 3.3.1
2017-09-23 11:47:41 -07:00
pyup.io bot
4f727fac7c
Update raven from 6.2.0 to 6.2.1 ( #1341 )
2017-09-22 21:47:16 +03:00
pyup.io bot
93c965d020
Update raven from 6.1.0 to 6.2.0 ( #1340 )
2017-09-22 18:02:08 +03:00
Wan Liuyang
ea5fb0efb6
Update EMAIL_BACKEND to "anymail.backends.espname.EmailBackend" to match anymail 1.0 ( #1335 )
2017-09-18 16:19:09 +03:00
Reggie Riser
874caee360
Removed references and old CSS specific to Bootstrap alpha. ( #1333 )
...
* Removed references and old CSS specific to Bootstrap alpha.
* Fixed Bootstrap alpha reference in README.
2017-09-18 10:44:16 +03:00
pyup.io bot
6537f181a5
Update django-anymail from 0.11.1 to 1.0 ( #1334 )
2017-09-18 10:42:08 +03:00
pyup.io bot
53699728ec
Update django-extensions from 1.9.0 to 1.9.1 ( #1330 )
2017-09-14 11:18:59 +02:00
pyup.io bot
3b2eca0a38
Update wheel from 0.29.0 to 0.30.0 ( #1329 )
2017-09-11 09:55:29 +03:00
Nikita P. Shupeyko
d9e280ff5b
Require django-coverage-plugin==1.5.0 for testing
...
Closes #1325 .
2017-09-07 13:28:13 +03:00
Nikita P. Shupeyko
e5154f3f01
Prettify production postgres service Dockerfile entries
...
- group related commands together
- use COPY instead of ADD
2017-09-06 15:05:41 +03:00
Mark Liederbach
7cb8da9df6
Added Whitelist for /compose/local/ ( #1322 )
...
Something in the file above ignores the /compose/local directory, which is not an expected pattern. Barring a reasonable explanation or modification of the above rules, this whitelists that folder.
2017-09-06 09:33:35 +03:00
pyup.io bot
a42df4f1b2
Update django from 1.10.7 to 1.10.8 ( #1320 )
2017-09-05 22:52:58 +03:00
Arcuri Davide
433eef62e4
Update bootstrap to 4.0.0-beta ( #1319 )
...
* Update bootstrap to 4.0.0-beta
Update cdn link for js and css.
Fixed class names for navbar -https://medium.com/@lukaszholeczek/how-to-upgrade-bootstrap-4-alpha-6-to-bootstrap-4-beta-d43b4210f2a3
* Updated CONTRIBUTORS.rst
Updated CONTRIBUTORS.rst
2017-09-05 15:21:25 +03:00
Shupeyko Nikita
188ff966f8
Re-organize compose/ into environment-specific file groups ( #1317 )
...
* Re-organize compose/ into environment-specific file groups
Closes #1316 .
* Commit missing files
That was weird: git failed to commit one specific folder previously
2017-09-05 14:39:20 +03:00
Shupeyko Nikita
ae9f951f45
Use Unix, not Windows environment variable format in Caddyfile ( #1314 )
...
Closes #1310 .
2017-09-02 20:42:07 +03:00
Shupeyko Nikita
833a79ff3c
Remove pycharm service from Docker setup ( #1307 )
...
* Remove pycharm service from Docker setup
* Update generated project docs
2017-08-31 19:25:58 +03:00
Reggie Riser
cc3ba8eadf
Remove django-braces requirement (equivalent functionality already in Django 1.9+). ( #1312 )
2017-08-31 19:23:18 +03:00
pyup-bot
b70db90506
Update boto3 from 1.4.6 to 1.4.7
2017-08-29 14:18:03 -07:00
Reggie Riser
5f4e195007
Loading "static" tags instead of "staticfiles" for Django 1.10+ per https://docs.djangoproject.com/en/dev/releases/1.10/#django-contrib-staticfiles . ( #1308 )
2017-08-29 15:55:15 +03:00
Shupeyko Nikita
8c5c521b29
Revert "Configure pytest to exit after first num failures or errors ( #1292 )"
...
This reverts commit dec3305cd5
.
2017-08-29 15:45:17 +03:00
Reggie Riser
0e1c00d3b3
Fixed typo in generated comment. ( #1306 )
2017-08-28 22:30:56 +03:00
Wan Liuyang
c50c6a73be
Rename Dockerfile-dev to Dockerfile-local ( #1305 )
...
* Rename Dockerfile-dev to Dockerfile-local
* Add @sfdye to CONTRIBUTORS.rst
2017-08-28 11:00:59 +03:00
pyup.io bot
2f12425ea3
Update psycopg2 to 2.7.3.1 ( #1303 )
...
* Update psycopg2 from 2.7.3 to 2.7.3.1
* Update psycopg2 from 2.7.3 to 2.7.3.1
* Update psycopg2 from 2.7.3 to 2.7.3.1
2017-08-26 20:26:07 +03:00
Shupeyko Nikita
259534cd2b
Update .gitignore's ( #1294 )
...
* Update Cookiecutter Django .gitignore
* Update generated project .gitignore
2017-08-24 16:59:08 +03:00
pyup-bot
a226184bf1
Update boto3 from 1.4.5 to 1.4.6
2017-08-23 10:17:14 -07:00
Fábio C. Barrionuevo da Luz
09ecda33b3
Merge pull request #1269 from browniebroke/patch-1
...
Update django-storages and Boto3 fixes #998 & #1192
2017-08-23 14:17:02 -03:00
Nikita P. Shupeyko
22709576a8
Add missing = to DJANGO_OPBEAT_* variable definitions
2017-08-23 13:12:50 +03:00
Shupeyko Nikita
dec3305cd5
Configure pytest to exit after first num failures or errors ( #1292 )
2017-08-23 13:58:10 +04:00
pyup.io bot
b40d63fffc
Update django-extensions from 1.8.1 to 1.9.0 ( #1291 )
2017-08-23 13:48:26 +04:00
pyup.io bot
26f5659e56
Update django-environ from 0.4.3 to 0.4.4 ( #1289 )
2017-08-21 14:59:34 +03:00
pyup.io bot
796247a284
Update django-compressor from 2.1.1 to 2.2 ( #1287 )
2017-08-20 18:31:41 +03:00
pyup.io bot
c216de7387
Update django-allauth from 0.32.0 to 0.33.0 ( #1288 )
2017-08-20 11:47:40 +03:00
pyup-bot
19d9cb8afb
Update pytest-sugar from 0.8.0 to 0.9.0
2017-08-15 02:07:38 -07:00
pyup-bot
dc4051eded
Update pytest-sugar from 0.8.0 to 0.9.0
2017-08-15 02:07:36 -07:00
Jannis Gebauer
8801c50867
switch to caddy ( #1282 )
2017-08-11 11:16:15 +02:00
Shupeyko Nikita
035dc4d7ab
Introduce development-time Celery services ( #1257 )
...
* Introduce development-time Celery services
Closes #1225 .
* Re-order django and postgres services in production.yml
* Switch local service extension tactics
* Fix celery services inheriting ports from the django's
2017-08-11 09:13:30 +02:00
pyup.io bot
9754f0341f
Update factory-boy to 2.9.2 ( #1276 )
...
* Update factory-boy from 2.9.1 to 2.9.2
* Update factory-boy from 2.9.1 to 2.9.2
2017-08-04 10:56:11 +03:00
Bruno Alla
4be48b7999
Use django-storages for media files if using WhiteNoise - fixes #1192
...
As per the discussion in #869 , WhiteNoise is for serving static files
not for media files (files uploaded from the app by users).
For such thing, we still need `DEFAULT_FILE_STORAGE` to be set and
we use django-storages for that.
2017-08-02 20:10:49 +01:00
Bruno Alla
12db5176d6
Upgrade to boto3 fixes #998
...
- Boto3 is the replacement of boto, switch to the latest version
- Switch django-storages class to the one based on Boto3
- AWS_S3_CALLING_FORMAT isn't relevant anymore
2017-08-02 20:00:03 +01:00
pyup.io bot
83081a20b5
Update factory-boy to 2.9.1 ( #1272 )
...
* Update factory-boy from 2.9.0 to 2.9.1
* Update factory-boy from 2.9.0 to 2.9.1
2017-08-02 16:07:25 +03:00
Bruno Alla
9017432421
Update django-storages fixes #998
...
The -redux project is now the official project, update to the latest version
2017-08-01 22:34:09 +01:00
orzarchi
d36ff72c0f
Fix gulpfile default task stuck on runServer ( #1260 )
2017-07-31 16:04:36 +03:00
pyup.io bot
041616db2c
Update factory-boy to 2.9.0 ( #1259 )
...
* Update factory-boy from 2.8.1 to 2.9.0
* Update factory-boy from 2.8.1 to 2.9.0
2017-07-31 09:45:09 +03:00
pyup.io bot
993aac6b95
Update flake8 to 3.4.1 ( #1254 )
...
* Update flake8 from 3.4.0 to 3.4.1
* Update flake8 from 3.4.0 to 3.4.1
2017-07-29 05:57:27 +03:00
pyup.io bot
e7ae16eeb6
Update flake8 to 3.4.0 ( #1253 )
...
* Update flake8 from 3.3.0 to 3.4.0
* Update flake8 from 3.3.0 to 3.4.0
2017-07-28 11:16:01 +03:00
pyup.io bot
60e57117d6
Update psycopg2 to 2.7.3 ( #1247 )
...
* Update psycopg2 from 2.7.2 to 2.7.3
* Update psycopg2 from 2.7.2 to 2.7.3
* Update psycopg2 from 2.7.2 to 2.7.3
2017-07-26 09:20:21 +02:00
pyup.io bot
30a6151647
Update django-anymail from 0.11 to 0.11.1 ( #1248 )
2017-07-24 21:59:20 +03:00
pyup.io bot
34c969423f
Update psycopg2 to 2.7.2 ( #1246 )
...
* Update psycopg2 from 2.7.1 to 2.7.2
* Update psycopg2 from 2.7.1 to 2.7.2
* Update psycopg2 from 2.7.1 to 2.7.2
2017-07-22 21:41:28 +03:00
Fábio C. Barrionuevo da Luz
488855d472
update heroku python runtime to 3.6.2
2017-07-20 09:30:25 -03:00
Shupeyko Nikita
e889316b11
Rename dev.yml to local.yml ( #1227 )
...
* Rename dev.yml to local.yml
Closes #1226 .
* Rename docker-compose.yml to production.yml
2017-07-14 17:09:41 +03:00
pyup.io bot
38f53b5886
Update django-anymail from 0.10 to 0.11 ( #1232 )
2017-07-14 10:50:26 +03:00
Hamish Durkin
afb6b79fc3
Updated idea run configurations to work as explained in the docs ( #1223 )
2017-07-09 16:04:27 +03:00
pyup.io bot
db45132724
Update django-extensions from 1.8.0 to 1.8.1 ( #1219 )
2017-07-09 15:36:38 +03:00
pyup.io bot
57410882ae
Update boto from 2.47.0 to 2.48.0 ( #1220 )
2017-07-09 15:36:22 +03:00
pyup.io bot
03648d3d01
Update pillow from 4.1.1 to 4.2.1 ( #1221 )
2017-07-09 15:36:07 +03:00
pyup.io bot
b3bf6f4f67
Update django-extensions from 1.7.9 to 1.8.0 ( #1217 )
2017-07-03 23:01:17 +03:00
pyup.io bot
ba4869feea
Update sphinx from 1.6.2 to 1.6.3 ( #1215 )
2017-07-03 20:37:08 +03:00
pyup.io bot
44aff93933
Update django-storages-redux from 1.3.2 to 1.3.3 ( #1210 )
2017-06-27 23:44:33 +03:00
Charles Han
c63ba28e36
Change to process *.scss instead of only project.scss. ( #1209 )
2017-06-26 22:52:40 +03:00
shireenrao
1871abd7e9
Setting up new project with mailhog without docker breaks use of mailhog ( #553 )
...
* add mailhog container for local development
* update local settings to use mailhog container for docker
* remove whitespace
* remove whitespace
* fix whitespace formatting
* another try to fix whitespace
* fix block error due to whitespace
* only use mailhog in docker if docker and mailhog is chosen in setup wizard
* Remove warning at end if using docker and mailhog
* mailhog should work locally without docker
* remove unnecessary check for docker in dev docker-compose file
* Remove section within local development docs referencing docker
As this document is meant as a how to for developing locally, I removed the section which was added for using mailhog in docker. I will add that section to the developing-locally-docker.rst file. Also removed jinja template as it does not work in docs.
* Added a comment on mailhog for local docker development
* fix hyperlink to #smtp-backend
* Added a comment on mailhog for local docker development
* pull docs/developing-locally-docker.rst from upstream
* remove changes from dev.yml and add comment for local.py
* Sync with pydanny:master
2017-06-26 22:21:32 +03:00
pyup-bot
50a4beed7e
Update django-test-plus from 1.0.17 to 1.0.18
2017-06-26 10:15:47 -07:00
pyup-bot
854683de3e
Update django-test-plus from 1.0.17 to 1.0.18
2017-06-26 10:15:46 -07:00
Shupeyko Nikita
1f7be4eb57
Revert "Node.JS + docker-compose = ♥" ( #1206 )
...
* Revert "[Fix] #1173 Nginx SSL redirect loop (#1174 )"
This reverts commit cabcc7b106
.
* Revert "Fix Getting Up and Running Locally With Docker doc sphinx warnings (#1165 )"
This reverts commit 83c8594203
.
* Revert "Fix index.rst sphinx warnings (#1166 )"
This reverts commit 51dd0b5e73
.
* Revert "Pin mailhog Docker image to v1.0.0 (#1201 )"
This reverts commit d9f870461b
.
* Revert "Node.JS + docker-compose = ♥ (#1128 )"
This reverts commit 4b06fe3958
.
2017-06-21 23:12:22 +03:00
Ashish Patil
cabcc7b106
[Fix] #1173 Nginx SSL redirect loop ( #1174 )
...
Headers not being passed was causing nginx to redirect to SSL again & again.
2017-06-20 23:33:39 +03:00
Shupeyko Nikita
d9f870461b
Pin mailhog Docker image to v1.0.0 ( #1201 )
2017-06-20 23:27:41 +03:00
Shupeyko Nikita
4b06fe3958
Node.JS + docker-compose = ♥ ( #1128 )
...
* Introduce static asset build infrastructure
* Enhance gulpfile.js
* Introduce node service
* BrowserSync debug-only support
* Remove newline before BrowserSync debug-only support section
* FIx node Dockerfile package.json COPY
* Try fiixing node Dockerfile package.json COPY ones again
* Switch to `node:7-slim`
* Try switching to node:6
To account for possible node:7 docker-compose incompatibiltiy
* Revert "Try switching to node:6"
This reverts commit 62cc02df1a
.
* Try switcging workdir to /app
* Try utilizing relative package.json path
* Resetting to the last version working locally with docker-compose 1.11.x
* Build upon the latest node:7.9-slim
* Stop dockerignoring package.json
* Fix typo
* Try a different package.json path
* Revert "Try a different package.json path"
This reverts commit f29f8500b8
.
* Revert "Fix typo"
This reverts commit 02033729b5
.
* Revert "Stop dockerignoring package.json"
This reverts commit 63c5491546
.
* Upgrade docker-engine and docker-compose used by Travis CI
* Fix .travis.yml comments
* Inline docker-engine and docker-compose versions
* DEBUG: pwd
* Revert "DEBUG: pwd "
This reverts commit 6c2ed4321a
.
* Try copying package.json to the same dir as node Dockerfile's
* Revert "Try copying package.json to the same dir as node Dockerfile's"
This reverts commit 24340a0783
.
* Try out node:7.9
* Revert "Try out node:7.9"
This reverts commit 32286d33c2
.
* Revert "Upgrade docker-engine and docker-compose used by Travis CI"
* Get rid of npm-check-updates
Reason: Reserved for the upcoming PR
* Get rid of npm-check
Reason: Reserved for the upcoming PR
* Get rid of 'standard' npm package
Reason: Reserved for the upcoming PR
* Clean up package.json
* Preserve package.json uncoditionally
Since we now have *unconditional* node.js integration, `package.json` must be out there whenever `node` service gets built
* Upgrade node service image to 7.10
* Document Node.js-Docker integration
* Fix gulpfile.js images region name
* Get rid of Gulp migrate task
* Document Gulp-Docker integration
* Introduce static asset build infrastructure
* Enhance gulpfile.js
* Introduce node service
* BrowserSync debug-only support
* Remove newline before BrowserSync debug-only support section
* FIx node Dockerfile package.json COPY
* Try fiixing node Dockerfile package.json COPY ones again
* Switch to `node:7-slim`
* Try switching to node:6
To account for possible node:7 docker-compose incompatibiltiy
* Revert "Try switching to node:6"
This reverts commit 62cc02df1a
.
* Try switcging workdir to /app
* Try utilizing relative package.json path
* Resetting to the last version working locally with docker-compose 1.11.x
* Build upon the latest node:7.9-slim
* Stop dockerignoring package.json
* Revert "Stop dockerignoring package.json"
This reverts commit 63c5491546
.
* Fix typo
* Revert "Fix typo"
This reverts commit 02033729b5
.
* Try a different package.json path
* Revert "Try a different package.json path"
This reverts commit f29f8500b8
.
* Upgrade docker-engine and docker-compose used by Travis CI
* Fix .travis.yml comments
* Inline docker-engine and docker-compose versions
* DEBUG: pwd
* Revert "DEBUG: pwd "
This reverts commit 6c2ed4321a
.
* Try copying package.json to the same dir as node Dockerfile's
* Revert "Try copying package.json to the same dir as node Dockerfile's"
This reverts commit 24340a0783
.
* Try out node:7.9
* Revert "Try out node:7.9"
This reverts commit 32286d33c2
.
* Revert "Upgrade docker-engine and docker-compose used by Travis CI"
* Get rid of npm-check-updates
Reason: Reserved for the upcoming PR
* Get rid of npm-check
Reason: Reserved for the upcoming PR
* Get rid of 'standard' npm package
Reason: Reserved for the upcoming PR
* Clean up package.json
* Preserve package.json uncoditionally
Since we now have *unconditional* node.js integration, `package.json` must be out there whenever `node` service gets built
* Upgrade node service image to 7.10
* Document Node.js-Docker integration
* Fix gulpfile.js images region name
* Get rid of Gulp migrate task
* Document Gulp-Docker integration
* Remove Gulp-Docker integraton not supported initialization message
2017-06-20 22:48:17 +03:00
Ben Warren
4aff5971d1
Automatic recompilation of Bootstrap with user-defined variables ( #1181 )
...
Allow for dynamic bootstrap compilation
Exclude sublime artifacts
Make custom bootstrap vars file
Add custom bootstrap compilation
Add cookiecutter option
Use the right name for the file
Add explanation to generated README
Add self to contributors
Remove sublime exclusion
2017-06-12 19:38:00 +03:00
John Franey
a286e32e2b
Gulpfile child process spawn ( #1074 )
...
* Update gulpfile to use child_process.spawn
Use child_process.spawn in place of child_process exec to ensure that
console output is captured by Gulp.
Fixes #939
* Remove extra line
2017-06-07 18:46:20 +03:00
pyup.io bot
46af6b4760
Update gevent from 1.2.1 to 1.2.2 ( #1186 )
2017-06-07 18:26:25 +03:00
Cristian Samaniego
1ddc3fcef8
Fix typo and deprecated option in certbot command ( #1185 )
...
The --standalone-supported-challenges option has been deprecated since certbot version 0.9.0.
2017-06-02 22:47:53 +03:00
Fábio C. Barrionuevo da Luz
7762177283
Merge pull request #1182 from pydanny/pyup-update-sphinx-1.6.1-to-1.6.2
...
Update sphinx to 1.6.2
2017-06-02 09:00:12 -03:00
Fábio C. Barrionuevo da Luz
6ed9ceb232
Merge pull request #1180 from pydanny/pyup-update-raven-6.0.0-to-6.1.0
...
Update raven to 6.1.0
2017-06-02 08:59:45 -03:00
pyup-bot
798bf0639e
Update sphinx from 1.6.1 to 1.6.2
2017-05-28 13:43:56 -07:00
pyup.io bot
890c7cbf4b
Update boto from 2.46.1 to 2.47.0 ( #1179 )
2017-05-26 23:22:55 +03:00
pyup-bot
765764a4a2
Update raven from 6.0.0 to 6.1.0
2017-05-25 15:02:53 -07:00
pyup.io bot
c86989eb96
Update django-anymail from 0.9 to 0.10 ( #1177 )
2017-05-22 23:51:29 +03:00
pyup.io bot
215879aa30
Update sphinx from 1.5.6 to 1.6.1 ( #1171 )
2017-05-17 00:08:39 +03:00
pyup.io bot
fa03a69b07
Update werkzeug from 0.12.1 to 0.12.2 ( #1170 )
2017-05-16 11:08:10 +03:00
Fábio C. Barrionuevo da Luz
96028e3bbe
Merge pull request #1168 from pydanny/pyup-update-sphinx-1.5.5-to-1.5.6
...
Update sphinx to 1.5.6
2017-05-15 08:51:36 -03:00
pyup-bot
eed7233c1b
Update coverage from 4.4 to 4.4.1
2017-05-14 23:39:38 -07:00
pyup-bot
3ae3e74aae
Update coverage from 4.4 to 4.4.1
2017-05-14 23:39:37 -07:00
pyup-bot
7e084c2a76
Update sphinx from 1.5.5 to 1.5.6
2017-05-14 13:10:35 -07:00
Delio Castillo
89bc1212b3
Fixes docker file when using letsencrypt. Adds ps command to nginx image for start.sh to be able to run without errors ( #1154 )
2017-05-12 18:23:22 +02:00
Fábio C. Barrionuevo da Luz
cdebc13edc
update celery to 3.1.25
2017-05-10 10:51:49 -03:00
Fábio C. Barrionuevo da Luz
b42357966a
Merge pull request #1162 from pydanny/pyup-update-coverage-4.3.4-to-4.4
...
Update coverage to 4.4
2017-05-08 09:13:41 -03:00
pyup-bot
451bee63ac
Update coverage from 4.3.4 to 4.4
2017-05-07 22:17:23 -07:00
pyup-bot
64dce4b7d1
Update coverage from 4.3.4 to 4.4
2017-05-07 22:17:21 -07:00
pyup-bot
7125d5c447
Update django-extensions from 1.7.8 to 1.7.9
2017-05-06 05:49:21 -07:00
pyup.io bot
8d7fd5ea06
Update django-debug-toolbar from 1.7 to 1.8 ( #1156 )
2017-05-06 14:48:47 +02:00
Raphaël Cohen
eb71aecc32
Optimize Django Dockerfile ( #1158 )
2017-05-06 14:43:26 +02:00
Fábio C. Barrionuevo da Luz
8eb08f553b
Merge pull request #1152 from pydanny/pyup-update-ipdb-0.10.2-to-0.10.3
...
Update ipdb to 0.10.3
2017-04-30 18:48:35 -03:00
Fábio C. Barrionuevo da Luz
90d221e206
Merge pull request #1147 from pydanny/pyup-update-django-allauth-0.31.0-to-0.32.0
...
Update django-allauth to 0.32.0
2017-04-30 18:35:39 -03:00
pyup-bot
df4bac167f
Update ipdb from 0.10.2 to 0.10.3
2017-04-30 14:35:19 -07:00
Fábio C. Barrionuevo da Luz
e02e7b860f
Merge pull request #1145 from pydanny/pyup-update-django-redis-4.7.0-to-4.8.0
...
Update django-redis to 4.8.0
2017-04-30 18:21:17 -03:00
Fábio C. Barrionuevo da Luz
13a19ec2d2
Merge pull request #1149 from pydanny/pyup-update-pillow-4.1.0-to-4.1.1
...
Update pillow to 4.1.1
2017-04-30 18:17:12 -03:00
Fábio C. Barrionuevo da Luz
fb0aaced34
change [pep8] to [pycodestyle] on setup.cfg
...
use [pycodestyle] instead of [pep8] on setup.cfg because [pep8] section is deprecated after 2.1.0 version of pycodestyle
2017-04-29 18:57:23 -03:00
Shupeyko Nikita
9037fb57f3
Fix #1150 ( #1151 )
...
Fix #1150
2017-04-29 16:59:05 +03:00
pyup-bot
8beb5b40b2
Update pillow from 4.1.0 to 4.1.1
2017-04-28 11:09:13 -07:00
pyup-bot
a2666a8b41
Update django-allauth from 0.31.0 to 0.32.0
2017-04-27 02:18:57 -07:00
pyup-bot
3fe9ebaaf0
Update django-redis from 4.7.0 to 4.8.0
2017-04-25 06:04:16 -07:00
Shupeyko Nikita
f5ccce4ef8
Switch from runtime- to compile-time set production django docker service ( #1144 )
...
Extends #971
2017-04-24 23:12:30 +02:00
Shupeyko Nikita
65e64fe364
Fix CELERY_BROKER_URL naming mismatch ( #1143 )
...
* Fix CELERY_BROKER_URL naming mismatch
Closes #1116
* Fix all occurences
2017-04-24 19:35:58 +03:00
Shupeyko Nikita
5b75ad6c9d
Require celery==3.1.24 instead of celery==4.0.2 ( #1140 )
2017-04-24 15:26:08 +03:00
Shupeyko Nikita
e78b6fb425
Fix W391 blank line at end of file ( #1136 )
2017-04-23 01:27:58 +03:00
Daniel Roy Greenfeld
6aced9ba73
Remove Python 2.7 support per #1129 ( #1130 )
...
* Remove Python 2.7 support per
* Remove Python 2.7 references
* Remove Python 2.7 references
* remove python 2 entirely
2017-04-21 12:31:45 -07:00
Shupeyko Nikita
23bd99fc5a
Pin redis service image version ( #1117 )
2017-04-21 20:44:06 +03:00
Nikita P. Shupeyko
c4e646214a
Workaround flake8 "imported but unused" errors
2017-04-21 18:52:53 +03:00
Daniel Roy Greenfeld
b0fe04fc52
First pass at Bootstrap 4 Alpha 6, just the basic layout
2017-04-20 15:18:30 -07:00
Daniel Roy Greenfeld
8864fffdc7
Update Pillow and django-environ
2017-04-20 14:44:39 -07:00
pyup.io bot
a833a8a358
Update django-model-utils from 2.6.1 to 3.0.0 ( #1122 )
2017-04-18 09:20:56 +02:00
pyup.io bot
19b4e299cb
Update django-anymail from 0.8 to 0.9 ( #1108 )
2017-04-18 09:20:14 +02:00
Audrey Roy Greenfeld
5d78b32f2b
Put local Docker setting into Jinja2 if block
2017-04-17 10:54:01 -07:00
Daniel Roy Greenfeld
8b82dfae8a
Change order of modern django debug toolbar.
2017-04-17 10:51:58 -07:00
Daniel Roy Greenfeld
a383fa2378
Document source of unclear links
2017-04-14 11:54:38 -07:00
Daniel Roy Greenfeld
ba2301fc3c
Fix multiple imports on one line
2017-04-13 11:30:57 -07:00
Daniel Roy Greenfeld
8673505683
Merge branch 'master' of github.com:pydanny/cookiecutter-django
2017-04-13 11:28:00 -07:00
Daniel Roy Greenfeld
a3b0feec12
Flake8 fix
2017-04-13 11:27:54 -07:00
Shupeyko Nikita
e365c39f2a
gitignore generated project's .cache/ dir ( #1061 )
2017-04-13 10:50:56 -07:00
pyup.io bot
e9d94dbf52
Update sphinx from 1.5.3 to 1.5.5 ( #1104 )
2017-04-13 10:50:34 -07:00
Shupeyko Nikita
1c1cc9ee9c
Prevent PyCharm from formatting raven and opbeat imports ( #1063 )
...
* Prevent PyCharm from formatting raven and opbeat imports
Since raven and opbeat are required in production only, imports might (most surely will) be wiped out during PyCharm code clean up started in other environments.
* Prevent PyCharm from formatting raven and opbeat imports
Since raven and opbeat are required in production only, imports might (most surely will) be wiped out during PyCharm code clean up started in other environments.
* Fix line breaks and spaces
* Fix linebreaks
2017-04-13 10:50:11 -07:00
Audrey Roy Greenfeld
6453fea417
Easier placement of apps within the second level directory
2017-04-13 10:48:44 -07:00
Nikita P. Shupeyko
66ffa5c93c
Switch to current runtime version
...
Closes #1094
2017-04-06 19:04:46 +03:00
pyup.io bot
3bbbcea0d0
Update django from 1.10.6 to 1.10.7 ( #1110 )
2017-04-05 10:36:50 +02:00
Jannis Gebauer
f62e05b95e
stay on 1.10.x for now until 1.11 is compatible
2017-04-05 10:28:42 +02:00
pyup.io bot
9af01c50a8
Update django-debug-toolbar from 1.6 to 1.7 ( #1069 )
2017-04-01 18:14:22 +02:00
pyup.io bot
c5c8b6b5e8
Update django-extensions from 1.7.7 to 1.7.8 ( #1096 )
2017-04-01 18:12:50 +02:00
pyup.io bot
86922be94b
Update pytz from 2016.10 to 2017.2 ( #1098 )
2017-04-01 18:12:29 +02:00
Wee Liat
0b14104ae0
added btn class to forget password ( #1102 )
2017-04-01 08:30:24 -07:00
Shupeyko Nikita
7da1bf79b8
Replace links section with depends_on in docker-compose config files ( #1092 )
...
Closes #1091
2017-03-24 18:45:31 +01:00
pyup.io bot
26962b41af
Update gunicorn from 19.6.0 to 19.7.1 ( #1089 )
2017-03-24 11:28:12 +01:00
pyup.io bot
5b522d3dee
Update werkzeug from 0.11.15 to 0.12.1 ( #1080 )
2017-03-24 11:28:00 +01:00
pyup.io bot
57e9a223fe
Update psycopg2 to 2.7.1 ( #1073 )
...
* Update psycopg2 from 2.7 to 2.7.1
* Update psycopg2 from 2.7 to 2.7.1
* Update psycopg2 from 2.7 to 2.7.1
2017-03-24 11:25:36 +01:00
William Archinal
f3ea2570ab
Use Argon2 password hashing algorithm by default ( #1079 )
2017-03-16 19:19:42 -07:00
Shupeyko Nikita
7c7970fac6
Fix autoprefixer options in gulp styles task ( #1081 )
...
Fix `'last 2 version'` -> `'last 2 versions'` (https://www.npmjs.com/package/gulp-autoprefixer#usage )
2017-03-16 08:06:09 -07:00
Sam Collins
d307d47995
Updated aws cache type to t2.micro ( #1067 )
2017-03-04 12:37:26 -08:00
Burhan Khalid
04146d580e
version bumps
2017-03-03 09:11:54 +03:00
pyup.io bot
f6236b3aca
Update django-coverage-plugin to 1.5.0 ( #1048 )
...
* Update django-coverage-plugin from 1.4.2 to 1.5.0
* Update django-coverage-plugin from 1.4.2 to 1.5.0
2017-02-25 14:34:00 +01:00
pyup.io bot
49efbc7075
Update django-extensions from 1.7.6 to 1.7.7 ( #1049 )
2017-02-25 14:33:50 +01:00
Kenial S. Lee
e079dfe17d
Removed dependency of watch
task and put it in runSequence; there was no runSequence for it, which makes watch
task won’t be run. ( #1019 )
2017-02-21 11:57:48 -08:00
Reggie Riser
2006605e24
A few cleanups: 1) Fixed common.py references (now called base.py), 2) Made URLs consistent in pointing to dev Django docs as well as https, ( #1037 )
2017-02-21 11:55:51 -08:00
pyup.io bot
27d441fa7e
Update boto from 2.45.0 to 2.46.1 ( #1045 )
2017-02-21 09:54:10 +01:00
Mounir
489c971123
pycharm doc typo ( #1042 )
...
* pycharm doc typo
a very simple typo in the word without
* Update configuration.rst
2017-02-20 14:23:18 +01:00
pyup.io bot
b3896c4f75
Update raven from 5.32.0 to 6.0.0 ( #1041 )
2017-02-20 14:22:48 +01:00
Fábio C. Barrionuevo da Luz
a0efe83901
fix issue #1039
2017-02-15 18:15:16 -03:00
Mesut YILMAZ
3cd57880e0
Removed redeclared env
2017-02-15 11:17:34 +03:00
Jimmy Gitonga
f4ef73efbf
ADDED: HTTPS is on by default ( #1025 )
...
ADDED: HTTPS is on by default. This will give a new user an
understanding of why Cookie Django is set up securely for deployment in
a production environment.
2017-02-13 12:27:09 -08:00
Daniel Roy Greenfeld
672f21a0b2
Merge branch 'master' of github.com:pydanny/cookiecutter-django
2017-02-13 10:49:06 -08:00
Daniel Roy Greenfeld
9a837171b6
Merge branch 'make-settings-consistent-w-req' of https://github.com/statwonk/cookiecutter-django into statwonk-make-settings-consistent-w-req
2017-02-13 10:48:10 -08:00
William Martin Stewart
f298ef7722
Inconsistent title case in 404 ( #974 )
...
We should either title case it or just capitalise the first letter, imho.
2017-02-13 10:44:02 -08:00
schacki
65611f14ea
Updated settings to only include lists and ' ( #930 )
...
* Updated settings to only include lists and '
Substituted " with ' in files
Migrated tuples to lists
* Added trailing slashes
- trailing slashes
- minor cleanups
2017-02-13 10:33:52 -08:00
Nikita P. Shupeyko
d0a21a50df
Fix pytest DJANGO_SETTINGS_MODULE
...
Switch from DJANGO_SETTINGS_MODULE = config.settings.local to DJANGO_SETTINGS_MODULE = config.settings.test
2017-02-10 15:10:41 +03:00
Nikita P. Shupeyko
d4f6f0b99c
Fix Docker test PyCharm Run Configurations settings file
...
Switch from env name="DJANGO_SETTINGS_MODULE" value="config.settings.local" to env name="DJANGO_SETTINGS_MODULE" value="config.settings.test"
2017-02-10 14:33:29 +03:00
Fábio C. Barrionuevo da Luz
69bc96d9ba
Merge pull request #985 from pydanny/dot_env_issue
...
load .env file from root dir only if DJANGO_READ_DOT_ENV_FILE is True
2017-02-09 16:03:17 -03:00
pyup.io bot
51609953a8
Update django-coverage-plugin to 1.4.2 ( #1022 )
...
* Update django-coverage-plugin from 1.4.1 to 1.4.2
* Update django-coverage-plugin from 1.4.1 to 1.4.2
2017-02-09 09:10:37 +01:00
pyup.io bot
b430efa0ed
Update flake8 to 3.3.0 ( #1021 )
...
* Update flake8 from 3.2.1 to 3.3.0
* Update flake8 from 3.2.1 to 3.3.0
2017-02-09 09:10:22 +01:00
pyup.io bot
7a50dcc89a
Update collectfast from 0.5.1 to 0.5.2 ( #1024 )
2017-02-09 09:08:55 +01:00
Fábio C. Barrionuevo da Luz
83900ddfd3
fix typo
2017-02-03 14:12:52 -03:00
pyup.io bot
ce27703731
Update django-compressor from 2.1 to 2.1.1 ( #1015 )
2017-02-02 14:47:27 +01:00
pyup.io bot
9be889a901
Update django-anymail from 0.7 to 0.8 ( #1014 )
2017-02-02 14:47:15 +01:00
pyup.io bot
ec3daa58e4
Update django-braces from 1.10.0 to 1.11.0 ( #1013 )
2017-02-02 14:47:02 +01:00
pyup.io bot
572df4f359
Update django-test-plus to 1.0.17 ( #1012 )
...
* Update django-test-plus from 1.0.16 to 1.0.17
* Update django-test-plus from 1.0.16 to 1.0.17
2017-02-02 14:46:50 +01:00
pyup.io bot
cd5a742d50
Update whitenoise from 3.2.3 to 3.3.0 ( #1011 )
2017-02-02 14:46:25 +01:00
pyup.io bot
01063b8b8b
Update sphinx from 1.5.1 to 1.5.2 ( #1010 )
2017-02-02 14:46:13 +01:00
pyup.io bot
6085feb36c
Update django-extensions from 1.7.5 to 1.7.6 ( #1006 )
2017-01-26 16:15:56 +01:00
pyup.io bot
29e957cd77
Update ipdb from 0.10.1 to 0.10.2 ( #1007 )
2017-01-26 16:15:45 +01:00
pyup.io bot
6cac408f32
Update django-coverage-plugin to 1.4.1 ( #1008 )
...
* Update django-coverage-plugin from 1.4 to 1.4.1
* Update django-coverage-plugin from 1.4 to 1.4.1
2017-01-26 16:15:27 +01:00
pyup.io bot
de4c8c4012
Update coverage to 4.3.4 ( #999 )
...
* Update coverage from 4.3.3 to 4.3.4
* Update coverage from 4.3.3 to 4.3.4
2017-01-19 10:01:29 +01:00
pyup.io bot
191fcf847a
Update coverage to 4.3.3 ( #997 )
...
* Update coverage from 4.3.1 to 4.3.3
* Update coverage from 4.3.1 to 4.3.3
2017-01-17 16:13:04 +01:00
pyup.io bot
5af837d184
Update django-coverage-plugin to 1.4 ( #993 )
...
* Update django-coverage-plugin from 1.3.1 to 1.4
* Update django-coverage-plugin from 1.3.1 to 1.4
2017-01-17 16:12:11 +01:00
statwonk
62d86877e4
Missed a few references to the renamed settings file. This brings them inline.
2017-01-16 21:38:52 -06:00
statwonk
12a8875dce
Two Scoops 1.8 on p. 56 indicates base.txt is preferred for consistency
2017-01-16 21:18:07 -06:00
pyup.io bot
3a337e4350
Update django-model-utils from 2.6 to 2.6.1 ( #990 )
2017-01-12 16:05:31 +01:00
pyup.io bot
b61b985527
Update gevent from 1.2.0 to 1.2.1 ( #991 )
2017-01-12 16:05:20 +01:00
pyup.io bot
a2a2a517a1
Update collectfast from 0.5.0 to 0.5.1 ( #988 )
2017-01-11 08:45:17 +01:00
Fábio C. Barrionuevo da Luz
b0c771b645
include DJANGO_READ_DOT_ENV_FILE on env.example
2017-01-09 15:53:30 -03:00
Fábio C. Barrionuevo da Luz
06603dda17
fix W291 trailing whitespace on common.py
2017-01-09 15:39:27 -03:00
Fábio C. Barrionuevo da Luz
2af079f7aa
load .env file if DJANGO_READ_DOT_ENV_FILE is True
2017-01-09 15:35:13 -03:00
pyup.io bot
a542a7e51c
Update collectfast from 0.4.1 to 0.5.0 ( #981 )
2017-01-09 10:31:21 +01:00
pyup-bot
a87858a413
Update django from 1.10.4 to 1.10.5
2017-01-04 12:52:37 -08:00
pyup.io bot
ff067ff31d
Update whitenoise from 3.2.2 to 3.2.3 ( #978 )
2017-01-04 13:54:07 +01:00
pyup.io bot
d9edcbbd27
Update django-redis from 4.6.0 to 4.7.0 ( #977 )
2017-01-04 13:53:57 +01:00
pyup.io bot
8910552ab6
Update pillow from 3.4.2 to 4.0.0 ( #976 )
2017-01-04 13:53:46 +01:00
pyup.io bot
ef5417c82b
Update werkzeug from 0.11.13 to 0.11.15 ( #969 )
2017-01-04 13:53:36 +01:00
pyup.io bot
067e40d098
Update django-anymail from 0.6.1 to 0.7 ( #970 )
2017-01-04 13:53:27 +01:00
pyup.io bot
b905f066be
Update django-allauth from 0.29.0 to 0.30.0 ( #973 )
2017-01-04 13:53:17 +01:00
pyup.io bot
cd463b29da
Update collectfast from 0.4.0 to 0.4.1 ( #966 )
2016-12-30 23:05:02 +01:00
pyup.io bot
28a512d0ad
Update pytest-sugar to 0.8.0 ( #963 )
...
* Update pytest-sugar from 0.7.1 to 0.8.0
* Update pytest-sugar from 0.7.1 to 0.8.0
2016-12-28 22:33:35 +01:00
pyup.io bot
a838a7c90c
Update werkzeug from 0.11.11 to 0.11.13 ( #960 )
2016-12-28 22:33:21 +01:00
pyup.io bot
ed0ce0d630
Update gevent from 1.2a2 to 1.2.0 ( #957 )
2016-12-28 22:33:07 +01:00
pyup.io bot
d25f35a90a
Update coverage to 4.3.1 ( #962 )
...
* Update coverage from 4.2 to 4.3.1
* Update coverage from 4.2 to 4.3.1
2016-12-28 22:32:56 +01:00
pyup.io bot
cf8c052657
Update opbeat from 3.5.1 to 3.5.2 ( #955 )
2016-12-21 15:49:29 +01:00
pyup.io bot
f00acba613
Update collectfast from 0.3.1 to 0.4.0 ( #948 )
2016-12-17 12:07:57 +01:00
pyup.io bot
7bdc95818a
Update factory-boy to 2.8.1 ( #947 )
...
* Update factory-boy from 2.7.0 to 2.8.1
* Update factory-boy from 2.7.0 to 2.8.1
2016-12-17 12:07:47 +01:00
pyup.io bot
0abfa781f7
Update gevent from 1.2a1 to 1.2a2 ( #933 )
2016-12-16 09:24:50 +01:00
pyup.io bot
0a37aa57bd
Update sphinx from 1.5 to 1.5.1 ( #940 )
2016-12-16 09:24:42 +01:00
pyup.io bot
c67b171139
Update boto from 2.44.0 to 2.45.0 ( #943 )
2016-12-16 09:24:34 +01:00
pyup.io bot
5db3b39c19
Update boto from 2.43.0 to 2.44.0 ( #931 )
2016-12-08 19:15:51 -08:00
pyup.io bot
98a2e1705a
Update pytz from 2016.7 to 2016.10 ( #925 )
2016-12-06 20:44:24 -08:00
pyup.io bot
7d4cfee45c
Update sphinx from 1.4.9 to 1.5 ( #923 )
2016-12-06 20:44:15 -08:00
pyup.io bot
6c4085fce4
Update django from 1.10.3 to 1.10.4 ( #920 )
2016-12-06 20:43:54 -08:00
pyup.io bot
110f0f6ce8
Update django-extensions from 1.7.4 to 1.7.5 ( #904 )
2016-12-01 11:19:57 +01:00
Tim Freund
59948514ab
Update doc links from getsentry.com to sentry.io ( #917 )
...
Sentry changed their name and URLs:
https://blog.sentry.io/2016/08/30/sentry-io.html Links in the
cookiecutter-django project are updated to reflect the new locations.
2016-11-30 14:32:38 -08:00
pyup.io bot
85dfec3ce3
Update pytest-django to 3.1.2 ( #903 )
...
* Update pytest-django from 3.1.1 to 3.1.2
* Update pytest-django from 3.1.1 to 3.1.2
2016-11-29 09:06:50 -08:00
Fábio C. Barrionuevo da Luz
a5c179594d
revert last commit
2016-11-28 20:20:56 -03:00
Fábio C. Barrionuevo da Luz
0919cc438b
Update common.py
2016-11-28 20:12:01 -03:00
Paul Brown
770abf960d
nginx-secure.conf mixed tabs/spaces to only spaces ( #902 )
2016-11-24 08:21:47 -08:00
pyup.io bot
613587f889
Update sphinx from 1.4.8 to 1.4.9 ( #901 )
2016-11-24 08:31:40 +01:00
pyup.io bot
ea4c3f49aa
Update django-allauth from 0.28.0 to 0.29.0 ( #898 )
2016-11-23 11:36:40 +01:00
pyup.io bot
efad688671
Update flake8 to 3.2.1 ( #900 )
...
* Update flake8 from 3.2.0 to 3.2.1
* Update flake8 from 3.2.0 to 3.2.1
2016-11-23 11:36:31 +01:00
pyup.io bot
d00074d27b
Update pytest-django to 3.1.1 ( #897 )
...
* Update pytest-django from 3.0.0 to 3.1.1
* Update pytest-django from 3.0.0 to 3.1.1
2016-11-21 16:07:41 +01:00
pyup.io bot
b32a2ed8aa
Update flake8 to 3.2.0 ( #888 )
...
* Update flake8 from 3.0.4 to 3.2.0
* Update flake8 from 3.0.4 to 3.2.0
2016-11-16 09:32:50 +01:00
pyup.io bot
6ec8583f60
Update raven from 5.31.0 to 5.32.0 ( #889 )
2016-11-16 09:32:44 +01:00
pyup.io bot
74e8296b8e
Update django-environ from 0.4.0 to 0.4.1 ( #885 )
2016-11-14 11:52:45 +01:00
Jannis Gebauer
a05292347c
upgrade gevent ( #882 )
2016-11-14 11:52:29 +01:00
Audrey Roy Greenfeld
313aff19a1
Enable gzip compression on Elastic Beanstalk per @realpython https://realpython.com/blog/python/deploying-a-django-app-to-aws-elastic-beanstalk/
2016-11-08 09:50:51 -08:00
Fábio C. Barrionuevo da Luz
2212adceb1
Merge pull request #877 from pydanny/pyup-update-collectfast-0.2.3-to-0.3.1
...
Update collectfast to 0.3.1
2016-11-04 11:29:53 -03:00
Fábio C. Barrionuevo da Luz
87fa2a704c
Merge pull request #876 from pydanny/pyup-update-opbeat-3.5.0-to-3.5.1
...
Update opbeat to 3.5.1
2016-11-04 11:29:39 -03:00
Fábio C. Barrionuevo da Luz
037d081253
Merge pull request #874 from pydanny/pyup-update-django-redis-4.5.0-to-4.6.0
...
Update django-redis to 4.6.0
2016-11-04 11:29:32 -03:00
pyup-bot
270bcef89c
Update collectfast from 0.2.3 to 0.3.1
2016-11-02 15:20:40 -07:00
pyup-bot
16dd3c498a
Update opbeat from 3.5.0 to 3.5.1
2016-11-02 12:20:40 -07:00
Jérôme Hugon
4f3e18d0cc
read the env, so the env works ( #863 )
...
Spend a whole afternoon tryin to make it works after reading your book... that was the solution
2016-11-02 10:03:52 -07:00
pyup-bot
01fe56aaa2
Update django-redis from 4.5.0 to 4.6.0
2016-11-02 08:36:39 -07:00
pyup.io bot
4212eb5446
Update django-anymail from 0.6 to 0.6.1 ( #873 )
2016-11-02 10:11:38 +01:00
pyup.io bot
a37b368668
Update django from 1.10.2 to 1.10.3 ( #872 )
2016-11-02 10:10:59 +01:00
Fábio C. Barrionuevo da Luz
ff582dc4d0
Merge pull request #866 from pydanny/pyup-update-opbeat-3.4.0-to-3.5.0
...
Update opbeat to 3.5.0
2016-10-27 08:55:14 -03:00
Fábio C. Barrionuevo da Luz
f2f2b2ba22
Merge pull request #864 from pydanny/pyup-update-django-braces-1.9.0-to-1.10.0
...
Update django-braces to 1.10.0
2016-10-27 08:54:58 -03:00
Fábio C. Barrionuevo da Luz
d85a2f0e70
Merge pull request #867 from pydanny/pyup-update-django-anymail-0.5-to-0.6
...
Update django-anymail to 0.6
2016-10-27 08:35:02 -03:00
Brent Payne
8147f1df47
update raven to version 5.31.0 to avoid runtime error caused by SentryMiddleware when running django wsgi with gunicorn in python 3.5
2016-10-26 17:47:33 -07:00
pyup-bot
b3c9dc6a30
Update django-anymail from 0.5 to 0.6
2016-10-25 11:59:52 -07:00
pyup-bot
e1a7215e98
Update opbeat from 3.4.0 to 3.5.0
2016-10-25 06:27:47 -07:00
pyup-bot
77606bcc95
Update django-braces from 1.9.0 to 1.10.0
2016-10-24 13:25:05 -07:00
pyup.io bot
1d13b1915d
Update django-test-plus to 1.0.16 ( #858 )
...
* Update django-test-plus from 1.0.15 to 1.0.16
* Update django-test-plus from 1.0.15 to 1.0.16
2016-10-20 17:08:43 +02:00
pyup.io bot
6eb3776d70
Update raven from 5.29.0 to 5.30.0 ( #859 )
2016-10-20 17:08:33 +02:00
shireenrao
85c7ff1288
remove html5.js as source no longer exists ( #853 )
...
* remove html5.js as source no longer exists
* Update the path for html5shiv
Added path https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js
2016-10-19 08:51:53 -07:00
pyup.io bot
fb576242a1
Update raven from 5.27.1 to 5.29.0 ( #856 )
2016-10-18 12:47:43 -07:00
pyup.io bot
f823f4ae94
Update boto from 2.42.0 to 2.43.0 ( #854 )
2016-10-18 12:47:31 -07:00
pyup.io bot
25feee54a5
Update pillow from 3.4.1 to 3.4.2 ( #857 )
2016-10-18 12:47:09 -07:00
pyup.io bot
f6bce5c5f7
Update django-allauth from 0.27.0 to 0.28.0 ( #849 )
2016-10-17 09:56:25 -07:00
pyup-bot
02ef6b76a4
Update django-crispy-forms from 1.6.0 to 1.6.1
2016-10-17 03:20:09 -07:00
Fábio C. Barrionuevo da Luz
3b3e53b57b
fix issue #847
2016-10-12 10:43:48 -03:00
René Muhl
77ce5f04ee
Upgrade django debug toolbar to 1.6 ( #844 )
...
* Replaced django-debug-toolbar github link with version 1.6
* Contributor update
2016-10-10 17:39:35 +02:00
Sam Collins
52e84608be
Added --noinput to migate command ( #842 )
...
When deploying with a stale content type the migration command can ask for user input which fails the deployment.
2016-10-08 14:55:02 -07:00
Daniel Roy Greenfeld
04a58d5b21
Removed Heroku instant deploy button
2016-10-07 13:55:15 -07:00
Marlon
bb15e5a02e
Create 403_csrf.html ( #803 )
...
This takes advantage of the ability to easily customize the 403 template for CSRF, introduced in Django 1.10.
2016-10-05 16:01:30 +02:00
pyup.io bot
50b883c7ea
Update pytz from 2016.6.1 to 2016.7 ( #835 )
2016-10-05 15:58:46 +02:00
pyup.io bot
01f80c7857
Update pillow from 3.3.1 to 3.4.1 ( #838 )
2016-10-05 15:58:38 +02:00
pyup.io bot
ef2b68115d
Update celery from 3.1.23 to 3.1.24 ( #831 )
2016-10-05 15:58:25 +02:00
pyup.io bot
ccedf35895
Update django from 1.10.1 to 1.10.2 ( #834 )
2016-10-05 15:58:16 +02:00
pyup-bot
024a9671c7
Update sphinx from 1.4.7 to 1.4.8
2016-10-01 09:20:26 -07:00
pyup.io bot
6446312eed
Update sphinx from 1.4.6 to 1.4.7 ( #832 )
2016-10-01 08:09:52 -07:00
Fabio C. Barrioneuvo da Luz
c1b389b27d
workaround to fix django-debug-toolbar issue #827
2016-09-29 13:12:11 -03:00
Fabio C. Barrioneuvo da Luz
bbcd408193
add django-debug-toolbar urlpatterns
2016-09-29 13:09:49 -03:00
Fábio C. Barrionuevo da Luz
2f8a7d0641
upgrade Sphinx to 1.4.6
2016-09-29 02:11:45 -03:00
pyup-bot
b28fe19f3a
Update pytest-django from 2.9.1 to 3.0.0
2016-09-29 01:48:42 -03:00
pyup-bot
80c569e2c2
Update pytest-django from 2.9.1 to 3.0.0
2016-09-29 01:48:42 -03:00
pyup-bot
3872cd08c3
Update raven from 5.27.0 to 5.27.1
2016-09-29 01:48:42 -03:00
pyup-bot
ef020ecd31
Update django-model-utils from 2.5.2 to 2.6
2016-09-29 01:48:42 -03:00
Fabio C. Barrioneuvo da Luz
8f045fc08c
update jquery to 3.1.1
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
e9fc2f0582
update django-redis and whitenoise version
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
97febbf8b4
removed django-autoslug until it's ready for 1.10
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
0e9eafbfc4
sync migrations with django1.10
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
b4e6e08100
change 'admin' url, to stay the same as generated by django 1.10
...
https://github.com/django/django/blob/1.10.1/django/conf/project_template/project_name/urls.py-tpl#L20
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
2aed9268b6
update frontend dependencies
2016-09-29 01:43:48 -03:00
Steve Steiner
6cbc513e6d
Make test_docker.sh tests pass by passing new password auth rules
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
6c0cb7ed72
update django to 1.10.1
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
4f9bb652f2
ignore F401 error on manage.py
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
178844d616
use manage.py from django 1.10
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
f040921d9a
add default AUTH_PASSWORD_VALIDATORS
2016-09-29 01:43:48 -03:00
Fabio C. Barrioneuvo da Luz
f2aab6edc3
rename MIDDLEWARE_CLASSES to MIDDLEWARE
2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
a091dcbae8
Fix elastic beanstalk checks
2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
d31e86fc8a
Now includes message for missing .env file. Fixed #819
2016-09-29 01:43:48 -03:00
Daniel Roy Greenfeld
cac685d909
Add Experimental AWS Elastic Beanstalk support ( #817 )
...
Includes:
* First pass at Elastic Beanstalk integration
* Gets code and elasticache working
* Very rudimentary documentation
* Includes post hook cleanup
2016-09-29 01:43:48 -03:00
Delio Castillo
3d25befb3f
Updates to anymail 0.5 and adds new config setting for MAILGUN_SENDER_DOMAIN
2016-09-22 11:42:16 -07:00
Delio Castillo
a4884bb5d7
Update nginx.conf ( #808 )
...
* Update nginx.conf
* Update .editorconfig
* Update .editorconfig
* Update nginx.conf
* Update .editorconfig
* Update .editorconfig
2016-09-20 23:22:47 +02:00
pyup.io bot
bb913b7507
Update raven from 5.26.0 to 5.27.0 ( #799 )
2016-09-18 23:11:25 +02:00
Audrey Roy Greenfeld
a46f3dd56b
Change template debugging back to False
...
Since we're no longer using django_coverage_plugin.
2016-09-16 11:49:13 -07:00
Audrey Roy Greenfeld
da42b3854d
Turn on template debugging in test settings
...
This resolves the following error:
``` bash
coverage run ./manage.py test --settings=config.settings.test
Coverage.py warning: Disabling plugin 'django_coverage_plugin.DjangoTemplatePlugin' due to an exception:
Traceback (most recent call last):
File "/Users/audreyr/.virtualenvs/everycheese/lib/python3.5/site-packages/coverage/control.py", line 517, in _should_trace_internal
file_tracer = plugin.file_tracer(canonical)
File "/Users/audreyr/.virtualenvs/everycheese/lib/python3.5/site-packages/django_coverage_plugin/plugin.py", line 154, in file_tracer
check_debug()
File "/Users/audreyr/.virtualenvs/everycheese/lib/python3.5/site-packages/django_coverage_plugin/plugin.py", line 69, in check_debug
"Template debugging must be enabled in settings."
django_coverage_plugin.plugin.DjangoTemplatePluginException: Template debugging must be enabled in settings.
```
2016-09-16 11:05:57 -07:00
Ray Ch
fc8e318193
NPM Logs ( #796 )
2016-09-16 15:28:22 +02:00
Daniel Roy Greenfeld
df22044745
Ignore output generated by django-compressor
2016-09-15 16:01:22 -07:00
Audrey Roy Greenfeld
9013f072a8
Test users app URL patterns
...
For the sake of completeness, and since regular expressions can be error-prone.
2016-09-14 15:51:18 -07:00
Audrey Roy Greenfeld
bf6d6b741c
Remove redundant comments
...
Thought these comments seemed unnecessary.
2016-09-14 15:32:58 -07:00
Audrey Roy Greenfeld
84ee2fc5ec
Convey button role to screen readers
...
See http://v4-alpha.getbootstrap.com/components/buttons/#button-tags for more on `role="button"` attribute
2016-09-13 13:14:45 -07:00
Audrey Roy Greenfeld
833e59f89c
Make navbar titlecasing consistent
2016-09-13 13:10:36 -07:00
Bartłomiej Kurzeja
d53afa6c96
Remove misleading comment ( #787 )
...
ImproperlyConfigured exception won't raise because default value is passed.
2016-09-12 15:52:49 +02:00
Jannis Gebauer
7d7b044432
Remove webpack and merge ( #778 ) ( #785 )
...
* Remove webpack and merge
* Put postgresql_version line back in cookiecutter.json
* Put goldhand back in contributors file, added ssteinerX
* Add *.egginfo to .gitignore
* Fix dangling endif in README.rst
2016-09-12 00:22:21 +02:00
Jannis Gebauer
6a9ec57bf5
removed django-coverage-plugin until it's ready for 1.10
2016-09-12 00:01:19 +02:00
Audrey Roy Greenfeld
04bd07bbef
Make user form template indentation consistent
2016-09-10 09:59:52 -07:00
Daniel Hepper
12aed4724e
Use app registry instead of INSTALLED_APPS to discover celery tasks ( #754 )
...
* Use app registry instead of INSTALLED_APPS to discover celery tasks. Fixes #717
* Added Daniel Hepper to contributors list
2016-09-10 13:33:25 +02:00
Alexandre Provencio
b2207f5768
Pep8 imports ( #767 )
2016-09-10 13:32:14 +02:00
Daniel Roy Greenfeld
28542a91a4
Removed floppyforms (see #703 )
...
While this is an awesome package...
* Nothing in Cookiecutter Django uses it
* Doesn't work with Django 1.10 yet
* Developers can add it themselves
2016-09-09 20:13:33 -07:00
Audrey Roy Greenfeld
2b2caaf6ce
Template indentation cleanup
2016-09-09 16:39:49 -07:00
Audrey Roy Greenfeld
8bbf83d3d7
Combine load tags, fix indentation
2016-09-09 16:29:18 -07:00
pyup.io bot
909b85291e
Update django-extensions from 1.7.3 to 1.7.4 ( #777 )
2016-09-08 11:19:14 +02:00
Peter Bittner
29049719d1
Correct header markup, reduce paragraph spacing ( #775 )
...
* Correct header markup, reduce paragraph spacing
* Add @bittner to contributors
2016-09-05 01:13:16 +02:00
Stanislav Shabalin
6f6f37cba8
replace unicode-slugify with awesome-slugify ( #761 )
2016-09-04 10:52:52 -07:00
Jannis Gebauer
3ad0f57ef5
Merge pull request #765 from aleprovencio/fix-compressor
...
Fix compressor section on common.py
2016-09-02 09:49:32 +02:00
Jannis Gebauer
0f527271a3
Merge pull request #766 from aleprovencio/separator-line
...
Put separator line following the current pattern
2016-09-02 09:49:16 +02:00
Jannis Gebauer
bf69bfe40e
Merge pull request #769 from aleprovencio/whitespace
...
Fix whitespace around operator
2016-09-02 09:48:41 +02:00
Jannis Gebauer
37ef48558a
Merge pull request #770 from pydanny/pyup-update-raven-5.25.0-to-5.26.0
...
Update raven to 5.26.0
2016-09-02 09:48:18 +02:00
Jannis Gebauer
30820b95f3
Merge pull request #763 from pydanny/pyup-update-werkzeug-0.11.10-to-0.11.11
...
Update werkzeug to 0.11.11
2016-09-02 09:47:34 +02:00
pyup-bot
b3c27b9b30
Update raven from 5.25.0 to 5.26.0
2016-08-31 14:34:56 -07:00
Alexandre Provencio
31c63f0d3f
Fix compressor section on common.py
2016-08-31 14:44:24 -03:00
Alexandre Provencio
86c1cd5f26
Fix whitespace around operator
2016-08-31 12:59:36 -03:00
Alexandre Provencio
b33b104251
Put separator line following the current pattern
2016-08-31 12:56:25 -03:00
Alexandre Provencio
3ad2d5c61e
Fix docstrings
2016-08-31 12:48:25 -03:00
pyup-bot
cf092b6269
Update werkzeug from 0.11.10 to 0.11.11
2016-08-31 06:19:54 -07:00
Jannis Gebauer
043ff3d8dc
Merge pull request #636 from mirskiy/master
...
Changed nginx confs for dockers new networking
2016-08-31 11:39:16 +02:00
pyup-bot
56f2048b32
Update django-extensions from 1.7.2 to 1.7.3
2016-08-26 12:58:51 -07:00
Philip Deuchler
887ba934e2
Fixes an issue with Jinja choking on a django template tag ( #759 )
...
* Fixes an issue with Jinja choking on a django template tag, similar to #278
* Same fix for field_errors_block.html
2016-08-26 12:35:48 -07:00
Daniel Roy Greenfeld
77c8abc4b0
merge
2016-08-26 11:27:36 -07:00
Daniel Roy Greenfeld
28293c0cad
Fixing the README.rst
2016-08-26 11:26:20 -07:00
Audrey Roy Greenfeld
de2c7198b2
Merge pull request #756 from Parbhat/Patch-2
...
fix: Gulpfile Issue #738 and correct order of PostgreSQL version
2016-08-26 11:10:59 -07:00
Audrey Roy Greenfeld
a2386c796c
Merge pull request #757 from pydanny/pyup-update-opbeat-3.3.4-to-3.4.0
...
Update opbeat to 3.4.0
2016-08-26 11:10:08 -07:00
Daniel Roy Greenfeld
c01d81b2fe
Added bootstrap4 templates to fix Crispy Forms
2016-08-26 10:40:18 -07:00
Daniel Roy Greenfeld
50573b1910
Formatting hack to get around crispy-forms unfortunate hardcoding in helpers.FormHelper
2016-08-26 09:33:36 -07:00
pyup-bot
6ce53bf6d8
Update opbeat from 3.3.4 to 3.4.0
2016-08-25 06:43:43 -07:00
Parbhat Puri
f5be5731cb
fix: Gulpfile Issue #738
2016-08-25 16:07:17 +05:30
Michael Luk
5f53ebe5f1
add missing 'raw' tag to fix jinja error ( #755 )
2016-08-25 13:27:25 +05:30
Daniel Roy Greenfeld
ba2673ab5f
Made Bootstrap4 Alpha 2 compliant
2016-08-24 19:31:13 -07:00
Audrey Roy Greenfeld
e1b3070abe
Add spaces around templated author name
2016-08-24 15:48:03 -07:00
pyup-bot
5ce00085d2
Update raven from 5.24.3 to 5.25.0
2016-08-23 15:49:30 -07:00
Jannis Gebauer
5dc41812d5
Update base.txt
2016-08-23 08:24:43 +02:00
Daniel Roy Greenfeld
d98bbcd70e
Fix #737 , so django-compressor works on Windows
2016-08-22 07:36:40 -07:00
Andreas Meistad
41059ff4df
Change use_python2 [N] to use_python3 [Y]
...
Fixes #747
2016-08-21 22:11:01 +02:00
pyup-bot
3b3948feec
Update django-allauth from 0.26.1 to 0.27.0
2016-08-19 07:10:12 -07:00
pyup-bot
ee31df81fa
Update django-test-plus from 1.0.14 to 1.0.15
2016-08-18 14:50:01 -07:00
pyup-bot
95e31d6554
Update django-test-plus from 1.0.14 to 1.0.15
2016-08-18 14:50:01 -07:00
Audrey Roy Greenfeld
7279aa29eb
Merge pull request #734 from pydanny/pyup-update-django-floppyforms-1.6.2-to-1.7.0
...
Update django-floppyforms to 1.7.0
2016-08-18 10:27:00 -07:00
Audrey Roy Greenfeld
3fc22c1f50
Merge pull request #735 from pydanny/pyup-update-django-extensions-1.7.1-to-1.7.2
...
Update django-extensions to 1.7.2
2016-08-18 10:26:39 -07:00
pyup-bot
24d03c477c
Update pillow from 3.3.0 to 3.3.1
2016-08-18 06:04:58 -07:00
Daniel Roy Greenfeld
87bb085550
Force rssmin to be installed without C extensions
2016-08-16 15:31:59 -07:00
Daniel Roy Greenfeld
f1f499ddd3
Update version to Django 1.9.9
2016-08-16 14:15:04 -07:00
Parbhat Puri
e5fe8fa935
fix: offset class modified in Bootstrap 4 alpha 3 ( #720 )
2016-08-16 12:22:56 -07:00
yunti
6224a15884
Update crispy forms template pack ( #718 )
...
Updated to be inline with bootstrap 4 currently used in the project
2016-08-16 12:22:16 -07:00
Jannis Gebauer
34631ad819
adds the ability to wait for the postgres container ( #736 )
2016-08-16 12:20:41 -07:00
pyup-bot
45fe8fafb1
Update django-extensions from 1.7.1 to 1.7.2
2016-08-16 05:04:45 -07:00
pyup-bot
d0638780fa
Update django-floppyforms from 1.6.2 to 1.7.0
2016-08-15 10:49:41 -07:00
Jannis Gebauer
eff9260acf
Merge pull request #731 from pydanny/pyup-update-django-model-utils-2.5.1-to-2.5.2
...
Update django-model-utils to 2.5.2
2016-08-11 14:30:26 +02:00
Jannis Gebauer
b646fccc4c
Merge pull request #732 from pydanny/pyup-update-django-compressor-2.0-to-2.1
...
Update django-compressor to 2.1
2016-08-11 14:30:19 +02:00
pyup-bot
676cee53b5
Update django-compressor from 2.0 to 2.1
2016-08-11 03:05:16 -07:00
pyup-bot
bb9bb72999
Update django-model-utils from 2.5.1 to 2.5.2
2016-08-11 03:05:08 -07:00
pyup-bot
7bde8e74ae
Update whitenoise from 3.2 to 3.2.1
2016-08-11 03:05:06 -07:00
Jannis Gebauer
39dc3d93e9
Merge pull request #723 from pydanny/pyup-update-raven-5.24.2-to-5.24.3
...
Update raven to 5.24.3
2016-08-11 11:43:13 +02:00
Jannis Gebauer
9bf319ff45
Merge pull request #725 from pydanny/pyup-update-django-extensions-1.6.7-to-1.7.1
...
Update django-extensions to 1.7.1
2016-08-11 11:42:57 +02:00
Burhan Khalid
716c179a03
postgresql versions are now selectable
2016-08-10 18:31:48 +03:00
pyup-bot
5e4980cd29
Update django-extensions from 1.6.7 to 1.7.1
2016-08-09 05:19:01 -07:00
pyup-bot
43df65afca
Update raven from 5.24.2 to 5.24.3
2016-08-08 12:48:56 -07:00
Jannis Gebauer
26561841f6
Merge pull request #719 from pydanny/pyup-update-raven-5.23.0-to-5.24.2
...
Update raven to 5.24.2
2016-08-08 13:12:48 +02:00
pyup-bot
312dd65acc
Update flake8 from 3.0.3 to 3.0.4
2016-08-08 03:48:55 -07:00
pyup-bot
795ac65034
Update raven from 5.23.0 to 5.24.2
2016-08-05 16:48:38 -07:00
Audrey Roy Greenfeld
603e36acf9
Upgrade to Bootstrap 4 Alpha 3
2016-08-03 16:03:43 -07:00
pyup-bot
2b0e185687
Update django-model-utils from 2.5 to 2.5.1
2016-08-03 07:48:24 -07:00
Fábio C. Barrionuevo da Luz
91aabe10d9
Merge pull request #695 from pydanny/pyup-update-coverage-4.1-to-4.2
...
Update coverage to 4.2
2016-07-30 09:31:55 -03:00
pyup-bot
1f1c0e31ef
Update flake8 from 3.0.1 to 3.0.3
2016-07-30 05:02:58 -07:00
pyup-bot
35ebc9bc00
Update coverage from 4.1 to 4.2
2016-07-26 14:10:15 -07:00
pyup-bot
8ba3d3ad86
Update coverage from 4.1 to 4.2
2016-07-26 14:10:14 -07:00
Jannis Gebauer
f6e27dd240
Merge pull request #693 from pydanny/pyup-update-django-allauth-0.25.2-to-0.26.1
...
Update django-allauth to 0.26.1
2016-07-26 10:15:26 +02:00
pyup-bot
564e3cea43
Update flake8 from 3.0.0 to 3.0.1
2016-07-25 17:55:06 -07:00
Dan Mirsky
b766b7c4bc
Fixes to support renewal with docker's new networking
...
Added new replacement variable for nginx-secure: ___NAMESERVER___. This
is parsed out from the system resolv.conf and used to resolve the
ip's of the containers dynamically
Modified nginx-secure.conf to resolve certbot dynamically
NOTE: if using `docker-compose run certbot ...`, set `--name certbot` so it
can be resolved properly
Added CMD /start.sh back in, guessing it was removed by accident
2016-07-25 13:14:18 -07:00
pyup-bot
bc699f55fd
Update django-allauth from 0.25.2 to 0.26.1
2016-07-25 12:40:05 -07:00
Jannis Gebauer
8ed195145a
Merge pull request #682 from pydanny/pyup-update-gevent-1.1.1-to-1.1.2
...
Update gevent to 1.1.2
2016-07-25 17:45:16 +02:00
Jannis Gebauer
f11e3f8329
Merge pull request #689 from pydanny/pyup-update-django-webpack-loader-0.3.0-to-0.3.3
...
Update django-webpack-loader to 0.3.3
2016-07-25 17:45:05 +02:00
Jannis Gebauer
e1d73dcb8e
Merge pull request #690 from pydanny/pyup-update-flake8-2.6.2-to-3.0.0
...
Update flake8 to 3.0.0
2016-07-25 17:44:57 +02:00
pyup-bot
4a0ad7bd2f
Update django-redis from 4.4.3 to 4.4.4
2016-07-25 05:25:00 -07:00
pyup-bot
4d773729f5
Update flake8 from 2.6.2 to 3.0.0
2016-07-25 04:25:01 -07:00
pyup-bot
d63e2e22ad
Update django-webpack-loader from 0.3.0 to 0.3.3
2016-07-24 12:54:58 -07:00
pyup-bot
df135c9a6f
Update gevent from 1.1.1 to 1.1.2
2016-07-21 07:54:37 -07:00
Jannis Gebauer
fc20db3ed6
remove sqlparse from dependencies
2016-07-21 11:32:28 +02:00
pyup-bot
1292e5b57b
Update django-debug-toolbar from 1.4 to 1.5
2016-07-21 02:24:35 -07:00
Jannis Gebauer
96722f53b3
Merge pull request #676 from pydanny/pyup-update-django-1.9.7-to-1.9.8
...
Update django to 1.9.8
2016-07-20 19:27:21 +02:00
Jannis Gebauer
7a0b9402b7
Merge pull request #678 from pydanny/pyup-update-boto-2.41.0-to-2.42.0
...
Update boto to 2.42.0
2016-07-20 19:27:15 +02:00
Jannis Gebauer
5ca39c4d86
adding debug_toolbar temporary workaround
2016-07-20 19:25:37 +02:00
pyup-bot
1afa107d68
Update boto from 2.41.0 to 2.42.0
2016-07-19 15:24:26 -07:00
pyup-bot
ffd26051c6
Update django from 1.9.7 to 1.9.8
2016-07-18 11:24:17 -07:00
Jannis Gebauer
d9abe0b6d0
Merge pull request #671 from pydanny/pyup-update-pytz-2016.4-to-2016.6.1
...
Update pytz to 2016.6.1
2016-07-16 11:56:22 +02:00
Jannis Gebauer
50125f1c44
Merge pull request #672 from pydanny/pyup-update-raven-5.22.0-to-5.23.0
...
Update raven to 5.23.0
2016-07-16 11:56:10 +02:00
Daniel Roy Greenfeld
b1e7f55b6b
Update common.py
2016-07-14 12:06:29 -07:00
pyup-bot
cc2cad0236
Update raven from 5.22.0 to 5.23.0
2016-07-14 03:23:49 -07:00
pyup-bot
dfa8138297
Update pytz from 2016.4 to 2016.6.1
2016-07-14 01:23:51 -07:00
pyup-bot
f9fe8891ac
Update sphinx from 1.4.4 to 1.4.5
2016-07-13 05:23:43 -07:00
pyup-bot
08d29de9a9
Update raven from 5.21.0 to 5.22.0
2016-07-07 07:38:06 -07:00
Fábio C. Barrionuevo da Luz
8182878dea
Merge pull request #661 from pydanny/pyup-update-pillow-3.2.0-to-3.3.0
...
Update pillow to 3.3.0
2016-07-07 08:27:25 -03:00
pyup-bot
ff483f0a5c
Update psycopg2 from 2.6.1 to 2.6.2
2016-07-06 19:38:04 -07:00
pyup-bot
5b6c3c75a5
Update psycopg2 from 2.6.1 to 2.6.2
2016-07-06 19:38:03 -07:00
pyup-bot
56493d2d50
Update psycopg2 from 2.6.1 to 2.6.2
2016-07-06 19:38:02 -07:00
pyup-bot
3bcaba103f
Update pillow from 3.2.0 to 3.3.0
2016-07-01 21:07:26 +08:00
pyup.io bot
02ce5b4250
Update boto from 2.40.0 to 2.41.0 ( #656 )
2016-06-28 12:22:48 +08:00
pyup-bot
552824d07b
Update opbeat from 3.3.3 to 3.3.4
2016-06-28 02:09:40 +08:00
pyup-bot
87cc7a9382
Update django-test-plus from 1.0.13 to 1.0.14
2016-06-27 15:48:02 +08:00
pyup-bot
fe80eaed13
Update django-test-plus from 1.0.13 to 1.0.14
2016-06-27 15:48:01 +08:00
pyup-bot
e0269c0826
Update flake8 from 2.5.5 to 2.6.2
2016-06-27 04:24:19 +08:00
Fábio C. Barrionuevo da Luz
82adefbf64
Merge pull request #639 from ddiazpinto/improve-install_os_dependencies
...
Improve `install_os_dependencies.sh`
2016-06-26 17:24:07 -03:00
David Díaz
f991913c24
Changed bash command substitution from command
to $(command)
2016-06-25 20:29:31 +02:00
Jannis Gebauer
248a5647f6
Merge pull request #627 from kappataumu/fix-574
...
Fix for issue #574
2016-06-24 22:43:05 +02:00
Jannis Gebauer
1d8bfe5554
Merge pull request #638 from jangeador/db-gzip
...
makes the database backups compressed. restores compressed backups
2016-06-24 22:40:43 +02:00
Jannis Gebauer
a9a5fd16a6
Merge pull request #644 from cgaspoz/master
...
Add GPLv3 licence support
2016-06-24 22:40:25 +02:00
pyup-bot
08fa635b5f
Update django-anymail from 0.4.1 to 0.4.2
2016-06-25 03:39:23 +08:00
Cédric Gaspoz
730e4fead1
Add GPLv3 licence support
2016-06-24 16:59:55 +02:00
Daniel Roy Greenfeld
7d04a1dfa2
Fix for #642
2016-06-24 07:00:44 +08:00
Audrey Roy Greenfeld
14729d8c04
Clean up module comment
2016-06-24 02:42:36 +08:00
Audrey Roy Greenfeld
958bdee3e5
Settings file for running tests faster
2016-06-24 02:41:44 +08:00
pyup-bot
08c5e3883f
Update django-anymail from 0.3.1 to 0.4.1
2016-06-23 08:54:12 +08:00
David Díaz
1aa7bfcf98
Improve install_os_dependencies.sh
2016-06-21 23:44:20 +02:00
Delio Castillo
3e866e0aab
makes the database backups compressed. restores compressed backups
2016-06-21 12:29:23 -07:00
Will Farley
8880e777d2
WIP: Add webpack as an option ( #610 )
...
* Add webpack as an option
Adds webpack as a js_taskrunner option to cookiecutter-json. Will clone @hzdg/cookiecutter-webpack --pydanny-django branch into the project using cookiecutter's api in post_hooks.
The static webpack project will be placed into the <project_slug>/static/<project_slug>/ directory.
The webpack configs are placed in the ./config/ directory.
The cookiecutter-webpack project includes react / redux / karma configurations that are brought into the project.
* Add webpack documentation
2016-06-19 12:24:43 -07:00
Dan Mirsky
5827e7fdb2
Changed nginx confs for dockers new networking
...
Docker got rid of legacy links so there are no longer env vars pointing
to other containers. Instead, we can reference the containers directly.
This fixes problems with let's encrypt related to missing env vars.
See notice at the top of
https://docs.docker.com/compose/link-env-deprecated/
2016-06-19 00:46:14 -07:00
Jannis Gebauer
d771f12a55
ignore flake8 2.6.0, closes #635
2016-06-18 22:30:08 +02:00
Daniel Roy Greenfeld
bf15e018c2
Switch to using apps.py with Users app
2016-06-18 13:18:40 -07:00
Jannis Gebauer
7bc86bb13b
Revert "Update flake8 to 2.6.0"
2016-06-18 10:10:15 +02:00
David
fc4077a3ff
Added OS requirements for Debian Jessie. ( #630 )
2016-06-17 19:17:31 -07:00
pyup.io bot
de2260fd3e
Update raven from 5.20.0 to 5.21.0 ( #628 )
2016-06-17 19:16:56 -07:00
Julien Almarcha
13faa21799
automatically update INTERNAL_IPS ( #600 )
...
* change local config to automatically update INTERNAL_IPS when developping with docker
* Update local.py
Move import to top
* Update local.py
Bug fix and remove blank line
* Update local.py
* flake8 compliance
* add env var check before updating INTERNAL_IPS
* flake8 compliance
* flake8 compliance
2016-06-17 19:09:08 -07:00
Andres Gonzalez
3d2385a3b6
Add django-compressor suport ( #568 )
...
* #342 Add compressor option to requirements
* #342 Add compressor to production settings
* #342 Add compressor to base template
* #342 Add settings to common.py and add tags to base template
* #342 Flake8 fix for tox tests
* #342 Remove redundant line
* #342 Add required options for S3 to production.py and added Env variable to enable/disable compression
* #342 Add required options for compressor on S3 to production.py
2016-06-17 19:07:45 -07:00
kappataumu
4c334c07b5
Fix automated conversion hiccup
2016-06-16 12:22:07 +00:00
kappataumu
a023333499
Change to Sign out for consistency
2016-06-16 12:16:20 +00:00
kappataumu
ee7b4dd108
Logout button class fix
2016-06-16 11:56:58 +00:00
kappataumu
6e7ac19f69
Change to Sign in for consistency
2016-06-16 11:54:03 +00:00
kappataumu
813032eff7
Fix buttons
2016-06-16 11:47:38 +00:00
kappataumu
9dda2a97da
Update base.html
2016-06-16 11:28:54 +00:00
kappataumu
473ee0760e
Sync with upstream
2016-06-16 11:28:23 +00:00
pyup.io bot
30bfba71bc
Update flake8 to 2.6.0 ( #625 )
...
* Update flake8 from 2.5.5 to 2.6.0
* Update flake8 from 2.5.5 to 2.6.0
2016-06-15 17:57:04 -07:00
pyup-bot
70c83be951
Update ipdb from 0.10.0 to 0.10.1
2016-06-14 14:11:20 -07:00
Audrey Roy Greenfeld
4b348812db
Merge pull request #617 from pydanny/pyup-update-flake8-2.5.4-to-2.5.5
...
Update flake8 to 2.5.5
2016-06-14 13:14:37 -07:00
Jannis Gebauer
02f566b1e4
Merge pull request #618 from pydanny/pyup-pin-sphinx-1.4.4
...
Pin sphinx to latest version 1.4.4
2016-06-14 17:51:19 +02:00
Jannis Gebauer
4103e2e2f7
Merge pull request #616 from pydanny/pyup-pin-opbeat-3.3.3
...
Pin opbeat to latest version 3.3.3
2016-06-14 17:51:06 +02:00
pyup-bot
3d23787ce0
Pin raven to latest version 5.20.0
2016-06-14 08:47:30 -07:00
pyup-bot
7666e6941c
Pin sphinx to latest version 1.4.4
2016-06-14 08:47:27 -07:00
pyup-bot
fe07429a26
Update flake8 from 2.5.4 to 2.5.5
2016-06-14 08:47:25 -07:00
pyup-bot
54feb6dd8c
Pin opbeat to latest version 3.3.3
2016-06-14 08:47:21 -07:00
Daniel Roy Greenfeld
36c58f1d2c
Use latest redis docker image
...
We use the latest Redis image because in Cookiecutter Django, Redis
is only used to store ephemeral data. By ephemeral data I mean
Celery tasks and various caching libraries.
2016-06-13 14:10:23 -07:00
Daniel Roy Greenfeld
a6c803aaeb
Combine RUN commands
2016-06-11 21:22:35 -07:00
Daniel Roy Greenfeld
18963edc2e
More explicit naming
2016-06-08 22:53:21 -07:00
Fábio C. Barrionuevo da Luz
1812546e99
Improve install_os_dependencies.sh ( #605 )
...
* rename requirements.apt -> requirements-trusty.apt
and requirements.apt.xenial -> requirements-xenial.apt
* improve install_os_dependencies.sh
* remove unused non-python requirements
* rename "install" function to "install_packages" and
"upgrade" function to "upgrade_packages" to solve shellcheck lint errors
2016-06-08 20:15:01 -07:00
Daniel Roy Greenfeld
e24b777a41
Added direct signup
2016-06-07 15:19:25 -07:00
kappataumu
83db25211d
Update Bootstrap CSS and JS to v4.0.0-alpha.2 minified. Fixes #589
2016-06-06 13:48:00 +00:00
requires.io
faa8eaf32d
[requires.io] dependency update
2016-06-05 16:30:21 -07:00
requires.io
5408ccbef9
[requires.io] dependency update
2016-06-05 16:30:20 -07:00
requires.io
d14be9939b
[requires.io] dependency update
2016-06-05 16:30:19 -07:00
requires.io
4f55274503
[requires.io] dependency update
2016-06-05 16:30:18 -07:00
Daniel Roy Greenfeld
a65a750464
Switch use_certbot to the MUCH more explicit use_letsencrypt
2016-06-05 13:17:19 -07:00
Daniel Roy Greenfeld
783e7f644e
Fix #390 #450
2016-06-05 12:32:05 -07:00
Daniel Roy Greenfeld
fd2e7dd0fe
Whitespace fix
2016-06-05 11:04:48 -07:00
Daniel Roy Greenfeld
f40f304457
Use sentry for error reporting
2016-06-05 10:47:07 -07:00
Daniel Roy Greenfeld
b2d0a86344
simplify cookiecutter.json
2016-06-04 17:16:48 -07:00
Daniel Roy Greenfeld
94cb04b389
merge @mjsisley #576
2016-06-04 10:21:44 -07:00
Vivian Guillen
cda3cfc641
merge in @@viviangb #585
2016-06-03 17:35:46 -07:00
mjsisley
fd9795992a
sync with master
2016-06-03 17:21:24 -07:00
mjsisley
60bfc7afa1
remove typo /start.sh
2016-06-03 17:07:07 -07:00
Leonardo
907b8ecfbd
Remove django-secure ( #579 )
...
* Eliminate django-secure from requirements and settings files
* Include secure defaults for django security middleware
* Add settings required by SecurityMiddleware
also remove django-secure in prod settings
* Eliminate empty spaces generated on Jinja on
config/settings/production.py
2016-06-03 16:07:27 -07:00
Daniel Roy Greenfeld
36ac82b1cf
Removed angular2
2016-06-03 14:07:25 -07:00
mjsisley
4b05499d49
swap COPY to ADD in nginx Dockerfile
2016-06-03 08:39:45 -07:00
mjsisley
b8e02d2189
Add certbot(letsencrypt) support for docker
2016-06-03 08:07:39 -07:00
Daniel Roy Greenfeld
05c521dd61
remove errant line
2016-05-29 14:53:26 -07:00
Daniel Roy Greenfeld
e84f0a488d
PEP8 fix
2016-05-29 10:08:39 -07:00
Audrey Roy Greenfeld
a658339b99
Switch from django-mailgun to django-anymail. Fix #539 .
2016-05-27 11:31:30 -07:00
Eman Calso
3717cbb6aa
Install python3-dev when not using python2 ( #551 )
...
* Install python3-dev if use_python2==n
By default, ubuntu-based distros would install python2-dev if you
install python-dev.
python3-dev should be installed explicitly if we're not using python2.
* Add Emanuel Calso to contributors
2016-05-23 14:46:34 -07:00
Jannis Gebauer
6915c2c89a
removed repo_name references
2016-05-22 20:50:07 +02:00
Jannis Gebauer
24d75ebe45
resolved merge conflicts
2016-05-22 20:18:08 +02:00
Audrey Roy Greenfeld
779365c9f0
Clarify how ROOT_DIR is calculated
2016-05-17 16:15:53 -07:00
Fabio C. Barrioneuvo da Luz
0601795f68
update requirements and changelog
2016-05-13 00:13:42 -03:00
Daniel Roy Greenfeld
c7c1d0bfa1
Remove Raven 404 catch middleware. Fix #367
2016-05-11 21:53:30 -07:00
Fabio C. Barrioneuvo da Luz
2b878fcf36
replace occurrences of readthedocs.org to readthedocs.io
2016-05-09 17:18:58 -03:00
Trung Dong Huynh
3c6898b3f6
Updated whitenoise configuration to match changes in version 3.0
...
(see http://whitenoise.evans.io/en/stable/changelog.html )
2016-05-08 11:55:32 +01:00
Audrey Roy Greenfeld
7897e0f48f
Merge
2016-05-06 23:53:58 -07:00
Fabio C. Barrioneuvo da Luz
9a2668b4f9
update version of Django, django-extensions and django-mailgun
2016-05-03 21:13:53 -03:00
Fabio C. Barrioneuvo da Luz
f72e35ea25
restore pycharm project configuration files
2016-05-01 20:28:34 -03:00
Simón Castillo
d7c8531e25
Small fixes to utility scripts ( #536 )
...
* Fix python install utility when not using Heroku
Don't try to install `requirements.txt` which doesn't exist unless using Heroku.
* Fix bad absolute paths
* Allow dependency installation from any location
2016-04-30 22:26:33 -07:00
Audrey Roy Greenfeld
b6bf40e973
Update to latest boto in prod
2016-04-29 13:55:29 -07:00
Audrey Roy Greenfeld
145a4bdf5c
Update local requirements
2016-04-29 13:54:49 -07:00
Audrey Roy Greenfeld
8b53200b0d
Generated readme cleanup
2016-04-26 19:18:31 -07:00
Daniel Roy Greenfeld
7dad5ac667
Removed Hitch per #529
2016-04-25 23:11:17 -07:00
Audrey Roy Greenfeld
5517bdd1bc
Update requirements
2016-04-25 22:59:02 -07:00
Audrey Roy Greenfeld
5bd3f03889
Update base requirements
2016-04-25 22:51:28 -07:00
Daniel Roy Greenfeld
7a5712c379
Check to confirm that the user has a modern version of Cookiecutter.
2016-04-25 14:10:39 -07:00
Audrey Roy Greenfeld
15f350f05e
Change repo_name to project_slug for clarity.
2016-04-20 10:00:35 -07:00