https://github.com/justdjango/getting-started-with-django
A beginners course for Django
https://github.com/justdjango/getting-started-with-django
Last synced: about 1 month ago
JSON representation
A beginners course for Django
- Host: GitHub
- URL: https://github.com/justdjango/getting-started-with-django
- Owner: justdjango
- License: mit
- Created: 2020-12-07T10:34:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T06:14:07.000Z (9 months ago)
- Last Synced: 2025-03-28T14:09:46.422Z (about 1 month ago)
- Language: Python
- Size: 152 KB
- Stars: 367
- Watchers: 19
- Forks: 251
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.