mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-05-19 01:44:58 +00:00
General fixes and updates
New font!
This commit is contained in:
parent
daecf442e8
commit
e1ac27a326
114 changed files with 436 additions and 39 deletions
|
@ -29,7 +29,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
|||
SECRET_KEY = getenv("DJANGO_KEY")
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = False
|
||||
DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = ["*"]
|
||||
|
||||
|
@ -87,14 +87,6 @@ WSGI_APPLICATION = "website.wsgi.application"
|
|||
# https://docs.djangoproject.com/en/4.2/ref/settings/#databases
|
||||
|
||||
DATABASES = {
|
||||
# 'default': {
|
||||
# 'ENGINE': "django.db.backends.postgresql",
|
||||
# 'NAME': getenv('POSTGRES_DB'),
|
||||
# 'USER': getenv('POSTGRES_USER'),
|
||||
# 'PASSWORD': getenv('POSTGRES_PASSWORD'),
|
||||
# 'HOST': 'db',
|
||||
# 'PORT': 5432,
|
||||
# }
|
||||
'default': {
|
||||
'ENGINE': "django.db.backends.sqlite3",
|
||||
'NAME': BASE_DIR / 'db.sqlite3',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue