Re: mod_python vs. Django?

2009-02-09 Thread Christian Hoeppner
Think about Django as Cake PHP, Symfony, Code Igniter, etc from the PHP scene. You still need mod_php to run them =) Obviously, Django has a damn big cool factor added, for not being PHP =) Yours, Chris On 09/02/2009, at 10:26, Russell Keith-Magee wrote: > > On Mon, Feb 9, 2009 at 6:54 PM, V

AppEngine

2009-02-06 Thread Christian Hoeppner
I've been outside of the Django scene a couple months now, busy on other things. I remember AppEngine being the big new thing around, and Django could run on it, with a few hitches. How's things these days? Would you use AppEngine to run a production site for a client? --~--~-~--~-

Re: What do you use as a build tool (like Ant or make)

2008-09-09 Thread Christian Hoeppner
I've heard rumours about fabric (ask google, sorry can't remember url now). ~Chris On 09/09/2008, at 9:14, ristretto.rb wrote: > > Hello, > > What do you use to build a Django project? By build I mean, > > * run unit tests > * copy files to a distribution set based on a target (production,

Re: Blog engine

2007-07-28 Thread Christian Hoeppner
Henrik Lied escribió: > When you say "installs", do you mean that the plugin is retrieved from > the external site, and placed somewhere on the users host, or is it > constantly querying the plugin on a remote computer? > > The first of those two options would definitely be the best. But I'm > hav

Re: How to communicate with Authorize.net?

2007-07-22 Thread Christian Hoeppner
Greg escribió: > Is there any documentation on how to send form data to a Authorize.net > from within a Django view? > > Thanks > > > --~--~-~--~~~---~--~~ > You received this message because you are subscribed to the Google Groups > "Django users" group. > To po

Re: removal of Django

2007-07-21 Thread Christian Hoeppner
[EMAIL PROTECTED] escribió: > Hi all.Django auto loaded onto my computer from( I believe) a Harry > Potter web site.I want to remove it,as it is messing up one of the web > sites that I frequent.The site shows a 404 error.As I am a newby to > computer with NO codeing experience,I am at a loss as to

Re: newforms for idiots and designers?

2007-07-21 Thread Christian Hoeppner
Austin Govella escribió: > I'm *almost* getting forms to work, but not quite. > > Can anyone recommend a newforms tutorial written for designers? > Something akin to Zoolander's School for Kids Can't Program Good. > > > > (And I *have* been reading. What's odd is that I used similar > structure

Re: mod_python setup instructions

2007-07-17 Thread Christian Hoeppner
peyman escribió: > The mod_python instructions at > http://www.djangoproject.com/documentation/modpython/ > seems incomplete. I followed the tutorial, but I had to add 2 paths to > my Apache config before the mysite sample would work: the project > directory and it's parent. Or am I missing someth

Re: Database setup

2007-07-14 Thread Christian Hoeppner
Sure you can. You might want to look at sqlite, as it's the easiest to set up. You can painlessly switch to a "better" database engine when going to production, though sqlite does quite well the job, even in production. surfwizz escribió: > I'm trying to do the django tutorial at > http://w

I18n not working

2007-03-12 Thread Christian Hoeppner
Hi there, Actually, it's plainly that. It's just not working, and I don't really know where to look for a flaw. It's just a blind guess, but maybe django is not correctly locating my .mo files? I've triple-checked their location and tried in every place stated in the documentation or the django b

Re: User id foreign key

2007-03-11 Thread Christian Hoeppner
wants to reply for the sake of completeness, it would also be great. Thanks! El dom, 11-03-2007 a las 06:48 +1100, Malcolm Tredinnick escribi�: > On Sat, 2007-03-10 at 18:07 +, Christian Hoeppner wrote: > > Hi there! > > > > I wonder if there's a way to link a use

User id foreign key

2007-03-10 Thread Christian Hoeppner
Hi there! I wonder if there's a way to link a user to some kind of database entry using a foreign key field. The problem is, how would I define something like this? What's the actual name/path/something I use to reference the auth_user objects? Thanks! -- Chris M. Hoeppner Web design & consulta