I do not think your use case is too big for Django; you are only limited to your imagination and your knowledge of Python really. Check out Django Piston <https://bitbucket.org/jespern/django-piston/wiki/Home> for RESTful APIs
On Sat, Sep 8, 2012 at 4:05 PM, LuckySMack <luckysm...@gmail.com> wrote: > I am currently starting work on a a project that is rest based. In order > to use django as a rest based system I have to use another library on top > of it. I've seen that there are a couple out there. But this system will be > an advanced rest a pi that will allow me to talk to my database, and allow > other instances of the app to talk to each other. And as cool as django > seems to get up and running quickly, I'm not sure if its a right fit. It > seems a bit complex. My app will likely only have one or 2 models as the > core. And I won't be using djangos orm as I will be needing a db like > neo4j, titan, or orientdb. > > Now that is the core, that will be shared by about a half dozen apps. They > will all build on top of that. And I feel like django might be too bloated > or big or complex. The base a pi could probably done by an experienced > python dev in flask or bottle in a few days time. It doesn't have any ui. > In comparison I'm also thinking about implementing it in pyramid too. But > I'm curious as if you guys think it will work in django. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/Iiuk6V4TSHQJ. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.