Added avatar profile uploads

This commit is contained in:
Keannu Christian Bernasol 2023-07-27 16:00:24 +08:00
parent fd2563aff9
commit e9d4090713
3 changed files with 21 additions and 2 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
FRONTEND_DEBUG = False
ALLOWED_HOSTS = ['*']