django-mongo-auth icon indicating copy to clipboard operation
django-mongo-auth copied to clipboard

I am getting Reverse for 'home' with arguments '()' and keyword arguments '{}' not found.

Open burakkilic opened this issue 12 years ago • 1 comments

I just installed the module. My configuration is:

Django==1.4.2 django-browserid==0.7.1 django-classy-tags==0.3.4.1 django-missing==0.1.11 django-mongo-auth==0.1.2 django-mongonaut==0.2.16 django-registration-me==0.7.2 django-sekizai==0.6.1 django-tastypie==0.9.11 django-tastypie-mongoengine==0.3 foursquare==20120716 httplib2==0.7.7 ipython==0.13.1 mimeparse==0.1.3 mongodbforms==0.1.4 mongoengine==0.7.7 poster==0.8.1 pymongo==2.4 python-dateutil==1.5 requests==0.14.2 simplejson==2.6.2 tweepy==1.12 twitter==1.9.0 wsgiref==0.1.2

with python 2.6

burakkilic avatar Dec 04 '12 21:12 burakkilic

You are missing home reverse url configured. Which should point to the root of your application. Next time please also add your stacktrace.

mitar avatar Dec 04 '12 23:12 mitar