‘WSGIRequest’ object has no attribute ‘user’ Django admin
When I trying to access the admin page it gives me the following error:
When I trying to access the admin page it gives me the following error:
I’ve got a Django model with two custom manager methods. Each returns a different subset of the model’s objects, based on a different property of the object.
I’ve looked into PeriodicTask, but the examples only cover making it recur. I’m looking for something more like cron‘s ability to say “execute this task every Monday at 1 a.m.”
I have done the below post_save signal in my project.
I’m installing a previously built website on a new server. I’m not the original developer.
I am trying to use Django’s default Auth to handle register and log in.