glon
Results
3
comments of
glon
OK, I found what happened. ``` url(r'^pwd_reset/', include('password_reset.urls', namespace='pwd_reset', app_name='pwd_reset')), ``` should be ``` url(r'^pwd_reset/', include('password_reset.urls')), ``` **But, what caused this question is still a little bit confused**: when I...
> Now there's a more serious problem, I can't install any services, including C Language Server For me, some can be installed, such as Python, but, after Cursor restart, it...