
9 Dec
2015
9 Dec
'15
3:41 a.m.
On Tue, 2015-12-08 at 16:54 -0800, Bryce Harrington wrote:
But here's my question... while this is a typical OOP architecture it exceeds my limited Django-fu, so I'm uncertain whether this is feasible to model in Django or is going to make things too complicated. What do you think?
It's certainly possible. But like any large ideal set of functionalities, it's best to start with the steps to get there. You can always design your database tables first and if you need help putting that into django, let me know. Forms, admins and the rest can also be helped with.
Martin,