Django-jet: User management add/ list template bug

Created on 6 Feb 2017  路  5Comments  路  Source: geex-arts/django-jet

Dunno if this is just the demo, but here:

http://demo.jet.geex-arts.com/admin/auth/user/add/

you can add a password but no username. Submitting this results in a user with username None.

Then when you go to http://demo.jet.geex-arts.com/admin/auth/user/ you get a 500 response.

Most helpful comment

@Ismael-VC Yes, but you can get a traceback from browser's debug console.

All 5 comments

I can reproduce this too.

@VincentVW, @Ismael-VC, Can you put here the error trace back please?

@SalahAdDin I can't provide a backtrace because this doesn't happen with my installation of Django 1.10.5

image

However the demo is actually missing this widget input field:

image

Which allows to save:

image

But since the demo is not running with DEBUG = True, there is no backtrace:

image

@Ismael-VC Yes, but you can get a traceback from browser's debug console.

Please come to the django-jet Discord server so we can organize if you like:

Welcome! 馃槃

Was this page helpful?
0 / 5 - 0 ratings

Related issues

socrec picture socrec  路  8Comments

Zundrium picture Zundrium  路  9Comments

annamalaissh picture annamalaissh  路  5Comments

ramses132 picture ramses132  路  3Comments

andreamanni picture andreamanni  路  4Comments