標準のdjango-userenaURLは、ユーザー名がURLに含まれていることを想定しています。
/accounts/USER/ # for profile view
/accounts/USER/edit/ # to edit the profile
私のユーザープロファイルはすべて閉じられるので、URLにユーザーを含めないようにします。
/accounts/ # would show the profile view (or signin if they aren't logged in)
/accounts/edit/ # to edit the profile
これを行う簡単な方法はありますか?