On Sat, 2006-09-02 at 11:03 -0700, dt wrote:
> I've been using Django for my new projects and I really like it. Now I
> am up to for advanced stuff. Here is what I need. I'd like to adopt
> Django into an existing portal framework that has all authentication
> and other things which reside in a database (oracle).
> 
> So I am trying to imitate/replace the first level dispatching under
> django (urls.py). After authentication  I want to be able to forward to
> an appropriation djago application. I already started looking into
> Django middleware but I cannot find something similar process_view that
> can be adopted for urls.py under an application.
> 
> My question is do I have to write a custom code to do that? Or is there
> a module that I could use to dispatch a request?
> 
> Please let me know if I need to clarify my question. Thanks!

I see that nobody has replied to this yet. I must say that I am having
some trouble understanding exactly what you are wanting to do. I don't
understand what you mean by "first level dispatching", for example.

Could you maybe provide an example of how the stages an incoming page
request will pass through in your hypothetical setup?

Regards,
Malcolm


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to