On 10/21/2014 03:01 AM, Josias Pérez wrote:
Hi,

I want to know if someone can help me to config trytond correctly, database, user and more on 3.4 version.

Thanks in advance!

I faced the same issue. I modified TRYTOND_HOME/trytond/config.py
by changing database URI to postgresql://USER:PASSWORD@localhost:5432
also added admin passord by adding this to above file.

self.set('session','super_pwd', 'N5rIuAWOHGycs')

to generate encrypted password run this command:

python -c 'import getpass,crypt,random,string; print crypt.crypt(getpass.getpass(), 
"".join(random.sample(string.ascii_letters + string.digits, 8)))'

all described here:
http://doc.tryton.org/3.4/trytond/doc/topics/configuration.html

--
Farid Shahy - فرید شاهی
Website: www.fshahy.ir
E-Mail: [email protected]

Reply via email to