Top "Django-nonrel" questions

Django-nonrel is an independent branch of Django that adds NoSQL database support to the ORM.

Python- How to flush the log? (django)

I'm working with Django-nonrel on Google App Engine, which forces me to use logging.debug() instead of print(). The "logging" …

python django google-app-engine logging django-nonrel
Can't login to Django /admin interface

First of all, I am a newbie. I'm running Ubuntu 11.04 which comes with Python 2.7 so I installed Python2.5 in different …

python django google-app-engine django-nonrel
Django - How to make a variable available to all templates?

I would like to know how to pass a variable to all my templates, without repeating the same code on …

python django django-nonrel
AttributeError: 'str' object has no attribute 'fields' Using Django non rel on GAE

I'm doing an app with Django non rel on Google App Engine, and im using Bootstrap...to use Bootstrap on …

python django twitter-bootstrap google-app-engine django-nonrel
Django App Engine: AttributeError: 'AnonymousUser' object has no attribute 'backend'

I am using djangoappengine. When I try create a new user, authenticate that user, and log them in, I get …

python django google-app-engine django-nonrel djangoappengine
Django makemessages ignore switch doesn't work for me

I have problems localizing a django-nonrel project, which is deployed to GAE. Because of GAE I have to put everything …

django django-nonrel
Django-nonrel import cache fail

I am trying to setup django-nonrel on GAE (Google App Engine) - following the steps here http://www.allbuttonspressed.com/…

django-nonrel
How to use Django with MongoDB

Can someone tell me how to use Django MongoDB Engine? I have followed the instructions here: http://django-mongodb.org/topics/…

django mongodb django-nonrel django-mongodb-engine
Creating superuser in django-nonrel

I'm a newbie been going through the django-nonrel tutorials and have set up django-nonrel inside of Google App Engine. I …

google-app-engine django-nonrel