Commit Graph

2226 Commits

Author SHA1 Message Date
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
Fábio C. Barrionuevo da Luz
7bb1d1af21 fix Caddy link and add LetsEncrypt link on README 2017-08-25 09:47:02 -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
Fábio C. Barrionuevo da Luz
2de6b86413 Merge pull request #1293 from pydanny/pyup-update-boto3-1.4.5-to-1.4.6
Update boto3 to 1.4.6
2017-08-23 14:18:46 -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
Fábio C. Barrionuevo da Luz
6e9537d987 Merge pull request #1285 from pydanny/pyup-update-pytest-sugar-0.8.0-to-0.9.0
Update pytest-sugar to 0.9.0
2017-08-15 08:15:29 -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
5492a2b387 update with instructions for caddy, removing nginx 2017-08-14 11:48:17 +02:00
Jannis Gebauer
e4d94b52d5 add support option 2017-08-11 13:02:11 +02:00
Jannis Gebauer
abf8f2c97a add caddy to feature list 2017-08-11 11:28:42 +02: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
Fábio C. Barrionuevo da Luz
a5129ecbe4 Merge pull request #1279 from pydanny/pyup-update-pytest-3.2.0-to-3.2.1
Update pytest to 3.2.1
2017-08-10 09:13:10 -03:00
pyup-bot
16f6677de8 Update pytest from 3.2.0 to 3.2.1 2017-08-09 20:03:27 -07: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
pyup.io bot
c90480b6df Update binaryornot from 0.4.3 to 0.4.4 (#1274) 2017-08-03 19:29:01 +03:00
pyup.io bot
0e6b5f3c66 Update pyflakes from 1.5.0 to 1.6.0 (#1275) 2017-08-03 19:28:48 +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
pyup.io bot
c5ed6173b2 Update pytest from 3.1.3 to 3.2.0 (#1271) 2017-08-02 08:15:51 +03:00
Bruno Alla
4e9f18b52d Add @browniebroke to CONTRIBUTORS.rst 2017-08-02 00:51:31 +01: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
Ben Warren
ffedad9103 Add project generation option docs (#1267)
* Add project generation option docs

* Alter wording
2017-08-01 20:06:07 +03:00
Nathan Victor
b4e68a6bf1 Update 404 with how to link (#1244) 2017-07-31 16:57:33 +03:00
orzarchi
d36ff72c0f Fix gulpfile default task stuck on runServer (#1260) 2017-07-31 16:04:36 +03:00
Shupeyko Nikita
fe903e5c14 Fix docs erros/typos (#1264)
* Fix #.1

* Fix #.2

[Running management commands: "docker-compose -f production.yml run" to "docker-compose -f local.yml run'](https://cookiecutter-django.readthedocs.io/en/latest/developing-locally-docker.html#running-management-commands).

* Fix #.3

Designate @bertdemiranda as a contributor (#1242).
2017-07-31 13:27:58 +03:00
Bert de Miranda
ce33b0c498 Update developing-locally-docker.rst (#1242) 2017-07-31 13:16:38 +03:00
Nikita P. Shupeyko
394880a468 Remove latest PyPI version badge
For the same reason as in #1203.
2017-07-31 12:58:29 +03:00
Shupeyko Nikita
32b429a3bf Add PyPi badge indicating the latest stable release available (#1262)
Closes #1202.
2017-07-31 12:47:29 +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
Shupeyko Nikita
37837e9902 Fix ALLOWED_HOSTS (#1164) 2017-07-30 15:43:01 +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