Explorar o código

Merge branch 'develop'

kaajavi %!s(int64=5) %!d(string=hai) anos
pai
achega
68feb78868
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      Readme.md

+ 8 - 0
Readme.md

@@ -54,6 +54,14 @@ or similar token, so the API is open for everybody.
 
 I suppose you have installed docker and docker-compose. If not, try [here](https://docs.docker.com/compose/install/)
 
+Create the `.env` file and add this lines:
+```
+POSTGRES_DB=postgres
+POSTGRES_USER=postgres
+POSTGRES_PASSWORD=postgres
+DJANGO_SETTINGS_MODULE=application.settings-pg #Very important
+```
+
 Run:
 ```sh
 $ docker-compose up