Django Settings File Modularisation | Django Project | djblogger | 3

preview_player
Показать описание
In this tutorial, we learn how separate Django settings files in readiness to deploy or use Django within multiple environments.

Udemy Course Link:

YouTube Ed Course Link:

Developing applications can be a fun and effective way of learning a language and framework. In this course, we build a blog application Introducing you to Python Django Framework, Django Templating, the Bootstrap framework, HTMX, CSS, and HTML. In addition, this course introduces testing aspects of a Django project.

This course is primarily designed for anyone looking for a journey learning the Django Framework or developing web applications with Python. This course is a great starting point or a good first step after first learning about any of the technologies that this course features.
Рекомендации по теме
Комментарии
Автор

I've been trying to find a clear step-by-step tutorial online (both youtube and written documentation) for the past three days and this has been the only helpful one so far! Thank you for being so clear

kobob
Автор

This was a helpful video. Though it's worth mentioning that you must update all your paths when moving your settings file to another directory. BASE_DIR, storage paths, DB, etc.

JayTac
Автор

the best and cleanest structure I have found till now

tggtbpv
Автор

Great video. Now I can see how I can work local with testing and have production for when the site is deployed. Discovered something new. I am fairly new to django (using it for 2 months) but this video still really helped and was very clear.

DianeCorriette
Автор

hi, i m facing a problem, i dont know if you can help me out.

_Afsus
Автор

Ok, but isn't it easier to just use decouple package with different .env files?

Flaxymc
Автор

Why exactly are you introducing this idea?

TomislavMiletic