Improve query caching

This commit is contained in:
Keannu Christian Bernasol 2024-01-07 12:21:14 +08:00
parent 8e43e06ec2
commit e482979d20
4 changed files with 28 additions and 6 deletions

View file

@ -28,7 +28,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = str(os.getenv('SECRET_KEY'))
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True
ALLOWED_HOSTS = ['127.0.0.1', 'localhost', '*']
CSRF_TRUSTED_ORIGINS = [