When developing some functions for use with django. In this case, the middleware and some other utilities such as the decorator. Is there any potential to turn it into a Django app. There are no models in the library, so there is no point in the models.py file (for what you need to do django, see as an application) or paste in INSTALLED_APPS. But I see that people do all this, what are the benefits?
source
share