Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cookiecutter/cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
https://github.com/cookiecutter/cookiecutter-django

Update pytest from 3.8.1 to 3.8.2

8ae766b7e5b8ad635c0b02b27f0195984ceee9b8 authored over 6 years ago by pyup-bot <[email protected]>
Update pytest from 3.8.1 to 3.8.2

57f6b8dac2ce526860d36e1ec1c8898c1251216e authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #1816 from pydanny/pyup-update-pillow-5.2.0-to-5.3.0

Update pillow to 5.3.0

5f8e074903ba8e48f0399a1f7872354a3a2f7a8f authored over 6 years ago by Bruno Alla <[email protected]>
Merge pull request #1817 from pydanny/pyup-update-django-2.0.8-to-2.0.9

Update django to 2.0.9

3517eb084e60942bd642838ceed453fea3eda05a authored over 6 years ago by Bruno Alla <[email protected]>
Update django from 2.0.8 to 2.0.9

a265756d480a38156acd680e26cfeaeeb3f5c6f2 authored over 6 years ago by pyup-bot <[email protected]>
Update pillow from 5.2.0 to 5.3.0

32591ed655fbbfc3f5a4c006c381a7858b068540 authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #1815 from pydanny/pyup-update-django-extensions-2.1.2-to-2.1.3

Update django-extensions to 2.1.3

3af5333bbbfc651c54aa1b585e76617c1be5f99a authored over 6 years ago by Bruno Alla <[email protected]>
Update django-extensions from 2.1.2 to 2.1.3

cc2602661e66ebbefe8a23eeaac9d7c24f776353 authored over 6 years ago by pyup-bot <[email protected]>
Update database setup instructions for developing locally

0de682f22d76978d8af7b4ee80e721d9e1941b21 authored over 6 years ago by Bruno Alla <[email protected]>
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

b626fac5c6ec1a845fb7e8c8f8fd8576084ed41c authored over 6 years ago by pyup.io bot <[email protected]>
Merge pull request #1814 from pydanny/pyup-update-sphinx-1.8.0-to-1.8.1

Update sphinx to 1.8.1

aafd1de765080a6a78418cf5acb888ecba2958ab authored over 6 years ago by Bruno Alla <[email protected]>
Update sphinx from 1.8.0 to 1.8.1

