Hi,
I've noticed that TimeField creates a column of type 'time without
time zone' in postgres. Is there some sort of support or option that
will allow the user to specify that he/she wants to create column type
'time WITH time zone'? Similar to how DateTimeField creates a column
type 'timestamp
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 rec
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]>
wrot
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?
Than
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
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 versio