how to connect my django project to mysql database in kali linux. i have no idea of how to do that
The fact you’re running on Kali shouldn’t affect things here.
Django’s database configuration is using the DATABASES
setting. If you set the credentials in there as documented, it should connect.
1 Like