fix: allow dev work

This commit is contained in:
pwgen2155 2024-02-28 20:06:03 +11:00
parent 0e3979edf4
commit 0a818db6ae
2 changed files with 1 additions and 2 deletions

View file

@ -17,4 +17,3 @@ steps:
- ./manage.py migrate --database=default
- ./manage.py migrate --database=game
- ./manage.py collectstatic --no-input

View file

@ -24,7 +24,7 @@ SECRET_KEY = 'GKF+J8ifZXIcW0sMP4+EOxD4DHTAZSN0FXbw/l9qP8Zchy1Xd1Z5wPbIEhOj'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
ALLOWED_HOSTS = ['irc.l3.lv']
ALLOWED_HOSTS = ['irc.l3.lv', '127.0.0.1']
# Application definition