Category "django-3.0"

server certificate does NOT include an ID which matches the server name by django

my django application(ssl) is strange... This is the application structure. there is 4 apps. mysite |-app1 |-app2 |-app3 |-app4 main app is app1. now, ther

how to use django post_save signal

I have two models, client and contact model with foreign key relation, I using Django signals to create contact while the creation of the client, but I getting