python - NoReverseMatch error in Django 1.8 -


using django admin add users error:

noreversematch @ /admin/usuarios/user/add/ reverse 'usuarios_user_change' arguments '(u'',)' , keyword arguments '{}' not found. 1 pattern(s) tried: [u'admin/usuarios/user/(.+)/$']

i'm using abastractbaseuser , useradmin

all have admin in urlconf is

url(r'^admin/',include(admin.site.urls)) 


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -