Skip to main content

Django-based Agency Software (time tracking, project management, addressbook, offering and invoicing)

None

Project description

https://travis-ci.org/matthiask/workbench.svg?branch=main

Recommended contents of .env (add some random value for SECRET_KEY and copy the OAUTH2_CLIENT_* values from the .env file on the production server):

DATABASE_URL=postgres://localhost:5432/workbench
CACHE_URL=hiredis://localhost:6379/1/?key_prefix=workbench
SECRET_KEY=...
SENTRY_DSN=
ALLOWED_HOSTS=["*"]
DEBUG=True
NAMESPACE=feinheit
OAUTH2_CLIENT_ID=...
OAUTH2_CLIENT_SECRET=...

Local setup:

fab setup
fab pull_db:fh

Development:

fab dev

Code style & prettification:

tox
yarn prettier
yarn eslint

Compile the bootstrap library:

yarn build-bootstrap

Project details

None

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

workbench-crm-0.0.20210124.tar.gz (241.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page