rguptar
49b3bb8ffe
Add Azure Storage as an option to serve static and media files ( #3967 )
...
Fix https://github.com/cookiecutter/cookiecutter-django/issues/2301
2022-11-30 18:26:58 +00:00
Jimmy Gitonga
bc71a326da
Update postgres versions ( #3712 )
...
* REFACTOR: Update PostgreSQL versions that fix some security issues.
* CHORE: Update PostgreSQL versions that fix some security issues.
2022-05-16 11:39:19 +01:00
Bruno Alla
ab4a32d558
Unify compressor, gulp and custom bootstrap options ( #3535 )
2022-03-20 15:00:40 +00:00
Bruno Alla
5fd9b9ab8c
Reword introduction in documentation ( #3452 )
2021-12-08 18:05:19 +00:00
mpoli
145d65aeff
Bump Postgres to 13.5 12.9 11.14 10.19; add 14.1 ( #3428 )
2021-11-22 09:26:46 +00:00
Charlie Macfarlane Brodie
5529c44b16
Update available postgres versions
...
The listed versions in the documentation were out of sync with those given when running cookiecutter as recommended in the documentation.
2021-08-17 09:44:45 +01:00
Arnav Choudhury
b064e09f12
Adding GitHub-Action CI Option ( #2837 )
2020-09-21 11:20:24 +01:00
Matthias Sieber
279175a344
updated docs
2020-07-27 14:14:15 -07:00
Andrew-Chen-Wang
aee2de347b
Add uvicorn and web sockets for Django 3
...
* Add use_async option to cookiecutter.json
* Add websocket configuration
2020-03-24 15:40:14 -04:00
Andrew-Chen-Wang
484fa4ae77
Added unsupported mail_service combinations
...
* Added default yaml Loader for pre_gen_projects.py
2020-03-22 13:31:52 -04:00
Andrew-Chen-Wang
ac884f3f75
Updated mail service docs
...
* Trying to appease the Black-linter god...
2020-02-06 20:18:49 -05:00
Leonardo
45c353241b
Include use_drf
option on documentation
2020-02-06 05:37:31 -04:00
Ivan Khomutov
113ce88d9c
Add option to choose CI tool
2019-12-06 10:55:00 +03:00
Tano Abeleyra
9a3a796a89
Use GCP acronym for Google Cloud Platform
2019-05-27 17:39:45 -03:00
Bruno Alla
007f3ffb31
Docs update
2019-05-27 18:16:51 +01:00
Bruno Alla
92e4bdf171
Make cloud_provider optional ( #2067 )
...
Make cloud_provider optional
2019-05-27 15:50:18 +01:00
Curtis St Pierre
4bf795a908
1989 - reworked postgres version options
2019-05-20 08:53:07 -07:00
Tano Abeleyra
de7be3652a
Make cloud_provider optional
...
Some projects may not need AWS or GCS
2019-05-19 12:45:28 -03:00
Bruno Alla
39df72669e
Merge branch 'master' into upgrade/django-2.1
...
# Conflicts:
# README.rst
2019-04-17 08:33:54 +01:00
Bruno Alla
f6cac35b87
Update docs/project-generation-options.rst
...
Clearer diction describing cloud provider roles
Co-Authored-By: vladdoster <Dosterm@wit.edu>
2019-04-16 11:23:41 -05:00
Vlad
c041453bef
Updated project-generation-options.rst to provide helpful links in case a user needs to decide between AWS s3 and GCS and added myself to contributors.rst
2019-04-14 12:07:37 -05:00
Vlad
56aa332e01
Documented Google Cloud Storage integration as an alternative to AWS S3
2019-04-14 11:43:05 -05:00
Bruno Alla
2dcbaca3ee
Update documentation
2019-04-02 19:38:23 +01: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
Nikita P. Shupeyko
ac82eab61c
Remove cookiecutter option defaults from docs
...
Rationale: duplicate values
2018-05-21 21:35:49 +03:00
Nikita P. Shupeyko
be1024cd06
Drop Grunt support
...
Closes #1636 .
2018-05-13 13:51:01 +03:00
Nikita P. Shupeyko
a22390ad4f
Introduce debug cookiecutter option
2018-05-05 13:47:25 +03:00
Nikita P. Shupeyko
418b53bf77
Rename use_sentry_for_error_reporting to use_sentry
...
Rationale: consistency
2018-04-03 12:12:26 +03:00
Wan Liuyang
d1198f63b1
Drop Opbeat ( #1578 )
2018-03-21 19:54:27 +08:00
Nikita Shupeyko
3f8aa26d0f
Group environment variables by the corresponding directories ( #1295 )
...
* Update generated project's .gitignore
* Post-gen gitignore .env/ and .env
* Fix linesep between gitignored entries
* Persist `.env/**/*` files into cookiecutter-django's VCS
* Rename .env/ to .envs/
* Reference the newly created .envs/**/.* files in local.yml
* Reference the newly created .envs/**/.* files in production.yml
* Delete .env.example
* Refactor post-gen-project.py
Closes #1299 .
* Implement production-dotenv-files-to-dotenv-file merge script
* Create shared PyCharm Run Configuration for the automation script
* Randomize POSTGRES_PASSWORD in ./envs/(.local|.production)/.postgres
* Default POSTGRES_PASSWORD and POSTGRES_USER to random values
* Fix jinja linebreaks in local.yml
* Spaces in production.yml
* Fix post-merge leftovers & set DJANGO_ADMIN_URL automatically
* Prettify here and there
* Fix FileNotFoundError
* Leave a TODO in post_gen_hook.py
* Introduce keep_local_envs_in_vcs option
* Remove envs when not opted for
* Inline pre_gen_project.py if-condition
* Get rid of PROJECT_DIR_PATH in post_gen_project.py
* Clean up the docs
* Match copyright notices
* Document envs ins and outs
2018-03-08 15:56:15 +03:00
Melanie Crutchfield
9fca6019ec
Update project-generation-options.rst ( #1547 )
...
Change small typo. "ones" should be "once".
2018-03-05 23:55:15 +01:00
Nikita P. Shupeyko
e4353a41ed
Update project generation options docs
2018-03-05 13:54:35 +03:00
Nikita P. Shupeyko
00fbf63939
Document use_travisci cookiecutter option
2018-03-05 13:12:33 +03:00
Bruno Alla
af12f39996
Improve custom_bootstrap_compilation option ( #1429 )
...
* Add Bootstrap to package.json in case of custom_bootstrap_compilation
* Update JS task runners and base HTML to handle custom scss compilation
* Generate a vendors.js with custom bootstrap compilation + Gulp
* Update documentation accordingly
* Add missing if/endif in gulpfile
* Update to Bootstrap v4 final
2018-01-20 17:05:12 -08:00
Jannis Gebauer
8801c50867
switch to caddy ( #1282 )
2017-08-11 11:16:15 +02:00
Ben Warren
ffedad9103
Add project generation option docs ( #1267 )
...
* Add project generation option docs
* Alter wording
2017-08-01 20:06:07 +03:00
Daniel Roy Greenfeld
6aced9ba73
Remove Python 2.7 support per #1129 ( #1130 )
...
* Remove Python 2.7 support per
* Remove Python 2.7 references
* Remove Python 2.7 references
* remove python 2 entirely
2017-04-21 12:31:45 -07:00
Adam Kaliński
62214af49a
Remove Webpack from docs ( #1070 )
...
* Remove Webpack from README.md
* Remove Webpack from docs
2017-03-05 09:32:28 -08:00
Reggie Riser
2006605e24
A few cleanups: 1) Fixed common.py references (now called base.py), 2) Made URLs consistent in pointing to dev Django docs as well as https, ( #1037 )
2017-02-21 11:55:51 -08:00
Andreas Meistad
41059ff4df
Change use_python2 [N] to use_python3 [Y]
...
Fixes #747
2016-08-21 22:11:01 +02:00
Karim Benbourenane
3bdb9bbd6e
Update project-generation-options.rst
...
Added more complete documentation for the project generation options.
2016-06-28 17:16:07 -04:00
Daniel Roy Greenfeld
f40f304457
Use sentry for error reporting
2016-06-05 10:47:07 -07:00
Audrey Roy Greenfeld
fb59c5117b
More repo_name -> project_slug cleanup
2016-04-20 11:41:17 -07:00
Tom Atkins
3316a3b023
Fix merge conflict in README.rst
2015-11-18 11:16:25 +00:00
Audrey Roy Greenfeld
251e8d1ddd
Document the project generation options.
2015-10-14 12:59:14 -07:00