Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Settings

Running A Standalone Script Doing A Model Query In Django With `settings/dev.py` Instead Of `settings.py`

Note the settings/dev.py instead of one settings.py file and the script.py in my_app in the followi… Read more Running A Standalone Script Doing A Model Query In Django With `settings/dev.py` Instead Of `settings.py`

How Can I Check Database Connection To Mysql In Django

how can I do it? I thought, I can read something from database, but it looks too much, is there som… Read more How Can I Check Database Connection To Mysql In Django