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
Daniel Roy Greenfeld
e085b40ab5
Update README.rst
2016-06-16 09:37:11 -07: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
Jannis Gebauer
caa8539409
Merge pull request #621 from pydanny/pyup-update-ipdb-0.10.0-to-0.10.1
...
Update ipdb to 0.10.1
2016-06-15 01:16:33 +02:00
Daniel Roy Greenfeld
0a6b06ebe4
Breakup the backups section for docker into its own document
2016-06-14 14:32:14 -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
Jannis Gebauer
8a5851c2ed
Merge pull request #619 from pydanny/pyup-pin-raven-5.20.0
...
Pin raven to latest version 5.20.0
2016-06-14 17:50:51 +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
3e9e8c3bae
Update flake8 from 2.5.4 to 2.5.5
2016-06-14 08:47:24 -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
Audrey Roy Greenfeld
ad4082ceae
Minor doc improvements
2016-06-13 08:40:48 -07:00
Audrey Roy Greenfeld
082765a4fb
Merge pull request #612 from kappataumu/fix-603
...
Fixes #603
2016-06-13 08:37:19 -07:00
Audrey Roy Greenfeld
ede6e7fcd1
Merge pull request #613 from kappataumu/docs-developing-locally-edit
...
Improve docs/developing-locally.rst
2016-06-13 08:36:20 -07:00
kappataumu
eeae4e8978
Move e-mail backend setup info for docker to the appropriate section
2016-06-13 12:56:12 +00:00
kappataumu
bfe72d5276
Point to the docs instead of repeating everything
2016-06-13 12:32:13 +00:00
kappataumu
1e47efac8a
Fix reST issues
2016-06-13 12:32:13 +00:00
kappataumu
8b8b13ed0d
Fixes #603
2016-06-13 11:29:23 +00:00
Daniel Roy Greenfeld
0b59df7af4
Warn about scaling nginx
2016-06-12 23:11:50 -07:00
Daniel Roy Greenfeld
a6c803aaeb
Combine RUN commands
2016-06-11 21:22:35 -07:00
Daniel Roy Greenfeld
8445d957c5
History
2016-06-11 21:20:24 -07:00
Antonia Blair
b100f2a00d
Tweak env vars section of docs ( #611 )
...
Thanks for the PR! 🍡
2016-06-11 20:50:25 -07:00
Daniel Roy Greenfeld
29eb48efe8
Update README.rst
2016-06-09 08:23:02 -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
b59d1b1520
Begin addition of pyup.io per #608
2016-06-08 20:11:12 -07:00
Audrey Roy Greenfeld
56efcaa475
Minor deployment-with-docker.rst improvements
2016-06-08 12:51:55 -07:00
Audrey Roy Greenfeld
ae5be42ff4
Reorder Docker deployment sections. Fix #606
2016-06-08 12:36:34 -07:00
Audrey Roy Greenfeld
3c980f13a3
More Docker docs tidying
2016-06-08 12:33:18 -07:00
Audrey Roy Greenfeld
7de7aed7ab
Copyright year in non-templated docs/ folder can't be templated
2016-06-08 11:31:33 -07:00
Audrey Roy Greenfeld
f358204bdc
Minor improvements to 'Deployment with Docker'. Part of #566
2016-06-08 11:12:10 -07:00
Daniel Roy Greenfeld
e24b777a41
Added direct signup
2016-06-07 15:19:25 -07:00
kappataumu
b8f58a08aa
Fixes issue #588 ( #597 )
2016-06-06 17:21:39 -07:00
Audrey Roy Greenfeld
430b9ba4e0
Merge pull request #598 from kappataumu/fix-contributors
...
Fix CONTRIBUTORS.rst (malformed table, unknown target name docutil errors)
2016-06-06 10:29:21 -07:00
kappataumu
c881b4ec33
[OCD] Sort alphabetically even though not needed
2016-06-06 17:18:18 +00:00
kappataumu
febd154ac8
Fix unknown target name docutil errors
2016-06-06 17:04:27 +00:00
kappataumu
b388ec1f57
Fix malformed table in CONTRIBUTORS.rst (broke in 38c6fb75ed
)
2016-06-06 17:04:27 +00:00
Fábio C. Barrionuevo da Luz
e2e0748e36
Merge pull request #595 from kappataumu/issue-589
...
Update Bootstrap CSS and JS to v4.0.0-alpha.2 minified. Fixes #589
2016-06-06 13:45:48 -03:00
kappataumu
7f1e4e29d6
Add self to CONTRIBUTORS.rst
2016-06-06 14:15:41 +00:00
kappataumu
437e5898c7
Update CHANGELOG.md
2016-06-06 14:14:41 +00: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
Audrey Roy Greenfeld
b9623c64a8
Merge pull request #593 from pydanny/requires-io-master
...
[requires.io] dependency update on master branch
2016-06-05 18:24:49 -07:00
Daniel Roy Greenfeld
203afd5c19
Fix borked Americanese to be English
2016-06-05 17:21:59 -07:00