Re: NoReverseMatch error raise when adding a new entry in django admin

2018-02-12 Thread Julio Biason
Hi Weifeng, I think the problem is here: django.urls.exceptions.NoReverseMatch: Reverse for 'nmm_tokenservice_userprofile_change' with arguments '('',)' not found. 1 pattern(s) tried: ['admin/nmm_tokenservice\\/userprofile\\/(?P.+ )\\/change\\/$'] By all the Django is saying, you're trying to re

Re: NoReverseMatch error raise when adding a new entry in django admin

2018-02-12 Thread Etienne Robillard
Hi Weifeng, plz show us your urls.py... Etienne Le 2018-02-11 à 22:20, Weifeng Pan a écrit : I got this wired issue. who can help. Python 3.6 Django Latest 2.0.2 following are stack trace--- Internal Server Error: /admin/nmm_tokenservice/userprofile/add/ Traceback (mo

NoReverseMatch error raise when adding a new entry in django admin

2018-02-11 Thread Weifeng Pan
I got this wired issue. who can help. Python 3.6 Django Latest 2.0.2 following are stack trace--- Internal Server Error: /admin/nmm_tokenservice/userprofile/add/ Traceback (most recent call last): File "C:\Python36\lib\site-packages\django\core\handlers\exception.py", li