Re: Easy way to create pretty pages with nav?

2009-04-11 Thread Konrad Martin
Hi I think a 'problem' of Django is that it is produced by programmers and doesn`t mention that programming is the minor important part of a successfull site. Far more important is content and the visual way content is presented in a brain catching way to the customer. Both isn`t comprised in

Re: 1 django project, 2 targets (fastcgi and GAE) - best practices?

2009-04-10 Thread Konrad Martin
Hi cgarvey On 10 Apr., 15:25, cgarvey wrote: > It (migrating Django to appEngine via appEnginePatch) required changes to the > models, You are right, model changes are unevitable when migrating from a relational database, MySQL for example to Google's big table. Google doesn't use a relationa

Re: 1 django project, 2 targets (fastcgi and GAE) - best practices?

2009-04-10 Thread Konrad Martin
Hi cgarvey there is the appEnginePatch project too. Dedicated to deploy existing Django on appEngine. http://code.google.com/p/app-engine-patch/wiki/Documentation It has got a ready made app-engine-patch sample. Download http://app-engine-patch.googlecode.com/files/app-engine-patch-sample-1.0.zi

Re: Running django on a web hosting account

2009-04-10 Thread Konrad Martin
Hi Sergio > - Google App Engine[1] - you will need adapt somethings in your code. There is the project appEnginePatch to deploy django on Google appEngine out of the box. http://code.google.com/p/app-engine-patch/wiki/Documentation The app-engine-patch has got a ready made sample. Download http