[pylons-discuss] Re: Pyramid models - can't understand the logic - noob

2014-09-24 Thread Jonathan Vanasco
most of these questions are more SqlAlchemy oriented, not about pyramid. the initialize_db stuff is only needed when you're creating a database from scratch. many people don't do that. there are a handful of SqlAlchemy oriented projects on PyPi that will build a "declarative" based models.py f

[pylons-discuss] Pyramid models - can't understand the logic - noob

2014-09-24 Thread Rosciuc Bogdan
Hello all, I don't quite get the models thing in Pyramid at the moment. I was hopping that if you create a database on a database server you would be able to just make the app connect to the database and get the info from there without having to build a models.py file. I tried using the reflec

[pylons-discuss] Re: login django app . CSRF verification failed

2014-09-24 Thread Artem B
"localhost" for example , problem on prod. via browser all works fine среда, 24 сентября 2014 г., 0:58:04 UTC+8 пользователь Gael Pasgrimaud написал: > > Hi, > > On Tuesday, September 23, 2014 6:54:19 AM UTC+2, Artem B wrote: >> >> Hi , i'm trying use webtest for simple login, >> >> got: AppE

[pylons-discuss] Re: "random" 404 error when using debug toolbar

2014-09-24 Thread Jonathan Vanasco
the toolbar will 404 if it doesn't have a record for the request. is it possible that the server restarted? -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to p

[pylons-discuss] "random" 404 error when using debug toolbar

2014-09-24 Thread Achim Domma
Hi, we are using the debug toolbar, including one custom tab developed by us. Everything worked quite stable for a long time, but recently we encounter some strange 404s when opening the debug infos. As it is not happening on all machines and rather randomly, it's hard for me to provide more i