mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-30 01:39:45 +03:00
Merge branch 'master' of github.com:pydanny/cookiecutter-django into feature/342
This commit is contained in:
commit
feddb94eb7
|
@ -2,6 +2,10 @@
|
||||||
All enhancements and patches to Cookiecutter Django will be documented in this file.
|
All enhancements and patches to Cookiecutter Django will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
##[2016-06-02]
|
||||||
|
### Added
|
||||||
|
- Added better instructions for installing postgres on Mac OS X (@dot2dotseurat )
|
||||||
|
|
||||||
##[2016-05-22]
|
##[2016-05-22]
|
||||||
### Added
|
### Added
|
||||||
- Added instructions for copying backups from docker to host (@phiberjenz)
|
- Added instructions for copying backups from docker to host (@phiberjenz)
|
||||||
|
|
|
@ -96,6 +96,7 @@ Listed in alphabetical order.
|
||||||
Matt Linares
|
Matt Linares
|
||||||
Matt Menzenski `@menzenski`_
|
Matt Menzenski `@menzenski`_
|
||||||
Matt Warren `@mfwarren`_
|
Matt Warren `@mfwarren`_
|
||||||
|
Meghan Heintz `@dot2dotseurat`_
|
||||||
mozillazg `@mozillazg`_
|
mozillazg `@mozillazg`_
|
||||||
Pablo `@oubiga`_
|
Pablo `@oubiga`_
|
||||||
Raphael Pierzina `@hackebrot`_
|
Raphael Pierzina `@hackebrot`_
|
||||||
|
@ -135,6 +136,7 @@ Listed in alphabetical order.
|
||||||
.. _@ChrisPappalardo: https://github.com/ChrisPappalardo
|
.. _@ChrisPappalardo: https://github.com/ChrisPappalardo
|
||||||
.. _@Collederas: https://github.com/Collederas
|
.. _@Collederas: https://github.com/Collederas
|
||||||
.. _@ddiazpinto: https://github.com/ddiazpinto
|
.. _@ddiazpinto: https://github.com/ddiazpinto
|
||||||
|
.. _@dot2dotseurat: https://github.com/dot2dotseurat
|
||||||
.. _@dsclementsen: https://github.com/dsclementsen
|
.. _@dsclementsen: https://github.com/dsclementsen
|
||||||
.. _@epileptic-fish: https://gihub.com/epileptic-fish
|
.. _@epileptic-fish: https://gihub.com/epileptic-fish
|
||||||
.. _@eraldo: https://github.com/eraldo
|
.. _@eraldo: https://github.com/eraldo
|
||||||
|
|
17
docs/installing_postgres.rst
Normal file
17
docs/installing_postgres.rst
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
PostgreSQL Installation Basics
|
||||||
|
==============================
|
||||||
|
|
||||||
|
.. index:: pip, virtualenv, PostgreSQL
|
||||||
|
|
||||||
|
The steps below will get you up and running with PostgreSQL. This assumes you have pip and virtualenv_ installed.
|
||||||
|
|
||||||
|
.. _virtualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/
|
||||||
|
|
||||||
|
On Mac
|
||||||
|
|
||||||
|
Install PostgreSQLapp_ from the browser and move PostGresSQL into your applications folder. Then install PostgreSQL from HomeBrew_.
|
||||||
|
|
||||||
|
$ brew install postgres
|
||||||
|
|
||||||
|
.. _PostgreSQLapp: http://postgresapp.com/
|
||||||
|
.. _HomeBrew: http://brew.sh/
|
Loading…
Reference in New Issue
Block a user