Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
273 views

Should I split a big Django project into many apps?

Short version: I have a Django project under development & testing (not yet into production) which is slowly getting “not-so-small”, and lately I've been wondering about splitting things up to ...
1
vote
1answer
106 views

Django: Question about model architecture

Does this facade code look like a good idea, or is there anything inherently flawed about the design? More importantly, is there a problem I will likely run into down the road with this code? Any help ...
0
votes
3answers
3k views

Django Project structure, recommended structure to share an extended auth “User” model across apps?

I'm wondering what the common project/application structure is when the user model extended/sub-classed and this Resulting User model is shared and used across multiple apps. I'd like to reference ...