Hi there,

I'm going to start a big project using Django.
It will have 3 main sections: 

- A "Frontend" section:
Where the user will consult the data.
- A "Backend" section:
Where the ETL and Admins will organize the data
- A User Management section:
Where I'll manage user permission, Oauth for my APIs

I'm aware that Django recommend to break down your project into a multitude 
of apps with a very small scope.
While my User Management section should be simple enough to be on his own 
app my two other sections "Frontend" and "Backend" come with a fairly 
complex snowflake schema (about 15 tables) and sometime with cross 
dependencies between apps. They also come with complex business logic that 
can be break down to smaller apps.

My question is how to shared models across apps? 
I was thinking creating a app only to cary my complex models?

This app can be now reuse within smaller app doing backend or fronted jobs.

Any advice will be welcome.


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c4e2fc52-0879-4216-bb57-0670a8da5636%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to