Re: is django too big for my use case?

2012-09-08 Thread Steven Elliott
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 for RESTful APIs On Sat, Sep 8, 2012 at 4:05 PM, LuckySMack wrote: > I am currently st

Re: is django too big for my use case?

2012-09-08 Thread Kurtis Mullins
I have a project that will be making extensive use of Neo4j, along with other data systems. As much as I love Django, I don't think the marriage is there for what you want, yet. If you're not using Django's ORM, Template System, Administration System, etc... then there's really not much left of Dja

is django too big for my use case?

2012-09-08 Thread LuckySMack
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 allo