Added equipment group serializers, views, and urls

This commit is contained in:
Keannu Christian Bernasol 2023-12-05 20:07:31 +08:00
parent ed79408116
commit 1bf99e8bd2
5 changed files with 148 additions and 4 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 = ['*']
CSRF_TRUSTED_ORIGINS = [