If you want to use Django’s database layer, i.e., model,
you need to create a Django app.
Aug 022009
Aug 022009
A Django app is a portable set of Django functionality, including models, views in a single Python package.
Apps are portable and reusable across multiple projects.
