1
Fork 0
This commit is contained in:
Jake Howard 2016-04-26 19:21:21 +01:00
parent b75d0ccb3c
commit 0d494df0e3
5 changed files with 0 additions and 9 deletions

View file

@ -1,4 +1,3 @@
DEBUG=false
DATABASE_URL=sqlite://~/database.db
EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend
BUILD_PRODUCTION=true

View file

@ -1,2 +1 @@
web: waitress-serve --port $PORT project.wsgi:application
worker: manage.py worker

View file

@ -1,3 +1,2 @@
DEBUG=true
DATABASE_URL=sqlite://~/database.db
EMAIL_BACKEND=django.core.mail.backends.console.EmailBackend

View file

@ -1,3 +1,2 @@
web: manage.py runserver 0.0.0.0:$PORT
watcher: npm run watch
worker: manage.py worker

View file

@ -20,13 +20,8 @@ ALLOWED_HOSTS = ['too.ctf.sh', 'theorangeone.net']
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.staticfiles',
'bootstrapform',
'mail_templated',
'django_dbq',
'project.pages',
'project.common',
'project.blog'