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, .
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
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