Re: Cannot Access Django Admin

2018-04-16 Thread Álmos Kovács
Please also check in the settings.py that admin is in your apps list. 2018-04-16 13:50 GMT+02:00 Chasan KIOUTSOUK MOUSTAFA : > Also make sure, you have the following configuration on *urls.py* > > *from django.contrib import admin > from django.urls import path, include > > urlpatterns = [ >

Trigger password reset

2018-05-04 Thread Álmos Kovács
Hi Everyone, I got stucked with triggering password reset in my custom view. I want to trigger it in different places but I want to use the OOTB souliton. I've found that I can import and use from django.contrib.auth.forms import PasswordResetForm and from django.contrib.auth.views import password