Django-based Agency Software (time tracking, project management, addressbook, offering and invoicing)
Project description
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
Release history Release notifications | RSS feed
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)
Close
Hashes for workbench-crm-0.0.20210124.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75da11354d266bb6a9d06a068180f8ec251517e9448e2c60f26285fa713d0dea |
|
MD5 | 157b81a656a7f8f10d4e9950a7bcb168 |
|
BLAKE2b-256 | ec11adf3b37a84c34936e89caecf63d225ce48d4f56ea77a87c42404a99c0d40 |