f259e0f17a51509faadca0f1a29446120bbbe168 authored over 6 years ago by pyup-bot <[email protected]>
Update tox from 3.2.1 to 3.4.0 (#1811)

c7055f38b80a5296dc219ec3e2c19829e6496ca1 authored over 6 years ago by pyup.io bot <[email protected]>
Update mypy from 0.620 to 0.630 (#1807)

78fb8c14752faa9c5a74b4f4ed7ad4d3426505ae authored over 6 years ago by pyup.io bot <[email protected]>
Merge pull request #1808 from pydanny/fix-variable-expansions

Avoid '$' in random string generation

809087a848f7bb8bd1e0a99d04aab154261ab8c9 authored over 6 years ago by Bruno Alla <[email protected]>
Avoid '$' in random string generation

Until the [upstream bug](https://github.com/joke2k/django-environ/issues/60) is fixed in django-...

11bb4cdb84f5467e8487d73c305efe0d319b1246 authored over 6 years ago by Bruno Alla <[email protected]>
Fix package.json

- Fix vertical spacing
- Fix jQuery dependency

3a611d4767cdf0cd1770c8716cac7a08f6692478 authored over 6 years ago by Bruno Alla <[email protected]>
Use a more specific version of python for venv

46ab5aefc764770d4e0e0ddfcea4d6767b5501c4 authored over 6 years ago by Bruno Alla <[email protected]>
Merge pull request #1801 from ChrisPappalardo/master

fixed production bugs in caddyfile and middleware

f4cfe6c7043393fefe6264bcf2752b217f306810 authored over 6 years ago by Bruno Alla <[email protected]>
Update pytest-django from 3.4.2 to 3.4.3 (#1806)

49a774085079326e41b2c5bc653f9dfd3f854992 authored over 6 years ago by pyup.io bot <[email protected]>
Update linters page for better syntax highlighting

fa162dc970f8743088fc92d4bfb1fe31902c0056 authored over 6 years ago by Bruno Alla <[email protected]>
Update settings page

- Add a few missing settings
- Remove outdated ones
- Detail behaviour with URL for databases

c51fd710d264bba37afe99ff38ca5cd1355dd5aa authored over 6 years ago by Bruno Alla <[email protected]>
Remove unused details for installing PostgreSQL, link to the official website

993de2d4091bc6ded88c4add15ddabf26dfc1f6a authored over 6 years ago by Bruno Alla <[email protected]>
Add a _static folder to silence Sphinx' warning

49e12332e807d00507e409d43610134edb14d5fd authored over 6 years ago by Bruno Alla <[email protected]>
Update documentation for bare metal local development

- Mention the need for Redis if Celery is selected
- Link to PostgreSQL & Redis download pages
-...

6dd64ddd5316d2ecd610fc95fc3714b2b1245a5d authored over 6 years ago by Bruno Alla <[email protected]>
Merge branch 'master' of github.com:ChrisPappalardo/cookiecutter-django

a956faa21e0c4879a32f1fe340394a407b2f7eb6 authored over 6 years ago by Chris Pappalardo <[email protected]>
fixed production bugs in caddyfile and middleware

ea53635a0aa65e3c5b1722a957c8c1386cfdf755 authored over 6 years ago by Chris Pappalardo <[email protected]>
removed extra bracket from redir line

73be494886b12cad9f95ee1bbd2d3e328ebe6fa0 authored over 6 years ago by Chris Pappalardo <[email protected]>
fixed production bugs in caddyfile and middleware

39e58fb0778860d072542ad42d78f6e391bc7b6b authored over 6 years ago by Chris Pappalardo <[email protected]>
Update whitenoise from 4.0 to 4.1 (#1797)

f60b6d464cf8fc1751894a0d4756858aad9a680e authored over 6 years ago by pyup.io bot <[email protected]>
Update sphinx from 1.7.9 to 1.8.0 (#1798)

4258ba9e2ddc822953e326f98f1f74842fa0fed1 authored over 6 years ago by pyup.io bot <[email protected]>
Merge pull request #1799 from umrashrf/b-fixed-s3-static-and-media-url-in-production-settings

Fixed S3 HTTP URL for /static and /media storages

64a4b598d8022b85b08afe5080b470c576a41772 authored over 6 years ago by Bruno Alla <[email protected]>
added myself to contributors

18ada469de35fed1d8b7ffe9d299032fc62848bb authored over 6 years ago by Umair Ashraf <[email protected]>
fixed s3 http url for static and media storage

bf6c7e8e9c4fa921312737b155d07cd30126ed75 authored over 6 years ago by Umair Ashraf <[email protected]>
Merge pull request #1795 from pydanny/pyup-update-django-debug-toolbar-1.10-to-1.10.1

Update django-debug-toolbar to 1.10.1

87db64ec85592ad923865adb17b082d60d8efb7a authored over 6 years ago by Fábio C. Barrionuevo da Luz <[email protected]>
Update django-debug-toolbar from 1.10 to 1.10.1

ae4225e2ea323c367e797da5500d1be9cc8e2f3a authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #1777 from pydanny/doc/grunt-cleanup

Cleanup outdated references to Grunt & Compass

e50b0d333ea9aac2b6da27327aebcf889edb504e authored over 6 years ago by Bruno Alla <[email protected]>
Merge pull request #1749 from pydanny/update-bug-template

Update bug issue template to ask to include the replay file

edf5cd46f867bdaa70a8f15f247e06e3d9d3f5d7 authored over 6 years ago by Bruno Alla <[email protected]>
Rename custom S3Boto3Storage subclasses (#1784)

Closes #1788

This PR preps for the upcoming `django-storages` 2.X:

1. ~~Explicitly set de...

de5504f41466006890d12562de96d110dcdc08c7 authored over 6 years ago by Wan Liuyang <[email protected]>
Merge pull request #1790 from pydanny/pyup-update-pytest-3.7.4-to-3.8.0

Update pytest to 3.8.0

8dddd913c2c00c756e3336ff2c1ac5177bb0c0cd authored over 6 years ago by Bruno Alla <[email protected]>
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

e6a773c3d53de0c728dda7f1c2e86b97ae67b252 authored over 6 years ago by Bruno Alla <[email protected]>
Update django-anymail to 4.2 (#1792)

This PR updates [django-anymail[mailgun]](https://pypi.org/project/django-anymail) from **4.1** ...

6628fff9a0865f715b0f930f68ad56d3734c47de authored over 6 years ago by pyup.io bot <[email protected]>
Update django-coverage-plugin from 1.5.0 to 1.6.0

028cf5c5ebecee78f642d15cd21d3b0e12e9eecc authored over 6 years ago by pyup-bot <[email protected]>
Update django-debug-toolbar from 1.9.1 to 1.10 (#1789)

ffbec778a6fb3b0231755bb40560f4af83b7643c authored over 6 years ago by pyup.io bot <[email protected]>
Update pytest from 3.7.4 to 3.8.0

bb837784aef780f9ff2126e168cb4570dda6af53 authored over 6 years ago by pyup-bot <[email protected]>
Update pytest from 3.7.4 to 3.8.0

cd8bab5fdceae1856a3f78b10fa7dbfae9b07e3b authored over 6 years ago by pyup-bot <[email protected]>
Update sphinx to 1.7.9 (#1787)

This PR updates [Sphinx](https://pypi.org/project/Sphinx) from **1.7.8** to **1.7.9**.

<d...

ff6e58e56034037769bb03309bf8c3a3f1ffc48b authored over 6 years ago by pyup.io bot <[email protected]>
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....

602bb22a2e959f1a82e8f797b61e76d7d736dab3 authored over 6 years ago by pyup.io bot <[email protected]>
Remove references to Compass as it's no longer required

Also it's no longer maintained: https://github.com/Compass/compass

078c1fb8ba3acf68fdb5ca6476a42e379b1d97ce authored over 6 years ago by Bruno Alla <[email protected]>
Merge pull request #1780 from erfaan/1771-use-full-fledge-class-for-s3

1771 use full fledge class for s3

676e17029cd97cdb5e675d82ae3b814d8d2ed6c0 authored over 6 years ago by Bruno Alla <[email protected]>
Fix contributer github link

5427538dc74a5cbf1c49e62a241f8ed90a756a9b authored over 6 years ago by Irfan <[email protected]>
Fix #1771: Use full-fledge S3 Storage class in production settings

sorl-thumbnail serialized and deserializes the storage class and during this
process location pa...

27ae9c36e407559df2e2b892c5e20ee8df546007 authored over 6 years ago by Irfan <[email protected]>
Cleanup outdated references to Grunt - fixes #1721

ebcd5ec09889078efaf1668462744e0d4e1257e0 authored over 6 years ago by Bruno Alla <[email protected]>
Remove duplicate link to the main cookiecutter repo

cf8287e5763d3057540ac24fe85c422b7d59413c authored over 6 years ago by Bruno Alla <[email protected]>
Merge pull request #1776 from pydanny/pyup-update-pytest-3.7.3-to-3.7.4

Update pytest to 3.7.4

256ff797a62e411bb7f7d55cd9fe1098428007af authored over 6 years ago by Bruno Alla <[email protected]>
Update pytest from 3.7.3 to 3.7.4

1ffe82dba91f497ac5337a9456b5446abaa31790 authored over 6 years ago by pyup-bot <[email protected]>
Update pytest from 3.7.3 to 3.7.4

20931dfb6f34fa80c14ca4596d2c3d3023d44858 authored over 6 years ago by pyup-bot <[email protected]>
Merge commit '4b6e2b503a4fdc9739574c78b7f953c18def855a'

7510e009e621966e71484085e37f63993089bd9d authored over 6 years ago by Trung Dong Huynh <[email protected]>
Merge pull request #1706 from apirobot/mypy

Add mypy to the local dependencies

4b6e2b503a4fdc9739574c78b7f953c18def855a authored over 6 years ago by Bruno Alla <[email protected]>
Merge branch 'master' into mypy

b5d782e252d922d5aef6b7891d767657a897fd45 authored over 6 years ago by Bruno Alla <[email protected]>
Update sphinx to 1.7.8 (#1772)

This PR updates [Sphinx](https://pypi.org/project/Sphinx) from **1.7.7** to **1.7.8**.

<d...

4a090b86722eff4028fa848e4bb8db092fe3e2a5 authored over 6 years ago by pyup.io bot <[email protected]>
Merge pull request #1757 from apirobot/fix-test_docker

Fix running tests in test_docker.sh file

c0a452bb5b5afd5e21610193cf7d4955e995d4d4 authored over 6 years ago by Bruno Alla <[email protected]>
Update django-anymail from 3.0 to 4.1 (#1769)

217976a8da5ebd7ba920267bffd9592a9665c3da authored over 6 years ago by pyup.io bot <[email protected]>
Update django-allauth from 0.36.0 to 0.37.1 (#1768)

53945865d68a4cc8aa3f4a86d6da6609df4fc352 authored over 6 years ago by pyup.io bot <[email protected]>
Update django-extensions to 2.1.2 (#1770)

This PR updates [django-extensions](https://pypi.org/project/django-extensions) from **2.1.0** t...

95f543878725d4d2beb5ed89687a19eb18b7cf6a authored over 6 years ago by pyup.io bot <[email protected]>
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

967bdb89c3ba212b876c87dfdac21dbed9cbe762 authored over 6 years ago by pyup.io bot <[email protected]>
Update sphinx from 1.7.6 to 1.7.7 (#1759)

d95bdc6a378062382c536da07364bf8c46f8ea9c authored over 6 years ago by pyup.io bot <[email protected]>
Update pytest-django from 3.4.1 to 3.4.2 (#1760)

7485ac28be07e5c1c123dcf35b40ed770ca9a308 authored over 6 years ago by pyup.io bot <[email protected]>
Update argon2-cffi from 18.2.0 to 18.3.0 (#1758)

e81f7abbd76ed519e73d5ef325b53355ebef03fd authored over 6 years ago by pyup.io bot <[email protected]>
Fix running tests in test_docker.sh file

80e0862ff009e27e948138f66861b1db46e74686 authored over 6 years ago by Denis Orehovsky <[email protected]>
Run type checks in test_docker

c18a2fca8c5ddc5cf458f4f473bb07b036aed2e4 authored over 6 years ago by Denis Orehovsky <[email protected]>
Merge branch 'master' into mypy

78efa64f7333fbbfcf767ef2662ab7fdca5dac67 authored over 6 years ago by Denis Orehovsky <[email protected]>
Update argon2-cffi from 18.1.0 to 18.2.0 (#1756)

44b924b54f97ed4bc7f050a557fcb445e86d506f authored over 6 years ago by pyup.io bot <[email protected]>
Update pytest to 3.7.2 (#1755)

This PR updates [pytest](https://pypi.org/project/pytest) from **3.7.1** to **3.7.2**.

<d...

eb8e2a33c8df870cdb8ca19cdd16d7d94831fe20 authored over 6 years ago by pyup.io bot <[email protected]>
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....

b8f6f43a606458fc79adeca15a23528c47a852fa authored over 6 years ago by pyup.io bot <[email protected]>
Update bug issue template to ask to include the replay file

Often, users report issues due to a specific combination of options, which required to get them....

40cd1fc2ee6344bb8aedbfcc4082671be101dd47 authored over 6 years ago by Bruno Alla <[email protected]>
Update whitenoise from 3.3.1 to 4.0 (#1745)

36f3558ccc934e19ba54cfe16c92abb5d720b5bd authored over 6 years ago by pyup.io bot <[email protected]>
Update tox from 3.1.3 to 3.2.1 (#1744)

d726202cae5fc129964b4e67ac90ed50cb245879 authored over 6 years ago by pyup.io bot <[email protected]>
Add note about using keep_local_envs_in_vcs (#1735)

* Add note about using keep_local_envs_in_vcs

As a newbie, I wasn't sure about `keep_local_en...

0a858bf512affa264e1a16bd9746e3f527213800 authored over 6 years ago by Diane DeMers Chen <[email protected]>
Merge pull request #1737 from pydanny/pyup-update-tox-3.1.2-to-3.1.3

Update tox to 3.1.3

28160d06ac15635a3596db53bf53493bc252f141 authored over 6 years ago by Bruno Alla <[email protected]>
Update tox from 3.1.2 to 3.1.3

7401be4de077a8f7558df7586ddf6e11dcbf4db4 authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #1736 from pydanny/pyup-update-pytest-3.6.4-to-3.7.1

Update pytest to 3.7.1

c7e439aa2db817643e98a79234f37ba086819e1f authored over 6 years ago by Bruno Alla <[email protected]>
Update pytest from 3.6.4 to 3.7.1

d78978abd5ffbca3042586475f228cfd1b2a8437 authored over 6 years ago by pyup-bot <[email protected]>
Update pytest from 3.6.4 to 3.7.1

0aa761ef45029e23a33b1e2c2be392a301a068fc authored over 6 years ago by pyup-bot <[email protected]>
Update django to 2.0.8 (#1734)

This PR updates [django](https://pypi.org/project/django) from **2.0.7** to **2.0.8**.

<d...

dc1119591708af709788f5902dcd966491741ac1 authored over 6 years ago by pyup.io bot <[email protected]>
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

6c2a130e3db8d8e55ab1a7160321555ac9408e81 authored over 6 years ago by pyup.io bot <[email protected]>
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....

55debd5b6b6aa72ba29309960430426f9d97b9e8 authored over 6 years ago by pyup.io bot <[email protected]>
Merge pull request #1722 from pydanny/pyup-update-celery-4.2.0-to-4.2.1

Update celery to 4.2.1

6865f5b21fb8bf522bc12237ba17323999f803f0 authored over 6 years ago by Bruno Alla <[email protected]>
Merge pull request #1723 from jcass77/master

Update test coverage command to use py.test.

8d53d041eb4316ec5c6d44b3ee3914d9c2927b04 authored over 6 years ago by Bruno Alla <[email protected]>
Use pytest's recommended command as the entry point for running tests.

bb01d961edb73848c29f387974dd89ca639d446b authored over 6 years ago by John Cass <[email protected]>
Update test coverage command for usage with py.test.

61be16a867e106f61db298afbb94c8c5ea2349f2 authored over 6 years ago by John Cass <[email protected]>
Update celery from 4.2.0 to 4.2.1

72d6be7883f7afd2b5642cdbd01d28ddeda69b77 authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #1717 from hendrikschneider/master

removed default action from project.js #1716

95ee1f159ddaf481192e49235738785d1bfb8427 authored over 6 years ago by Bruno Alla <[email protected]>
Update sphinx from 1.7.5 to 1.7.6 (#1719)

e34ab9b87594f684ce5223c9b7f7c5b57a6e022d authored over 6 years ago by pyup.io bot <[email protected]>
Update django-extensions to 2.1.0 (#1720)

This PR updates [django-extensions](https://pypi.org/project/django-extensions) from **2.0.7** t...

399cce6eb72a8f2c609c8b7dd43b7a7c75cffe15 authored over 6 years ago by pyup.io bot <[email protected]>
Update tox from 3.1.1 to 3.1.2 (#1718)

e6d33da298e72314768f38374e9dfb19702947e8 authored over 6 years ago by pyup.io bot <[email protected]>
Update bootstrap to 4.1.1 (#1697)

* Update Bootstrap to 4.1.1

* Add myself to contributors

80f6b1958e577addd92d733f65b864491bb77100 authored over 6 years ago by Mateusz Ostaszewski <[email protected]>
Upgrade Heroku to the latest Python 3.6.x: 3.6.6

19b75e4dd1530649415573f326aa3e52e8c521b7 authored over 6 years ago by Bruno Alla <[email protected]>
Update project.js

9932ea3b18fb1ee9eca9e4688516329a41e2f1cf authored over 6 years ago by Hendrik Schneider <[email protected]>
Update CONTRIBUTORS.rst

a03db9396c8aa6df1d2c4617abab70cbb6a404bb authored over 6 years ago by Hendrik Schneider <[email protected]>