From 6b8fecbdc5511a30509f78f60caaafd37cead837 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sat, 11 Aug 2018 23:36:40 +0200 Subject: Use `django-environ` and PostgreSQL. --- Pipfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 08a51954..603eac40 100644 --- a/Pipfile +++ b/Pipfile @@ -6,6 +6,8 @@ name = "pypi" [packages] django = "*" django-hosts = "*" +django-environ = "*" +"psycopg2-binary" = "*" [dev-packages] "flake8" = "*" @@ -23,22 +25,16 @@ python_version = "3.7" build = "docker build -t pythondiscord/site:latest -f docker/Dockerfile ." buildci = "docker build -t pythondiscord/site-ci:latest -f docker/ci.Dockerfile ." buildbase = "docker build -t pythondiscord/site-base:latest -f docker/Dockerfile.base ." - buildjs = "gulp" #buildscss = "python scss.py scss/pysite:scss/pysite/style.scss:static/css/style.css scss/uikit:scss/uikit/uikit_blurple.scss:static/css/uikit_blurple.css" - clean = "rm -rf __pycache__ htmlcov .coverage .pytest_cache" fixjs = "eslint static/js --fix" #start = "gunicorn -w 12 -b 0.0.0.0:10012 -c gunicorn_config.py --log-level info -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker app:app" - lint = "python -m flake8" lintjs = "eslint js/src" lintscss = "scss-lint scss/pysite" - push = "docker push pythondiscord/site:latest" pushbase = "docker push pythondiscord/site-base:latest" pushci = "docker push pythondiscord/site-ci:latest" - #rundev = "python app.py" #test = "py.test tests --cov pysite --cov-report term-missing -v" - -- cgit v1.2.3