Django Move Project from Windows Host to Linux Host (and Deploy)
问题 I'm trying to Move my Django App to a real Server (or deploy it there, self-hosted) but everything, I have tried so far, does nothing except displaying errors. I'm using the SQLite database because the app won't get much traffic at all. For Example: If I try to deploy the app on my Windows machine I get security errors he won't pass. py -3 manage.py check --deploy System check identified some issues: WARNINGS: ?: (security.W004) You have not set a value for the SECURE_HSTS_SECONDS setting. If