We want two django apps: data - constants.py, models.py (where models are imported) and one model per file interface (for the api) We will also have a folder for the domain logic, it doesn't need to be a Django app.
We want two django apps:
data - constants.py, models.py (where models are imported) and one model per file
interface (for the api)
We will also have a folder for the domain logic, it doesn't need to be a Django app.