Questions tagged [requestcontext]
93 questions
0
votes
2 answers
didn't return an HttpResponse object
I don't know why this is not working, please help
views.py
def addaNonProfit(request):
"""we need NonProfits."""
if request.method == 'POST':
form = NonProfitForm(request.POST)
if form.is_valid():
new_nonProfit…

Klanestro
- 3,185
- 5
- 25
- 31
0
votes
1 answer
django-postman discards RequestContext
I installed django-postman to my project. Afterwards, I saw that when I login, it logs in to the user home but then whenever I click on a link, session goes out. It wants me to re-login.
I'm using context_instance=RequestContext(request) at each…

aladagemre
- 592
- 5
- 16
-1
votes
0 answers
[IOException: There is not enough space on the disk
**[IOException: There is not enough space on the disk.
# callback, Object state) +1262
ontrollers.LanguageController.BeginExecuteCore(AsyncCallback callback, Object state) +1262
System.Web.Mvc.Async.WrappedAsyncResultBase1.Begin(AsyncCallback…