Re: Performance comparison for several Database Types?

2018-06-09 Thread dononyx
On Saturday, June 9, 2018 at 1:52:49 AM UTC-7, Erik Rull wrote: > > Hi all, > > I'm currently using for a more or less "small" project Django with an > SQLite Database (was the easiest starting point for me). > If I would switch to another database, how would the performance behave? > Will it

Re: Help with deployment

2010-04-21 Thread dononyx
t WSGIHandler application = WSGIHandler() On Apr 20, 11:39 am, Laszlo Antal wrote: > Hi, > > Could you post your ess_wsgi.wsgi file? > > Thanks > > lzantal > > > > On Tue, Apr 20, 2010 at 9:32 AM, dononyx wrote: > > I am a dip**it. I tried to move

Help with deployment

2010-04-20 Thread dononyx
I am a dip**it. I tried to move to mod_wsgi and dusted my website, can anybody help me figure out what I've done. NameVirtualHost *:80 ServerName www.teachingbystandards.com ServerAlias teachingbystandards.com WSGIScriptAlias / /Library/WebServer/Documents/ess/apache/ ess_wsgi.wsgi WSGIDaemonPro

Re: Template code runs in both branches of an if statement

2009-10-16 Thread dononyx
try firstof?? {% firstof var1 var2 var3 %} This is equivalent to: {% if var1 %} {{ var1 }} {% else %}{% if var2 %} {{ var2 }} {% else %}{% if var3 %} {{ var3 }} {% endif %}{% endif %}{% endif %} On Oct 16, 9:49 am, "pjrhar...@gmail.com" wrote: > I have some template code which looks

Re: Importing a Users List

2009-07-12 Thread dononyx
They're plaintext On Jul 12, 8:42 am, Tim Chase wrote: > dononyx wrote: > > I have a legacy database with a list of 500 users with passwords. Is > > there anyway to import this into Postgres for use by django. How To > > set the salted password is what has me stumped.

Importing a Users List

2009-07-12 Thread dononyx
I have a legacy database with a list of 500 users with passwords. Is there anyway to import this into Postgres for use by django. How To set the salted password is what has me stumped. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

psycopg2 name tz error

2009-05-21 Thread dononyx
Here is the error message. I've googled everywhere and tried everything, so anybody got any ideas. mod_python, leopard 10.5.X, Mac Intel MOD_PYTHON ERROR ProcessId: 800 Interpreter:'teachingbystandards.com' ServerName: 'teachingbystandards.com' DocumentRoot: '/Library/WebServer/D

Leopard Server Deployment

2009-03-03 Thread dononyx
I am a newbie and like django do far but does anyone know where there is a step-by-step example of a django - leopard server 10.5 server setup. I tried doing this myself and I am not a great "deployer" of software. Any help appreciated. --~--~-~--~~~---~--~~ You re