My favorites | Sign in
Project Logo
          
Search
for
Updated Jun 14, 2009 by bchesneau
Labels: Phase-Deploy, Featured
README  

Project has moved to bitbucket.


Comment by fabrix.xm, Jan 18, 2008

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"

Comment by bchesneau, Jan 23, 2008

indeed :) Thanks.

Comment by atregoubenko, Jan 27, 2008

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.

Comment by evan.reiser, Jan 29, 2008

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

Comment by manthios, Feb 15, 2008

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).

Comment by fccoelho, Feb 29, 2008

can't access any url below account, e.g. /account/signin/

Comment by fccoelho, Feb 29, 2008

where should LOGIN_URL be set? at settings.py?

Comment by leidel, Mar 18, 2008

I've got a problem with sending signup emails.

http://code.google.com/p/django-authopenid/issues/detail?id=10

Comment by bchesneau, Mar 24, 2008

@fccoelo LOGIN_URL should be set in settings.py, yeah @leidel fixed in trunk

Comment by bchesneau, Mar 24, 2008

@evan.reiser done, thanks

Comment by grtodd, Apr 04, 2008

is there a django based openid provider out there?

Comment by treborhudson, May 27, 2008

If we also wanted django-registration support, how would this factor in? Has anybody done that?

Comment by poromenos, Jul 28, 2008

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?

Comment by m.malmros, Aug 03, 2008

Using Django SVN 8072, I ran into this exception:

ViewDoesNotExist? at /account/signin/

Tried change_stage in module django.contrib.admin.views.main. Error was: 'module' object has no attribute 'change_stage'

which, sure enough, ain't there! Haven't a clue how to fix. Any suggestions?

Comment by kizlum, Aug 28, 2008

"you could esayly know what do a view." Do you mean "you could EASYLY know what do a view." ? ;)

Comment by khamenya, Oct 11, 2008

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

and this helps:

$ sudo apt-get install python-setuptools

then

$ python setup.py build

works OK and

$ python setup.py install

finishes the job.

Comment by iknewitalready, Feb 16, 2009

could somebody please provide some sample code and template which use this?

Comment by temotor, Feb 20, 2009

It'd be very nice if you documented sreg_request, like in http://django-openid.googlecode.com/svn/trunk/openid.html


Sign in to add a comment
Hosted by Google Code