Re: Empty Response

2010-11-02 Thread adelein
You can easily look at the request/response by using firebug. TIP: Notice if there is a redirect. Sometimes depending on the config, for example, if django is set to append a / at the end, meaning it will do a redirect, then your request or response might be getting lost in the redirect (an HTTP

How to display many-to-many field as a list of text input fields?

2010-09-02 Thread adelein
When I display the ToolBoxEditForm it uses a multiple select field. But what I want is a form that lets the user edit each tool he has in the toolbox as a text field. I cant figure out how to do this with the many-to-many field. class Tool(models.Model): tool_name =

Re: Dango-tagging incompatibilities?

2010-08-05 Thread adelein
Hi, Thanks, I will continue with it then. On Aug 5, 4:40 pm, creecode <creec...@gmail.com> wrote: > Hello Adelein, > > I used a version of django-tagging with Django v1.1 without any > noticeable problems.  Which revision it was I can't say off the top of > my head.  A look

Dango-tagging incompatibilities?

2010-08-05 Thread adelein
Has anyone used django-tagging lately with Django 1.1 and above? I am starting to use it but saw some comments in stackoverflow about incompatibilities. Dont want to go down a dead end. Appreciate your tips! Thanks, Adelein -- You received this message because you are subscribed

Re: Django admin page hangs in django server - where is web server error log?

2009-04-11 Thread adelein
messages are shown in the log, the connection is most likely being > blocked somewhere upstream. Check that you've allowed port 8001 through any > firewalls or routers you have set up. > Zain > > On Sat, Apr 11, 2009 at 5:23 PM, adelein <adele...@gmail.com> wrote: > > &

Re: Django admin page hangs in django server - where is web server error log?

2009-04-11 Thread adelein
with CONTROL-C. So no errors. Yet admin page is blank as you can see if you go to http://93.186.171.54:8001/admin. On Apr 11, 5:21 pm, adelein <adele...@gmail.com> wrote: > Yes, and I see no errors there. Still the admin page does not load at > all. I cant find any similar problems th

Re: Django admin page hangs in django server - where is web server error log?

2009-04-11 Thread adelein
Yes, and I see no errors there. Still the admin page does not load at all. I cant find any similar problems through google. On Apr 11, 5:17 pm, Malcolm Tredinnick <malc...@pointy-stick.com> wrote: > On Sat, 2009-04-11 at 17:09 -0700, adelein wrote: > > > Hi, > > > So

Re: Django admin page hangs in django server - where is web server error log?

2009-04-11 Thread adelein
Hi, Sorry, I meant to say urls.py of course. So, given I did put the code in the right file, the problem still remains. -Adelein On Apr 11, 1:58 pm, Daniel Roseman <roseman.dan...@googlemail.com> wrote: > On Apr 11, 8:42 pm, adelein <adele...@gmail.com> wrote: > > &

Django admin page hangs in django server - where is web server error log?

2009-04-11 Thread adelein
.site.urls)), ) First, I dont know how to access the web server error log? Anyone has any idea? Thanks! -Adelein --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to th