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