cookiecutter-django/docs
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
..
__init__.py Beginning of reorganization of documentation per #335 2015-09-18 09:22:55 -07:00
conf.py Group environment variables by the corresponding directories (#1295) 2018-03-08 15:56:15 +03:00
deployment-on-heroku.rst Merge branch 'master' into simplify-environment 2018-03-06 09:55:28 +00:00
deployment-on-pythonanywhere.rst Group environment variables by the corresponding directories (#1295) 2018-03-08 15:56:15 +03:00
deployment-with-docker.rst Group environment variables by the corresponding directories (#1295) 2018-03-08 15:56:15 +03:00
developing-locally-docker.rst Group environment variables by the corresponding directories (#1295) 2018-03-08 15:56:15 +03:00
developing-locally.rst 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
docker-postgres-backups.rst Group environment variables by the corresponding directories (#1295) 2018-03-08 15:56:15 +03:00
faq.rst Group environment variables by the corresponding directories (#1295) 2018-03-08 15:56:15 +03:00
index.rst Removed expiramental elastic beanstalk support and bumped official Django version to 1.11.9 2018-01-15 12:33:51 -08:00
installing_postgres.rst postgres installation guide for mac, windows IP (#571) 2016-06-02 18:28:50 -07:00
linters.rst Change pep 8 for pycodestyle in docs and project requirements (#1332) 2017-09-17 21:56:15 +03:00
live-reloading-and-sass-compilation.rst update grunt-sass to latest version (#1544) 2018-03-06 19:46:21 +03:00
make.bat Change repo_name to project_slug for clarity. 2016-04-20 10:00:35 -07:00
Makefile Change repo_name to project_slug for clarity. 2016-04-20 10:00:35 -07:00
my-favorite-cookie.rst initial commit 2016-06-03 15:23:00 -07:00
project-generation-options.rst Group environment variables by the corresponding directories (#1295) 2018-03-08 15:56:15 +03:00
settings.rst Simplify Mailgun settings 2018-03-05 17:56:45 +00:00
troubleshooting.rst Group environment variables by the corresponding directories (#1295) 2018-03-08 15:56:15 +03:00