Django: ‘WSGIRequest’ object has no attribute ‘user’
One of those “aw, crap” moments where everything was working fine one day and then you can’t get into the admin interface the next.
One of those “aw, crap” moments where everything was working fine one day and then you can’t get into the admin interface the next.
I’m storing a JSON blob in a TextField and indexing these fields using Elasticsearch. Unfortunately my JSON strings show up as as an ugly single line when I look at the entries in the Admin panel.
I’ve been using Django a lot more and more these days. It’s pretty easy to build and test an app within the testing environment it ships with, but things get trickier when it comes to deploying it to a production… Continue Reading
I’m getting more into using IDEs for development, and would like to use Aptana for my work with Django since I use it with everything else. The only problem is, out of the box, Aptana doesn’t know what to do… Continue Reading