Pengaturan Ubah Django Saat Runtime

import django.conf as conf

conf.settings.DATABASES['default']['NAME'] = 'novo_banco'
Asad Mammadov