From ea405ba2e084736bbdb05941c059fe1f27319731 Mon Sep 17 00:00:00 2001 From: Eduardo Calil Date: Fri, 11 Mar 2016 14:36:21 -0300 Subject: [PATCH] Formata a atualizacao do README --- README.rst | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index 2db757c98..637a90cd3 100644 --- a/README.rst +++ b/README.rst @@ -56,19 +56,18 @@ Development Environment Installation * Either run ``./manage.py migrate`` (for an empty database) or restore a database dump. -* In sapl/sapl directory create one file called ``.env``. Write the following attribuitions -in it: - -DATABASE_URL = postgresql://USER:PASSWORD@HOST:PORT/NAME -SECRET_KEY = Generate some key and paste here. You generate it using the link below. -DEBUG = [True/False] -EMAIL_USE_TLS = [True/False] -EMAIL_PORT = [Set this parameter] -EMAIL_HOST = [Set this parameter] -EMAIL_HOST_USER = [Set this parameter] -EMAIL_HOST_PASSWORD = [Set this parameter] - -`Generate your secret key here ` +* In ``sapl/sapl`` directory create one file called ``.env``. Write the following attributes in it: + + - DATABASE_URL = postgresql://USER:PASSWORD@HOST:PORT/NAME + - SECRET_KEY = Generate some key and paste here + - DEBUG = [True/False] + - EMAIL_USE_TLS = [True/False] + - EMAIL_PORT = [Set this parameter] + - EMAIL_HOST = [Set this parameter] + - EMAIL_HOST_USER = [Set this parameter] + - EMAIL_HOST_PASSWORD = [Set this parameter] + +`Generate your secret key here `_ Instructions for Translators ============================