How to import doctests?

2009-10-25 Thread toinbis
Hi everyone, i'm strugling to make $python manage.py test run my doctest. My folder/file strukture is as follows myproject/myapp/tests.py /my_tests/__init__.py /my_tests/unittst.py /my_tests/doctst.py I am successfully impo

Django admin login failure

2010-01-29 Thread toinbis
fig as well. Any ideas how to make the admin log-in form work immediately? Cheers! to P.S.configs: = apache vhost configuration === Order deny,allow Allow from all WSGIDaemonProcess tsd user=www-data group=www-data threads=25 WSGIProcessGroup tsd

How to set (global) context value from a templatetag?

2019-07-28 Thread toinbis
Hi, I wonder how would I access context and set the key/value pair from within custom template tag? Later on I want to access context object in djang-debug-toolbar panel with from django.template import RequestContext; rc = RequestContext(request) rc contains all the context that had been pa