Category "django-3.0"

pip can't find django 3.x - ERROR: No matching distribution found for django==3.0.4

When I run: pip3 install django==3.0.5 I get the error ERROR: Could not find a version that satisfies the requirement django==3.0.5 (from versions: 1.1.3, .

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