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, containe
h.login(request,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
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]> wr
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 /usr/loc
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:
http://mysite.co
5 matches
Mail list logo