Att,
Victor Lima
Em 27/12/2009, às 18:58, Amit Sethi <amit.pu...@gmail.com>
escreveu:
> --
>
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to django-users...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en
> .
Doesn't sound like Django is the best fit for you here, since you
won't be taking advantage of any of the things it does well (ORM,
admin interface, templating, etc). If you just want a Python-based URL
dispatcher, you could try Routes[1], which is used in Pylons but is a
standalone project. Or some of the functionality in Paster/WebOb[2]
might be what you want, since they work closely with the WSGI
interface.
[1]: http://routes.groovie.org/
[2]: http://pythonpaste.org/
--
DR.