http, the server hangs at
exactly that spot. No error logged.
If I comment out the line, everything runs fine.
What am I missing here? Anyone?
Liam
P.S. I was having the same problem with another call, fromstr()
--~--~-~--~~~---~--~~
You received this message b
Also, it's on CentOS 5.2
Just want to be complete.
On Oct 24, 9:22 am, Info Cascade <[EMAIL PROTECTED]> wrote:
> Hi, Justin,
>
> Thanks SO much for responding!
> We met at the WhereCamp meeting, you probably don't remember...
> Thanks for looking at thi
seems like what I'm trying to do is pretty straightforward, and
similar to the examples at geodjango.org.
What gives?
~Liam
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To p
ag'.)
>
> I was able to work around it by using the str() function, which results
> in the correct behavior.
>
> Anyway, it was non-intuitive for me that checking whether a file exists
> would make Django do a GET on it! Is this a bug or do I just not
> understand what
type, which is ok.
but i also want the image to be shown at the same spot.
hope you guys will be able to help
10k ya all :)
Liam
From: "sstein...@gmail.com"
To: django-users@googlegroups.com
Cc: Twisted general discussion
Sent: Sat, October 3
, but the formset creates an
> additional forms.
>
> How can I setinitialvaluesfor the correct number of forms?
>
> Liam
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us.
e and continue editing button". This is
how I plan to implement it myself.
Regards,
Liam
On Jun 7, 7:22 pm, Rodrigo Cea wrote:
> I have added a "preview" button to the admin, like so:
>
> # In "templates/admin/core/change_form.html"
> {% extends "admin/chan
ailable to Django/WSGI (I think
it surely would be ) ?
There is some mention of using environmental variables, but this generally
involves mod_python, which I'm not using.
I would be most appreciative of pointers or directions to help clear up my
misunderstanding / lack of knowledge.
Hi Frank
Thanks for the direction, my search terms need some work, that mailing list
never came up in my searches.
Liam
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from i
I have a MySQL server with hundreds of dbs... is there a way to be able to
connect to all these without breaking DRY principles?
On Friday, 2 August 2013 14:26:23 UTC+1, Christian Schmitt wrote:
>
> You could use django's inbuild ORM:
> https://docs.djangoproject.com/en/dev/topics/db/multi-db/
>
The "Requested setting DEBUG" says you've requested DEBUG but it's not
setup. I don't think you would want DEBUG in production, so try to turn
that off in the settings file.
On Friday, 15 November 2013 11:34:58 UTC+2, tino wrote:
>
> Hello,
>
> I am trying to setup a python 2.7 + Django + virtu
you could try http://json-rpc.org/
On Friday, 20 December 2013 18:58:39 UTC+2, Mario Osorio wrote:
>
> My app will have to communicate different customers (Linux devices,
> Windoze devices, iOS devices and Android devices at least).
>
> Overall, any of these customer devices will start one of man
Are you seeing any error messages ?
On Saturday, 22 March 2014 11:07:32 UTC+2, Jun Tanaka wrote:
>
> Hello,
>
> wsgi does not work as usually even it works fine when python manage.py
> runserver 0.0.0.0:8000
> I use django version 1.3
>
> I have two issues here.
> 1. how to add projectname insid
Hi Alex
Your code is way more advanced that my skill level. Was wondering if you
had tried to run that query
viewers = ModelMultipleChoiceField(queryset = User.objects.all().order_by(
'username'))
from the shell ?
Liam
On Wednesday, 2 April 2014 15:12:42 UTC+2, Alessandro Ca
Are you certain that you are passing the correct or required parameters to
the URL, and is the URL actually named ?
On Saturday, 19 April 2014 13:25:04 UTC+2, 董健 wrote:
>
> i got NoReverseMatch when deloy cartridge to the webfaction. i can not
> not figure out what happened. the problem an
Hi,
I'm new to Django, programming, web apps, the whole lot. I've been working
on an app for a while now, but I'm having trouble figuring out how to
organise my models in an effective way. Im using Django 1.10 and Python 2.7.
Here's a rough example of the structure I'm trying:
class Site(model
.contrib.admin.ModelAdmin.inlines
>
> To support more levels, you can use django-nested-admin package:
> https://pypi.python.org/pypi/django-nested-admin
>
> On Monday, April 10, 2017 at 7:48:37 PM UTC-4, Liam H wrote:
>>
>> Hi,
>>
>> I'm new to Django, progra
Hello,
- python version: 3.7
- django version: 2.2.16
After upgrading django from 2.2.15 to 2.2.16, I am experiencing errors with
the code shown below (see code). Since 2.2.16 the
"getattr(self.original, field_name)" line results in the following stack
trace, which did not happen in 2.2.1
ss if that makes sense.
Does it make a difference in your case ? I don't know, I'm still new at
this so making some suggestions.
Liam
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To unsubscribe from this group and stop
Hi Alex
Let me have another look through your code and I'll try to come up with
something useful.
Liam
On 03/04/2014 18:20, Alessandro Caruso wrote:
I got the traceback (thanks to a middleware which collects it and a send
it back to the ajax request even if DEBUG=False)
Enviro
;, None)
super(FileForm, self).__init__(*args, **kwargs)
self.fields['managers'] =
forms.ModelMultipleChoiceField(choices=self.managers, required=False)
self.fields['viewers'] =
forms.ModelMultipleChoiceField(choices=self.viewers, required=False)
Sorry I can't be
21 matches
Mail list logo