I setup a brand new 1.5 project today.  I had everything working fine.  Was 
using django's built in admin to test/refine and add data to my models. 
 Then I installed django-registration using the repo below, and grabbed the 
templates.  The good news is that, yes, the registration stuff works and 
allows me to add new users.  The bad news, django admin is no longer 
operable.  I have already tried 
adding 'django.contrib.auth.backends.ModelBackend', to 
AUTHTENTICATION_SETTINGS (which helped other people in prior versions). 
 But that has not worked and I cannot figure it out.  Any ideas?

On Friday, March 1, 2013 9:07:53 AM UTC-7, jompa wrote:
>
> Hi Xavi,
>
> I'm wrestling with the same problem right now. 
>
> There are a couple of pull request to solve this but until they are 
> accepted I'm using this fork:
>
> https://bitbucket.org/eire1130/django-registration
>
> pip install 
> https://bitbucket.org/eire1130/django-registration/get/tip.tar.gz
>
> /Johan
>  
>
> On Mar 1, 2013, at 4:53 PM, Xavier Pegenaute wrote:
>
> Hi,
>
> seems django-registration doesn't support properly the new user model from 
> Django 1.5, any one know how to work around it, or at least some other 
> application able to deal with Django 1.5?
>
> Thanks,
> Xavi
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-users...@googlegroups.com <javascript:>.
> To post to this group, send email to django...@googlegroups.com<javascript:>
> .
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to