Ecosyste.ms: OpenCollective

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

Cookiecutter Django

We're maintianing Cookiecutter Django, a project template to jumpstart production-ready Django projects quickly.
Collective - Host: opensource - https://opencollective.com/cookiecutter-django - Code: https://github.com/cookiecutter/cookiecutter-django

Update project.js

github.com/cookiecutter/cookiecutter-django - 27bc27e634c8b6b23f351cad5f52d4b860df0314 authored over 6 years ago by Hendrik Schneider <[email protected]>
Update tox to 3.1.1 (#1715)

This PR updates [tox](https://pypi.org/project/tox) from **3.0.0** to **3.1.1**.

<details...

github.com/cookiecutter/cookiecutter-django - 494492b1dbba8b96c03b700064c5956f225695fb authored over 6 years ago by pyup.io bot <[email protected]>
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

github.com/cookiecutter/cookiecutter-django - f92acfacc4742867a1ed8584963db188dd97e965 authored over 6 years ago by pyup.io bot <[email protected]>
Update django from 2.0.6 to 2.0.7 (#1707)

github.com/cookiecutter/cookiecutter-django - ed389e7401b92b988d04d4bb8bf0fd66007eb7bc authored over 6 years ago by pyup.io bot <[email protected]>
Update pillow from 5.1.0 to 5.2.0 (#1704)

github.com/cookiecutter/cookiecutter-django - 8586cb0cefe7b6b3467e57b17021ac66599edc90 authored over 6 years ago by pyup.io bot <[email protected]>
Add mypy to the local dependencies

github.com/cookiecutter/cookiecutter-django - d7a05cf69d30e7bdb2b735ad30cb26f1dc5ec1a9 authored over 6 years ago by Denis Orehovsky <[email protected]>
Update pytz from 2018.4 to 2018.5 (#1699)

github.com/cookiecutter/cookiecutter-django - f13c99f0a50892dbd35206176390e1821ae270bc authored over 6 years ago by pyup.io bot <[email protected]>
Remove utility/ when use_docker=y

github.com/cookiecutter/cookiecutter-django - ed7609f7153f297b674019df3a58f053f68f25c2 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Remove LICENSE for non open source projects

github.com/cookiecutter/cookiecutter-django - c5c6bace995473ab3d7a6c9c7927614660a430cd authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
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 police...

github.com/cookiecutter/cookiecutter-django - ac61117b59e8aaf8a644501f432cb71e8e5df9a2 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Merge pull request #1698 from pydanny/remove-inline-comments

remove inline comments of on heroku tutorial

github.com/cookiecutter/cookiecutter-django - b8e58961338193171bd477e12588bd26ecdc44c3 authored over 6 years ago by Fábio C. Barrionuevo da Luz <[email protected]>
remove inline comments of on heroku tutorial

github.com/cookiecutter/cookiecutter-django - 49c73feebb20bc29db51512028713bd6754c954e authored over 6 years ago by Fábio C. Barrionuevo da Luz <[email protected]>
Moved CELERY_BROKER_URL definition to .django env file to resolve error when Celery is not used (PR #1693)

github.com/cookiecutter/cookiecutter-django - 7c69704f9fe3351be10f976e6eb26f7e98932b33 authored over 6 years ago by Demetris Stavrou <[email protected]>
Added CELERY_BROKER_URL back to entrypoint and surrounded it with a conditional

github.com/cookiecutter/cookiecutter-django - 2c56b2e0e30196b2f89582a640170b3a5fae0145 authored over 6 years ago by Demetris Stavrou <[email protected]>
Redis config in local is now conditional on Celery.

github.com/cookiecutter/cookiecutter-django - d79f122bc93346ec2f8cbbe5fab6922737060321 authored over 6 years ago by Demetris Stavrou <[email protected]>
Added CELERY_BROKER_URL back to entrypoint and surrounded it with a conditional

github.com/cookiecutter/cookiecutter-django - c3026e7dfbf94960bc7416bf782dc69285cc0de1 authored over 6 years ago by Demetris Stavrou <[email protected]>
Rename project template Docker Compose volumes

Rationale: consistent image, volume etc. naming conventions

github.com/cookiecutter/cookiecutter-django - 3ac990267000baa673dafc79cca442459b33b840 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Upgrade Docker Compose project template configs to version 3

github.com/cookiecutter/cookiecutter-django - 0a9c0cb06acc4325f0fd2b5f33dff57db9747f2a authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Re-write users app tests in pytest style & perform minor refactoring (#1680)

github.com/cookiecutter/cookiecutter-django - 8ad7adb11ae276bc8452ba32e5fc7cb53d880b81 authored over 6 years ago by Nikita Shupeyko <[email protected]>
Integrate Flower with Docker Compose setup (#1655)

* Integrate Flower with Docker Compose setup locally

* Remove alien worker celeryd option

...

github.com/cookiecutter/cookiecutter-django - 275c13292c4d35a808fcb50ae57a05795395350a authored over 6 years ago by Nikita Shupeyko <[email protected]>
Merge pull request #1694 from delneg/patch-2

Make 'duplicate_username' message translatable

github.com/cookiecutter/cookiecutter-django - a183a8181dd12646cb3b308509528d153bb7cb87 authored over 6 years ago by Bruno Alla <[email protected]>
Update django-environ from 0.4.4 to 0.4.5 (#1695)

github.com/cookiecutter/cookiecutter-django - eb0297aeb32491de14fa2ae8fe2b6e85191c4198 authored over 6 years ago by pyup.io bot <[email protected]>
Make 'duplicate_username' message translatable

Added ugettext_lazy and used it on the 'duplicate_username' message

github.com/cookiecutter/cookiecutter-django - 0d1cfe548c933c489416d3f81d07cf2e8e0a10a5 authored over 6 years ago by Denis <[email protected]>
Rebased to resolve conficts

github.com/cookiecutter/cookiecutter-django - 184db8273f2b8b7505cc3a6062b83ddca8c64d0e authored over 6 years ago by Demetris Stavrou <[email protected]>
Moved CELERY_BROKER_URL definition to .django env file to resolve error when Celery is not used (PR #1693)

github.com/cookiecutter/cookiecutter-django - 065becf277d1d56207114aeefbb25f85f62a678d authored over 6 years ago by Demetris Stavrou <[email protected]>
Redis config in local is now conditional on Celery.

github.com/cookiecutter/cookiecutter-django - 72893b1d0678b9e248e16660e419fbd680b30d4f authored over 6 years ago by Demetris Stavrou <[email protected]>
Moved CELERY_BROKER_URL definition to .django env file to resolve error when Celery is not used (PR #1693)

github.com/cookiecutter/cookiecutter-django - 6f638078ebe6edcf6b1930658ba2ee4451c94c95 authored over 6 years ago by Demetris Stavrou <[email protected]>
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....

github.com/cookiecutter/cookiecutter-django - ee2bb3f2efef6add9a598597354ef5b3d3541f0b authored over 6 years ago by pyup.io bot <[email protected]>
Redis config in local is now conditional on Celery.

github.com/cookiecutter/cookiecutter-django - 867e2ad629a03a5678dc5bea87fcd06b94099599 authored over 6 years ago by Demetris Stavrou <[email protected]>
Add celery prefix for configuration (#1676)

* Add celery prefix for configuration

* Update CONTRIBUTORS.rst

github.com/cookiecutter/cookiecutter-django - 83b5f00ac55af641152e99c11b806ac62149dcfa authored over 6 years ago by Denis Orehovsky <[email protected]>
Extend & enhance Celery configuration (#1679)

* CELERY_TASK_TIME_LIMIT

* CELERY_TASK_SOFT_TIME_LIMIT

* CELERY_ALWAYS_EAGER -> CELERY_TAS...

github.com/cookiecutter/cookiecutter-django - 07060eaecc07c444470b91b0915b63b6f4fc88f7 authored over 6 years ago by Nikita Shupeyko <[email protected]>
Upgrade celery to 4.2 (#1446)

* Update celery to 4.1.0

* Re-add endif closing block

* Update local.py

* Update base.t...

github.com/cookiecutter/cookiecutter-django - 5309fbf5e7135087f61f58bb2a940d92596e371b authored over 6 years ago by Wan Liuyang <[email protected]>
Update pytest to 3.6.2 (#1690)

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

*T...

github.com/cookiecutter/cookiecutter-django - 75a0699848dd752c412e750da9fefe4006ba8454 authored over 6 years ago by pyup.io bot <[email protected]>
Merge commit 'f3d76a413422092a38b58167bdd4e7a3aea7b405'

github.com/cookiecutter/cookiecutter-django - 0ad88c7a80340f172881b78eded579140034f7ce authored over 6 years ago by Trung Dong Huynh <[email protected]>
Update celery from 3.1.25 to 3.1.26.post2 (#1683)

github.com/cookiecutter/cookiecutter-django - f3d76a413422092a38b58167bdd4e7a3aea7b405 authored over 6 years ago by pyup.io bot <[email protected]>
Merge pull request #1688 from pydanny/pyup-update-psycopg2-binary-2.7.4-to-2.7.5

Update psycopg2-binary to 2.7.5

github.com/cookiecutter/cookiecutter-django - a671f4bee372bc791fd969c1ea164a0a42cf63c1 authored over 6 years ago by Fábio C. Barrionuevo da Luz <[email protected]>
Update psycopg2-binary from 2.7.4 to 2.7.5

github.com/cookiecutter/cookiecutter-django - 24a7e535c66bc63ac37e112b26215c4eb9d43a51 authored over 6 years ago by pyup-bot <[email protected]>
Remove entry from other .gitignore causing compose/local to match

github.com/cookiecutter/cookiecutter-django - c6c8ca953afcd721bf7ef7b13b3f7a77587bacf9 authored over 6 years ago by Bruno Alla <[email protected]>
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

github.com/cookiecutter/cookiecutter-django - 16c4e31d0e7226ea61749ef56a2d400641535a7f authored over 6 years ago by Bruno Alla <[email protected]>
Merge pull request #1685 from pydanny/pyup-update-pytest-django-3.2.1-to-3.3.0

Update pytest-django to 3.3.0

github.com/cookiecutter/cookiecutter-django - fa5c77092053f7923419ddfd3a817a67f15a19f8 authored over 6 years ago by Bruno Alla <[email protected]>
Update pytest-django from 3.2.1 to 3.3.0

github.com/cookiecutter/cookiecutter-django - cec06b2d813c8a78396600f27871f6a5b8b2011c authored over 6 years ago by pyup-bot <[email protected]>
Update django-test-plus from 1.0.22 to 1.1.0

github.com/cookiecutter/cookiecutter-django - a9db5b09826e8c6e033c5f00d1ba736b56f44195 authored over 6 years ago by pyup-bot <[email protected]>
Merge pull request #1682 from pydanny/fix/gitignore-local-compose

Remove entry from .gitignore causing compose/local to match

github.com/cookiecutter/cookiecutter-django - ddfed26f3d765de2e39de2f5a0f4c76b9b77fd36 authored over 6 years ago by Bruno Alla <[email protected]>
Remove entry from .gitignore causing compose/local to match

github.com/cookiecutter/cookiecutter-django - 636b5f361d196cb15a3f4d07ac430988e124c499 authored over 6 years ago by Bruno Alla <[email protected]>
Update @pydanny and @webyneter bios

github.com/cookiecutter/cookiecutter-django - 75c423c88e2f5eb3038517314e81315c6fb7c6d3 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Remove duplicate Docker Compose service configuration

Rationale: those sections will always be there thanks to inheritance

github.com/cookiecutter/cookiecutter-django - 7d7eb787732762d693e9956d082d99c3bf2399a0 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Gitignore .pytest_cache/ in project template

github.com/cookiecutter/cookiecutter-django - 911e822e8559af56d5067a4e0db9d92debb9f401 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
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

github.com/cookiecutter/cookiecutter-django - 0ff3236ce4e3560b93e729ed5251cebe6ac46dde authored over 6 years ago by pyup.io bot <[email protected]>
Unset -o xtrace in compose start scripts

github.com/cookiecutter/cookiecutter-django - d8526d1b2d0e6d8b97a1a8b2183d295cbc91f0b4 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Upgrade postgres to 10.4

Closes #1669.

github.com/cookiecutter/cookiecutter-django - 27cf4f01da7f578edcb4d44386c980f95cb85804 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Rename UsersConfig to UsersAppConfig

github.com/cookiecutter/cookiecutter-django - c812e01fc5968a33871ba0ff4742bf7f9e9f04c6 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Rename CeleryConfig to CeleryAppConfig

github.com/cookiecutter/cookiecutter-django - 95d218e3e4de0ffda03245bba79d807f02679251 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Clean up .travis.yml

github.com/cookiecutter/cookiecutter-django - f25492d74f13d1f6a87ebbe0b9ad5f7223715b95 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Fix Py.Test unittests fail on new cookie

Fixes #1674

github.com/cookiecutter/cookiecutter-django - 5b5ad0e4fc97f540fdbda459adaa1ccc68cf6712 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Merge pull request #1671 from pydanny/pyup-update-django-2.0.5-to-2.0.6

Update django to 2.0.6

github.com/cookiecutter/cookiecutter-django - c951ac63920e8bca34679a2266bc9a435d748614 authored over 6 years ago by Fábio C. Barrionuevo da Luz <[email protected]>
Update django from 2.0.5 to 2.0.6

github.com/cookiecutter/cookiecutter-django - 77f87c453253c03cd76e04ec351e45acc3032e0a authored over 6 years ago by pyup-bot <[email protected]>
Update django-anymail from 2.2 to 3.0 (#1668)

github.com/cookiecutter/cookiecutter-django - cff7111edbdaf773641624320b6bb25c466ccdd6 authored over 6 years ago by pyup.io bot <[email protected]>
Update raven to 6.9.0 (#1667)

This PR updates [raven](https://pypi.org/project/raven) from **6.8.0** to **6.9.0**.

<det...

github.com/cookiecutter/cookiecutter-django - eea6cc94de48102a235533fa76dca4a4c2d561df authored over 6 years ago by pyup.io bot <[email protected]>
Merge pull request #1665 from pydanny/pyup-update-sphinx-1.7.4-to-1.7.5

Update sphinx to 1.7.5

github.com/cookiecutter/cookiecutter-django - 222b6cfcd619d24a83a9dac8300c7c9e755eaaab authored over 6 years ago by Bruno Alla <[email protected]>
Update sphinx from 1.7.4 to 1.7.5

github.com/cookiecutter/cookiecutter-django - a4240bcf085625c9b084eec5511a3a6cf53f9fb5 authored over 6 years ago by pyup-bot <[email protected]>
Remove set -o pipefail command from celerybeat start script

github.com/cookiecutter/cookiecutter-django - b8c7ae8b4bf65bca8530814f7dcaee0a31421352 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Remove set -o pipefail command from celeryworker start script

github.com/cookiecutter/cookiecutter-django - e08b6ab6f81c106097d347867e4274b8c9e8593a authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
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...

github.com/cookiecutter/cookiecutter-django - fe3f45ba7dbb52cb6018f538d02eefac059ca5b8 authored over 6 years ago by Nikita Shupeyko <[email protected]>
Added articles to README.rst (#1659)

* Added articles to README.rst

* Updated CONTRIBUTORS.rst

github.com/cookiecutter/cookiecutter-django - 225aca189c103bb733a6274bdf6010d815016364 authored over 6 years ago by msaizar <[email protected]>
chown django /start-(celerybeat|celeryworker) in production Django

github.com/cookiecutter/cookiecutter-django - 77f61de23655811b2d77caa84df3e852e92b23c8 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Remove project doc files likely to remain unused

github.com/cookiecutter/cookiecutter-django - 3a17f9bc271a7fff90c3dccbef86cd839975cf7d authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
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 h...

github.com/cookiecutter/cookiecutter-django - ea9a781cc88db7964077aca870d6e8d1e2b7ea58 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Split issue templates by categories (#1645)

* Add bug report template

* Add feature proposal template

* Add improvement template

* ...

github.com/cookiecutter/cookiecutter-django - 688cd45d1e648ec4be75faacfca97f9c9b896280 authored over 6 years ago by Nikita Shupeyko <[email protected]>
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

github.com/cookiecutter/cookiecutter-django - 39d897169c6985b6b97c39aa20324364b704acf7 authored over 6 years ago by pyup.io bot <[email protected]>
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 un...

github.com/cookiecutter/cookiecutter-django - c3b9f72f31b1af960f18c042f30630e33e1a7d68 authored over 6 years ago by Michel Sassano <[email protected]>
Fix latest Caddy version

github.com/cookiecutter/cookiecutter-django - 39c825a262ccec637d4c5d96e81fb22e9aefe44e authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Rename gunicorn script to start

github.com/cookiecutter/cookiecutter-django - 6cefe2b9dca692985638845b6188f139a61ca768 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Fix E303 in production.py

github.com/cookiecutter/cookiecutter-django - b069f8e40e49197fb8d9acadf5075dbc0b50159f authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Fix E402 in production.py

github.com/cookiecutter/cookiecutter-django - 600be33b857a7b32a09d704ba3763454f10abd77 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Remove redundant js_task_runner declaration from test_docker.sh

github.com/cookiecutter/cookiecutter-django - de56ad90993032587737e33224b7c219422f3103 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Fix flake8 errors in wsgi.py

github.com/cookiecutter/cookiecutter-django - 5b6c8a89d31d35c3a518f36e48220c20b5280f64 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Remove cookiecutter option defaults from docs

Rationale: duplicate values

github.com/cookiecutter/cookiecutter-django - ac82eab61c7fcc50d0a7d165ea264ccb1a7b729f authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Update README.rst

github.com/cookiecutter/cookiecutter-django - 9eebd077bd136255b72d4b359207b6ed61a2822a authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Opt out of WhiteNoise by default

github.com/cookiecutter/cookiecutter-django - b42b86da2085c1281e6f955c1d8776328d20b9fb authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Opt out of Sentry by default

github.com/cookiecutter/cookiecutter-django - b19c5f5d915240fb13c9cf3c396c14d9ef82d8aa authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Update PyCharm configs with respect to the latest IDE version

github.com/cookiecutter/cookiecutter-django - 8e429d7e3d5ad785b12f761b27197bd31ef5da27 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Commit local django start scripts back

github.com/cookiecutter/cookiecutter-django - 4a1ea2fb458862e1e4e0704ad0659b6408b1c4bb authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Commit local django celery start scripts back

github.com/cookiecutter/cookiecutter-django - cfff5b9d0866c8ec5dfc0a5a275a9d17f4ce1b3f authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Remove .sh ext from executable scripts

github.com/cookiecutter/cookiecutter-django - 849f64e1a52d5d0c1db768a9cd31b10a6e9db414 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Alter django entrypoint.sh output

github.com/cookiecutter/cookiecutter-django - 90953a83f202ddd3a6fa3b7cd58db6a32facbf69 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Refactor exec "$@" in django entrypoint.sh

github.com/cookiecutter/cookiecutter-django - 9b938647b44142a329e0e3daaf1c99ce202d55d8 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Merge pull request #1652 from emilepetrone/master

Added documentation for Docker deployment in detached mode

github.com/cookiecutter/cookiecutter-django - 4d3cdab2be2491ac73daa2402a0ccbc3f5d0188f authored over 6 years ago by Bruno Alla <[email protected]>
Upgrade Caddy to 0.11 and pin its version to minor rather than patch (#1653)

github.com/cookiecutter/cookiecutter-django - 820e3540da9638ed41c380c7d80324f942c00c54 authored over 6 years ago by Nikita Shupeyko <[email protected]>
Added documentation for Docker deployment in detached mode

github.com/cookiecutter/cookiecutter-django - 32f303f619c63fa53e8be60e24ca5a9836eb8066 authored over 6 years ago by Emile Petrone <[email protected]>
Merge pull request #1648 from hongquan/slugify

Replace awesome-slugify with python-slugify

github.com/cookiecutter/cookiecutter-django - 36529326d3f9e737f3a16986b383f3c48efb4a26 authored over 6 years ago by Bruno Alla <[email protected]>
Replace awesome-slugify with python-slugify

The former drags us from getting update with new libraries (e.g
Unidecode).

github.com/cookiecutter/cookiecutter-django - 39378e3b322bab5c11431f76eefc6c3f4291718f authored over 6 years ago by Nguyễn Hồng Quân <[email protected]>
Update deployment on Heroku to run migrations - refs #1646

github.com/cookiecutter/cookiecutter-django - 105f18efd09a49b86dea384d369c6946a9cc4e3d authored over 6 years ago by Bruno Alla <[email protected]>
Set `DEBUG=True` unconditionally in local config

github.com/cookiecutter/cookiecutter-django - c3baadd8c73417e09f5cb8a939926e8e68661404 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
`gunicorn --bind` instead of `gunicorn -b`

github.com/cookiecutter/cookiecutter-django - 091a3b6d0f36669f1d12aa08d5f628fcb4011973 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Don't migrate during Heroku release phase

Closes #1646.

github.com/cookiecutter/cookiecutter-django - 4bcd4c3343d8e2e9765190b1de192f69c36368cf authored over 6 years ago by Nikita P. Shupeyko <[email protected]>
Migrate to Django2 path urls (#1637)

* Change users urls to Django 2 paths

* Change config urls to Django 2 paths

* Change admi...

github.com/cookiecutter/cookiecutter-django - 6d4be405d83fa4a630db31e45407a25c0a1b2abd authored over 6 years ago by saschalalala <[email protected]>
Use string interpolation in production STATIC_URL

github.com/cookiecutter/cookiecutter-django - fd15b20a0832cf6a8b067a3eca2fdd7dd8f7a850 authored over 6 years ago by Nikita P. Shupeyko <[email protected]>