Re: storing django object into javascript variable/array

2011-06-15 Thread John Finlay
On 6/15/11 8:59 AM, jay K. wrote: Hello, I apologize for seeming too impatient or rude, actually I'm a bit in a hurry because I was given a project and was told that it was urgent. I miscalculated how much time it was going to take me to learn django Anyway, what I want to do is to use the v

Writing a DB backend

2011-02-14 Thread John Finlay
I am working on a app that keeps information in a non-SQL database composed of XML files referenced as UUIDs. In the prototype I'm directly referencing these using a simple api. For the production version I'm wondering if it would be possible to build a db backend that would allow me to use the

Re: Odd problem with static files and Lighttpd

2011-01-17 Thread John Finlay
What do the lighttpd logs say? On 1/17/11 2:41 AM, sdonk wrote: Hi to everybody, I'm facing with a curious problem with Lighttpd and static files serving. Media admin is served by Lighttpd, but mymedia is not served by Lighttpd. This is a snippet of my lighttpd.conf alias.url = ( "/m

Problem with django auth login_required and lighttpd

2011-01-11 Thread John Finlay
I'm trying to serve django pages using mod_fastcgi from a lighttpd server. Everything works well using the setup recommended in the documentation except for the initial login. The porblem seems to be that when the user tries: http://server/ the login page comes up with a url of: http://serve

Re: GUI builder for django

2010-04-21 Thread John Finlay
the quality of their output is dubious at best. Taking the time to produce sane HTML and CSS is a must for web development, but it's not that difficult a task and the knowledge to do it can be learned in a few days. Thanks On Wed, Apr 21, 2010 at 6:28 PM, John Finlay <mailto:fin

GUI builder for django

2010-04-21 Thread John Finlay
I'm just getting started with django coming from a background of developing desktop apps on *nix. Is there something equivalent to a GUI builder for django? Alternatively, is there a good WYSIWYG html editor that produces editable html so I could quickly create a template and then retrofit it