Re: Will Django run on z/linux?

2012-03-16 Thread Dan Poirier
On Fri. 2012-03-16 at 01:06 PM EDT, jc wrote: > We have a number of z/linux (z/vm s390) Linux servers and would like > to consider porting this application to one of the instances. Will it > run on z? It's Linux, so sure. (Now z/OS would be another story...) -- You

Re: Apache RewriteRule for django

2012-01-02 Thread Dan Poirier
On Mon. 2012-01-02 at 07:23 AM EST, Bob Kline wrote: > So, my .htaccess file looks just like that (with "mysite" replaced > with the real name of the script). The part I don't understand is the > slash between the script name and the placeholder $1. The way the > filesystem

Re: Django open source cashflow management app

2011-12-25 Thread Dan Poirier
On Thu. 2011-07-28 at 10:33 AM CDT, Derek wrote: > On Jul 28, 5:27 am, zodman wrote: >> the app is back :) > > Oops! Google Chrome could not find misgastos.zodman.com.mxits > > Looks like: > http://misgastos.zodman.com.mx/ > is the correct URL! I guess

Re: Massive import from CSV to Database

2011-11-12 Thread Dan Poirier
There are some ways to make large data imports much faster. See e.g. http://www.caktusgroup.com/blog/2011/09/20/bulk-inserts-django/ Dan -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Intro Tutorial-- Poll/Choice SQL writes

2011-08-04 Thread Dan Poirier
On Wed. 2011-08-03 at 08:36 PM EDT, Gall wrote: > I'm working through the introductory tutorial @ djangoproject.com. Why > does the poll object require an explicit save() call, while choice > objects are inserted into the db instantaneously? There are different ways to

Re: mod_wsgi - two sites on apache

2011-03-25 Thread Dan Poirier
On Fri. 2011-03-25 at 02:54 PM EDT, CrabbyPete wrote: > I am trying to run two sites on one server with apache. I created > virtual hosts for each in my hpttd.conf file > When I hit the first site everthing is fine. When I hit the second one > I get an error. If I reload