>From this URL http://djangoamf.sourceforge.jp/index.php?DjangoAMF_en :

Django AMF is a Middleware for Django web framework written in Python.
It enables Flash/Flex applications to invoke Django's view functions
using AMF(Action Message Format).

A MiddleWare is a piece of code that is hooked in an HTTP request.

The answer is you need both.

Install Django,
Download and add the middleware to your django project
configure django's settings.py with MIDDLEWARE_CLASSES containing
djangoamf.


On Jul 10, 3:21 pm, "Sells, Fred" <[EMAIL PROTECTED]> wrote:
> I'm a Pythonista, but new to django.  I am building my first Flex app.
> Using Flex 3.0Beta.  This is a rewrite of an Ajax prototype built with
> dojotoolkit.  I have completed the flex side, using static url's that point
> to xml files with expected responses.
>
> When I google 'flex python' I get alot of hits for djangoamf, but none of
> them say what it is or how it differs from django.
>
> I don't know if I should use django 0.96 or djangoamf.  I'm developing on XP
> but will deploy on Linux.  Using Python 2.4 for now.
>
> Could I get some enlightenment please?
>
> ---------------------------------------------------------------------------
> The information contained in this message may be privileged and / or
> confidential and protected from disclosure. If the reader of this message is
> not the intended recipient, you are hereby notified that any dissemination,
> distribution or copying of this communication is strictly prohibited. If you
> have received this communication in error, please notify the sender
> immediately by replying to this message and deleting the material from any
> computer.
> ---------------------------------------------------------------------------


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to