Skip to content

justdjango/getting-started-with-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JustDjango

The Definitive Django Learning Platform.

Getting started with Django

This is the code from the course "Getting Started With Django", found on YouTube and JustDjango


Getting Started

To run this project you will need to set your environment variables.

  1. Create a new file named .env inside the djcrm folder
  2. Copy all of the variables inside djcrm/.template.env and assign your own values to them
  3. Run export READ_DOT_ENV_FILE=True inside your terminal so that your environment variables file will be read.

Other places you can find us:

YouTube Twitter

Releases

No releases published

Packages

No packages published