|
|
|
|
|
by Scarblac
2209 days ago
|
|
But libraries are much more effective in frameworks. Say an event that shows a message to a user next time the user sees a page has to know about users, has to be able to store messages for users and remove them once they have been shown, it needs to know about i18n, and have tools to display the current messages in HTML. A Django library for it can assume the existence of Django for all those things, a general library has a much harder time. |
|