mirror of
				https://github.com/cookiecutter/cookiecutter-django.git
				synced 2025-11-04 01:47:28 +03:00 
			
		
		
		
	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
This commit is contained in:
		
							parent
							
								
									28160d06ac
								
							
						
					
					
						commit
						0a858bf512
					
				| 
						 | 
					@ -89,6 +89,7 @@ Listed in alphabetical order.
 | 
				
			||||||
  Delio Castillo           `@jangeador`_                 @jangeador
 | 
					  Delio Castillo           `@jangeador`_                 @jangeador
 | 
				
			||||||
  Denis Orehovsky          `@apirobot`_
 | 
					  Denis Orehovsky          `@apirobot`_
 | 
				
			||||||
  Dónal Adams              `@epileptic-fish`_
 | 
					  Dónal Adams              `@epileptic-fish`_
 | 
				
			||||||
 | 
					  Diane Chen               `@purplediane`_               @purplediane88
 | 
				
			||||||
  Dong Huynh               `@trungdong`_
 | 
					  Dong Huynh               `@trungdong`_
 | 
				
			||||||
  Emanuel Calso            `@bloodpet`_                  @bloodpet
 | 
					  Emanuel Calso            `@bloodpet`_                  @bloodpet
 | 
				
			||||||
  Eraldo Energy            `@eraldo`_
 | 
					  Eraldo Energy            `@eraldo`_
 | 
				
			||||||
| 
						 | 
					@ -272,6 +273,7 @@ Listed in alphabetical order.
 | 
				
			||||||
.. _@afrowave: https://github.com/afrowave
 | 
					.. _@afrowave: https://github.com/afrowave
 | 
				
			||||||
.. _@pchiquet: https://github.com/pchiquet
 | 
					.. _@pchiquet: https://github.com/pchiquet
 | 
				
			||||||
.. _@delneg: https://github.com/delneg
 | 
					.. _@delneg: https://github.com/delneg
 | 
				
			||||||
 | 
					.. _@purplediane: https://github.com/purplediane
 | 
				
			||||||
Special Thanks
 | 
					Special Thanks
 | 
				
			||||||
~~~~~~~~~~~~~~
 | 
					~~~~~~~~~~~~~~
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -94,6 +94,7 @@ keep_local_envs_in_vcs:
 | 
				
			||||||
    Indicates whether the project's ``.envs/.local/`` should be kept in VCS
 | 
					    Indicates whether the project's ``.envs/.local/`` should be kept in VCS
 | 
				
			||||||
    (comes in handy when working in teams where local environment reproducibility
 | 
					    (comes in handy when working in teams where local environment reproducibility
 | 
				
			||||||
    is strongly encouraged). 
 | 
					    is strongly encouraged). 
 | 
				
			||||||
 | 
					    Note: .env(s) are only utilized when Docker Compose and/or Heroku support is enabled.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
debug:
 | 
					debug:
 | 
				
			||||||
    Indicates whether the project should be configured for debugging.
 | 
					    Indicates whether the project should be configured for debugging.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user