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.