I think "To use django_authopenid add ''django_openidconsumer.middleware.OpenIDMiddleware' to MIDDLEWARE_CLASSES" should read "To use django_authopenid add ''django_authopenid.middleware.OpenIDMiddleware' to MIDDLEWARE_CLASSES"
Could you also add ./manage.py syncdb step to 'Set your django project' section for newbies like me? : ) I've just lost an hour of my life because of that.
You must have a template named "base.html" in one of your template directories - I presume, that author has the directory .../django/django/contrib/admin/templates/admin/ already included in TEMPLATE_DIRS, but this is not the default (as far as django's trunk #7120 is concerned).
you may want to put some words about installation for newbies:
e.g. on Ubuntu 8 one might get by default:
$ python setup.py build
Traceback (most recent call last):
File "setup.py", line 4, in <module>
from setuptools import setup
ImportError: No module named setuptools
I think "To use django_authopenid add ''django_openidconsumer.middleware.OpenIDMiddleware' to MIDDLEWARE_CLASSES" should read "To use django_authopenid add ''django_authopenid.middleware.OpenIDMiddleware' to MIDDLEWARE_CLASSES"
indeed :) Thanks.
Could you also add ./manage.py syncdb step to 'Set your django project' section for newbies like me? : ) I've just lost an hour of my life because of that.
Definately add python manage.py syncdb,
also some people (like me) might not have elementtree installed, might want to mention this
apt-get install python-elementtree
fixed it for me
Just for the sake of completeness :)
You must have a template named "base.html" in one of your template directories - I presume, that author has the directory .../django/django/contrib/admin/templates/admin/ already included in TEMPLATE_DIRS, but this is not the default (as far as django's trunk #7120 is concerned).
can't access any url below account, e.g. /account/signin/
where should LOGIN_URL be set? at settings.py?
I've got a problem with sending signup emails.
http://code.google.com/p/django-authopenid/issues/detail?id=10
@fccoelo LOGIN_URL should be set in settings.py, yeah @leidel fixed in trunk
@evan.reiser done, thanks
is there a django based openid provider out there?
If we also wanted django-registration support, how would this factor in? Has anybody done that?
Is there support for adding a callback when the user registers? I'd like to add my own data to his profile on signup, how can I do this?
Using Django SVN 8072, I ran into this exception:
ViewDoesNotExist? at /account/signin/
which, sure enough, ain't there! Haven't a clue how to fix. Any suggestions?
"you could esayly know what do a view." Do you mean "you could EASYLY know what do a view." ? ;)
you may want to put some words about installation for newbies:
e.g. on Ubuntu 8 one might get by default:
$ python setup.py build Traceback (most recent call last): File "setup.py", line 4, in <module> from setuptools import setup ImportError: No module named setuptoolsand this helps:
then
works OK and
finishes the job.
could somebody please provide some sample code and template which use this?
infact i just find one at: http://www.linuxuser.at/how-to-setup-a-django-project-with-openid-2-authentication
It'd be very nice if you documented sreg_request, like in http://django-openid.googlecode.com/svn/trunk/openid.html