Building a CRM - JustDjango
To run this project you will need to set your environment variables.
- Create a new file named
.env
inside thedjcrm
folder - Copy all of the variables inside
djcrm/.template.env
and assign your own values to them - Run
export READ_DOT_ENV_FILE=True
inside your terminal so that your environment variables file will be read.