Retrieving Table Column Names

2007-04-04 Thread Moses Ting
This might be pretty simple to do, but I can't seem to figure it out. How do I retrieve the names of column within a table, such is one below? class myTable(models.Model) one = models.CharField() two = models.CharField() Thanks, --~--~-~--~~~---~--~~ You

Re: Memory Leak with httpd.exe on Windows

2007-03-22 Thread Moses Ting
Thanks, I'll give both solutions a try and see if they fix the issue. I believe the problem is related to debug=True because it seems like the memory usage increases whenever a SQL query is performed. Moses On Mar 21, 5:57 pm, "Graham Dumpleton" <[EMAIL PROTECTED]> wrote: &g

Memory Leak with httpd.exe on Windows

2007-03-21 Thread Moses Ting
Hi, I'm running a developmental Django machine with the following specs: - Windows XP - Apache - Mod_python - Django 0.95 And it appears that one of the Apache-related Windows service httpd.exe keeps on growing in memory. Has anyone encountered this problem or even know how to remedy it?

Re: Multiple Django on Apache

2007-02-07 Thread Moses Ting
Thanks for the info, having PythonInterpreter in there worked!! Thanks On Feb 6, 6:09 pm, Sandro Dentella <[EMAIL PROTECTED]> wrote: > On Tue, Feb 06, 2007 at 12:18:45PM -0800, Moses Ting wrote: > > > Hello, > > > I've been having ALOT of trouble getting multiple D

Multiple Django on Apache

2007-02-06 Thread Moses Ting
Hello, I've been having ALOT of trouble getting multiple Django instances to work on one machine. This is a local machine and I'm trying to set up a dev and a test instance of Django. The problem is that when I try to access the dev site via http://machine:90, it still brings up the test