Django, like all modern application development frameworks, requires that you eventually manage tasks to support the core operation of a project. This can range from efficiently setting up a Django application to run in the real world, to managing an application’s static resources (e.g., CSS, JavaScript, image files).
In addition, other routine application management tasks can include the following: establishing a logging strategy to enforce problem detection, setting up email delivery for application users and/or administrators, as well as debugging tasks to inspect ...