Commit Graph

210 Commits

Author SHA1 Message Date
Cole Mackenzie
00177b838f
Update CONTRIBUTORS.rst 2018-10-10 21:42:23 -06:00
Umair Ashraf
18ada469de added myself to contributors 2018-09-12 13:57:11 -04:00
Irfan
5427538dc7 Fix contributer github link 2018-09-01 11:55:31 +05: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
Diane DeMers Chen
0a858bf512 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_envs_in_vcs`, so I said yes, and when CC was building, it gave me the message: 
"[INFO]: .env(s) are only utilized when Docker Compose and/or Heroku support is enabled so keeping them does not make sense given your current setup." 
Seems like it could go in this documentation, and make things easier for newbies.

* Add me to CONTRIBUTORS.RST
2018-08-13 15:57:28 +03:00
John Cass
61be16a867 Update test coverage command for usage with py.test. 2018-07-18 17:15:44 +02: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
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
Hendrik Schneider
a03db9396c
Update CONTRIBUTORS.rst 2018-07-10 22:26:10 +00:00
Denis
548a92a939
Update CONTRIBUTORS.rst 2018-06-24 02:36:43 +03: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
msaizar
225aca189c Added articles to README.rst (#1659)
* Added articles to README.rst

* Updated CONTRIBUTORS.rst
2018-05-27 20:12:56 +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
Wan Liuyang
4191e85107
Add @sfdye to core team 2018-03-15 12:16:18 +08:00
Nikita P. Shupeyko
b15b63b67d Put @webyneter's first and last names in the proper order 2018-03-08 21:45:16 +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
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
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
Bruno Alla
a191f54c9b Fix a few broken links in the contributors list 2018-02-02 19:18:06 +00:00
Bruno Alla
e0ac7f9b73 Adding myself to the core developers list (#1475) 2018-02-02 11:04:24 -08: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
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
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
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
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
Bruno Alla
4e9f18b52d Add @browniebroke to CONTRIBUTORS.rst 2017-08-02 00:51:31 +01: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
Hamish Durkin
afb6b79fc3 Updated idea run configurations to work as explained in the docs (#1223) 2017-07-09 16:04:27 +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
Daniel Roy Greenfeld
fc2b861f6c Update CONTRIBUTORS.rst 2017-04-17 10:07:32 -07:00
Daniel Roy Greenfeld
adc8912339 Added @webyneter as a core contributor 2017-04-17 10:07:13 -07:00
William Archinal
f3ea2570ab Use Argon2 password hashing algorithm by default (#1079) 2017-03-16 19:19:42 -07:00
Fábio C. Barrionuevo da Luz
05dba885be add @myilmaz to contributors list 2017-02-15 16:40:38 -03:00
Fábio C. Barrionuevo da Luz
b89cccbfaf add @webyneter to contributors list 2017-02-10 09:02:02 -03:00
Matt Braymer-Hayes
5b75a9ccf2 1029: Fix typo in Docker deployment docs (#1030)
* #1029 Replace "wan't" with "want"

* #1029 Add self to CONTRIBUTORS.rst
2017-02-10 09:21:04 +01:00
Jimmy Gitonga
37a359bd41 Update CONTRIBUTORS.rst (#935) 2016-12-09 11:37:06 -08: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
Michael Gecht
3a7a75ad9c Add documentation for Docker users on Windows (#845)
* Added usage notice for Windows users with Docker

* Updated CONTRIBUTORS.rst
2016-11-02 10:12:06 +01: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
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
Daniel Roy Greenfeld
43971a2c3a Contributor update 2016-10-08 14:57:16 -07:00
Fábio C. Barrionuevo da Luz
06c175eb63 add @townie to CONTRIBUTORS 2016-09-30 15:46:32 -03: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
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
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
Audrey Roy Greenfeld
55e541a084 Add @parbhat to contributors 2016-08-26 12:04:26 -07:00
Dan Shultz
7ece2f36f4 Fix links in CONTRIBUTORS.rst (#751)
I noticed my GitHub name was not displaying properly because I did
not add a link, so I added a link for mine and another name with
the same issue.
2016-08-22 14:36:05 -07:00
Andreas Meistad
41059ff4df Change use_python2 [N] to use_python3 [Y]
Fixes #747
2016-08-21 22:11:01 +02:00
Dan Shultz
814df9bc6c Escape description and author_name in post_gen hook
Fixes #698
2016-07-27 16:34:32 -05:00
Delio Castillo
2e6fb2adb7 Update CONTRIBUTORS.rst 2016-06-27 09:55:33 -07:00
Cédric Gaspoz
730e4fead1
Add GPLv3 licence support 2016-06-24 16:59:55 +02: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
Daniel Roy Greenfeld
209db8aabc Changelog and contributors update 2016-06-17 19:25:35 -07:00
Antonia Blair
b100f2a00d Tweak env vars section of docs (#611)
Thanks for the PR! 🍡
2016-06-11 20:50:25 -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
kappataumu
7f1e4e29d6 Add self to CONTRIBUTORS.rst 2016-06-06 14:15:41 +00:00
Daniel Roy Greenfeld
95724dfbbc Add @chrisdev to contributors 2016-06-04 10:28:12 -07:00
Daniel Roy Greenfeld
94cb04b389 merge @mjsisley #576 2016-06-04 10:21:44 -07:00
Daniel Roy Greenfeld
38c6fb75ed Added @viviangb to contributors 2016-06-03 17:39:13 -07:00
mjsisley
fd9795992a sync with master 2016-06-03 17:21:24 -07:00
Daniel Roy Greenfeld
700ee39be8 Added @suledev to contributors list 2016-06-03 16:49:04 -07:00
Daniel Roy Greenfeld
c64027a5cf Add @xpostudio4 as a contributor 2016-06-03 16:09:55 -07:00
Daniel Roy Greenfeld
65b3de002c Added @mjsisley to the contributor list 2016-06-03 12:52:52 -07:00
mjsisley
b8e02d2189 Add certbot(letsencrypt) support for docker 2016-06-03 08:07:39 -07:00
Daniel Roy Greenfeld
6b9c6cbe64 Add @dot2dotseurat to changelog and history 2016-06-02 18:34:09 -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
40fac26175 added @phiberjenz 2016-05-22 20:21:58 +02:00
Dezoito
e206276269 Added article to README.rst (#545)
* Added fist version of gitlab ci file

* Added Link to CI Integration in GitLab and name to contributor's list

(Removed .gitlab-ci.yml due to issues building env in gitlab)
2016-05-15 09:01:05 -07:00
Fabio C. Barrioneuvo da Luz
8c3996439a update changelog 2016-05-09 17:01:51 -03:00
Daniel Roy Greenfeld
1a8969f73f Added missing contributors 2016-04-17 12:53:20 -07:00
Jannis Gebauer
dec0545ef7 Merge pull request #511 from epileptic-fish/features/readme-licence
Template license in README.rst based on user's choice.
2016-04-07 08:49:17 +02:00
Jannis Gebauer
ca508b8b58 adds @noisy to contributors 2016-04-07 08:48:02 +02:00
William Adams
b5ae65f538 Template license in README.rst based on user's choice. 2016-04-01 10:29:27 +01:00
Fabio C. Barrioneuvo da Luz
1616332af6 add @romanosipenko to CONTRIBUTORS list. Update changelog 2016-03-23 09:18:31 -03:00
Saurabh Kumar
b589120b65 Make sure all github handles have proper url 2016-03-14 09:30:00 +05:30
Saurabh Kumar
4567ef60f1 Add @ChrisPappalardo to list of contributors, update changelog 2016-03-14 09:22:04 +05:30
Jannis Gebauer
57f296b56a adds @aeikenberry and @menzenski to contributors 2016-03-08 10:45:30 +01:00
Eraldo Energy
5c51acd570 Updated contributors file 2016-02-16 18:38:44 +01:00
Fabio C. Barrioneuvo da Luz
6cd4ab6e81 update changelog 2016-02-15 22:50:40 -03:00
Audrey Roy Greenfeld
5756a61732 Add #469 by @originell to changelog/contributors. 2016-01-18 00:00:03 -08:00
Audrey Roy Greenfeld
56f12301d7 Add #468 to changelog. Add @Collederas to contributors. 2016-01-15 00:01:25 -08:00
Audrey Roy Greenfeld
97c582dd8b Minor cleanup to Contributors. 2016-01-06 21:44:05 -08:00
Audrey Roy Greenfeld
5a65c9e8a9 Merge contributors change. 2016-01-06 21:37:23 -08:00
Daniel Roy Greenfeld
49a57e7c6b Made @burhan a core committer 2016-01-04 13:54:59 -08:00
Jannis Gebauer
d7acf795c0 Adds Jan Van Bruggen to contributors 2015-12-30 20:59:02 +01:00
dsclementsen
cdd3932ff5 DJANGO_SENTRY_DSN env variable if use_sentry
Closes pydanny/cookiecutter-django#446
2015-12-16 17:53:28 +11:00
Daniel Roy Greenfeld
7d9eba607b Added @areski to our contributors list 2015-12-13 09:44:53 -08:00
Daniel Roy Greenfeld
677927d786 Merge of @burhans reorg 2015-12-06 16:07:42 -08:00
David Díaz
cc1da172f4 [IMP] django-allauth configuration: Allow enable or disable user registration using ACCOUNT_ALLOW_REGISTRATION setting. 2015-12-05 20:12:53 +01:00
Thomas Korrison
564cacd87b Update CONTRIBUTORS.rst 2015-12-01 14:29:56 +00:00
Jannis Gebauer
5aec6203c2 add Jon Miller to contributors 2015-11-22 23:28:27 +01:00
Fabio C. Barrioneuvo da Luz
1d9e0960bc add Jan Van Bruggen to CONTRIBUTORS. Update CHANGELOG 2015-11-22 13:56:55 -03:00
Daniel Roy Greenfeld
d6de05e971 Updated changelog and contributors. Now including @tedmiston 2015-11-20 08:55:41 -08:00
Daniel Roy Greenfeld
c5209bd7b5 Updated contributors and changelog for @keybit's work 2015-11-18 17:19:53 -08:00
Fábio C. Barrionuevo da Luz
782f93c68e add Cristian Vargas in CONTRIBUTORS list 2015-11-12 17:39:30 -03:00
Daniel Roy Greenfeld
28fe831700 Update CONTRIBUTORS.rst 2015-11-09 07:21:40 -08:00
Daniel Roy Greenfeld
01d756d57d Changelog update 2015-11-08 15:01:36 -08:00
Jay
fba95ab96d added Amjith Ramanujam to contributors 2015-11-07 20:15:41 +01:00
Jay
8b8405ddf7 added @ChrisPappalardo to contributors 2015-11-07 18:45:26 +01:00
Daniel Roy Greenfeld
811e98f4cf Contribution updates 2015-10-14 13:26:01 -07:00
Jannis Gebauer
1a7ef8106c Added Anna Callahan to contributors 2015-10-11 20:29:55 +02:00
Audrey Roy Greenfeld
7b2b12983b Add #363, #364 to changelog. Add @hairychris to contributors. 2015-10-04 10:53:12 -07:00
Audrey Roy Greenfeld
8b38a1229e Add @andor-pierdelacabeza to contributors. Add #350 to changelog. 2015-09-29 11:13:13 -07:00
Jannis Gebauer
ba85552732 Removed duplicate 2015-09-28 09:42:35 +02:00
Raphael Pierzina
17b3814193 Add @hackebrot to contributors 2015-09-26 11:07:49 +02:00
Raphael Pierzina
8187842971 Add a blank before core committer mark to be consistent 2015-09-26 11:01:56 +02:00
Raphael Pierzina
900385c0da Add rst bullet points to CONTRIBUTORS.rst 2015-09-26 10:47:21 +02:00
Raphael Pierzina
73c19f6046 Rename CONTRIBUTORS.txt to rst 2015-09-26 10:36:16 +02:00