At the least, we should note that the default config (with DEBUG = True, use of the Django dev server, etc.) is unsuited for putting into production and link to other beginner-friendly guides or documentation: the official Django howto deploy, the Django book chapter...
At the least, we should note that the default config (with
DEBUG = True, use of the Django dev server, etc.) is unsuited for putting into production and link to other beginner-friendly guides or documentation: the official Django howto deploy, the Django book chapter...