Hello all,
I am trying to search if there is a plugin for pylons or specifically mako?
I can manage code completion in pylons controllers naturally because
python is supported in pydev.
But mako is a problem.
Any suggestion?
happy hacking.
Krishnakant.
--
You received this message because you a
Hi all!
Is it possible to have multiple transactions within a request, and how
to start new one after transaction.commit() is manually invoked?
But maybe I'm asking wrong question. What I'm trying to do is
database-based process locking. A request must check for this lock
(basically a fie
On Nov 11, 2011, at 8:50 AM, Mariano Mara wrote:
> On 11.11.11 08:22, Mark Erbaugh wrote:
>> Is there a best practice or recipe for handling database concurrency when
>> using SQLAlchemy with Pyramid?
>>
>> I'm considering porting a desktop accounting application to the web with
>> Pyramid/SQL
On 11.11.11 08:22, Mark Erbaugh wrote:
> Is there a best practice or recipe for handling database concurrency when
> using SQLAlchemy with Pyramid?
>
> I'm considering porting a desktop accounting application to the web with
> Pyramid/SQLAlchemy. Assume that a user opens an invoice for editing.
Is there a best practice or recipe for handling database concurrency when using
SQLAlchemy with Pyramid?
I'm considering porting a desktop accounting application to the web with
Pyramid/SQLAlchemy. Assume that a user opens an invoice for editing. Assume
that before this user POSTs the changes,