render xml component in container

2008-01-02 Thread Tiger Uppercut
Hi, I'm looking for the most pythonic [or djangonautic] way to render a FusionChart [http://www.fusioncharts.com/gadgets/docs/] in Django. I searched through the forums and didn't see this addressed directly -- my apologies if this is very basic and obvious! 1. I have a django template,

Re: djangoAMF authentication, requests aren't carrying user credential

2007-11-02 Thread Tiger Uppercut
quest,this_user) return True else: return False -R On 11/1/07, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > > > > > On Oct 30, 9:22 pm, "Tiger Uppercut" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I wasn't sure wheth

Re: djangoAMF authentication, requests aren't carrying user credential

2007-10-31 Thread Tiger Uppercut
in through the earlier method - when I used a @login_required decorator, everything works fine -- but I don't want to redirect the user to an HTML page [login.html], I want them to do everything in Flex Any tips would be awesome... T.U. On 10/30/07, Tiger Uppercut <[EMAIL PROTECTED]> wrote:

djangoAMF authentication, requests aren't carrying user credential

2007-10-30 Thread Tiger Uppercut
Hi, I wasn't sure whether this was a djangoAMF issue or django, so apologies for the double posting. I'm having trouble using djangoAMF to communicate between my flex UI and my django site, django_wrapper. - My django_wrapper is served at /main by mod_wsgi. * The django code base is in

flex javascripts not loading in django

2007-10-22 Thread Tiger Uppercut
Hi, I'm new to Django, and I'm trying to serve some flex content. I'm running mod_wsgi. In particular, my urls.py looks like this: (r'^$', serve_main), > views.py looks like: def serve_main(request): > return render_to_response('index.html') index.html looks like: