Skip to content
Snippets Groups Projects
Commit 5841bf81 authored by Pelle Koster's avatar Pelle Koster
Browse files

prepare package for release

parent a32b06f8
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,12 @@ setup(
"requests",
"click",
],
extras_require={
"prod": [
"gunicorn",
"uvicorn",
],
},
entry_points={
"console_scripts": [
"visit=stripe_checkout.visit.cli:cli",
......
......@@ -14,7 +14,7 @@ DATABASE_URL = os.environ["DATABASE_URL"]
DATABASES = {
"default": dj_database_url.parse(DATABASE_URL),
}
STATIC_URL = os.getenv("STATIC_URL", "/static/") # noqa: F405
STATIC_ROOT = os.getenv("STATIC_ROOT", "staticfiles/") # noqa: F405
SESSION_COOKIE_SECURE = True
CSRF_COOKIE_SECURE = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment