alexdeathway / crm

Crm with django and tailwind css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crm

Setup Development Environment

  1. create Virtual environment

virtualenv cenv

  1. Install required packages

pip install -r requirements.txt

  1. Create .env file in directory /crm/crm/ with following:

DEBUG=True SECRET_KEY=

  1. set Environment variable READ_ENV_FILE as True

export READ_ENV_FILE=True

About

Crm with django and tailwind css

License:MIT License


Languages

Language:Python 50.3%Language:HTML 49.6%Language:Shell 0.1%Language:JavaScript 0.0%