Metadata-Version: 2.1
Name: getup
Version: 0.0.13
Summary: Projectless Django setup tool
Home-page: https://gitlab.com/jussiarpalahti/getup
License: MPL-2.0
Author: Jussi Arpalahti
Author-email: jussi.arpalahti@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: attrs (>=18.2.0,<19.0.0)
Requires-Dist: django (>=2.1,<3.0)
Requires-Dist: django-cors-headers (>=2.4,<3.0)
Requires-Dist: django-environ (>=0.4.5,<0.5.0)
Project-URL: Repository, https://gitlab.com/jussiarpalahti/getup
Description-Content-Type: text/markdown


# Getup

Projectless Django setup tool

See Gitlab repository for small helper apps.

## Getup config tool

Included getup.py can function as projectless Django starter. Use provided sample conf file with it or substitute own with `GETUP_CONF_PATH` env variable.

Run `python getup.py`, `./getup.py` or add the file into global $PATH to have it available everywhere there's Django app.

Following settings can be set by env vars:

  - GETUP_READ_ENV (set this to get others read)
  - DATABASE_URL
  - SECRET_KEY
  - ALLOWED_HOSTS
  - DATABASE_URL
  - SENTRY_DSN

