The Definitive Django Learning Platform.
This is the code from the course "Getting Started With Django", found on YouTube and JustDjango
To run this project you will need to set your environment variables.
- Create a new file named .envinside thedjcrmfolder
- Copy all of the variables inside djcrm/.template.envand assign your own values to them
- Run export READ_DOT_ENV_FILE=Trueinside your terminal so that your environment variables file will be read.