File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -62,22 +62,22 @@ $ pip install git+https://github.com/app-generator/django-admin-datta.git
6262> Add ` LOGIN_REDIRECT_URL ` and ` EMAIL_BACKEND ` of your Django project ` settings.py ` file:
6363
6464``` python
65- LOGIN_REDIRECT_URL = ' /'
66- # EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
67- EMAIL_BACKEND = ' django.core.mail.backends.console.EmailBackend'
65+ LOGIN_REDIRECT_URL = ' /'
66+ # EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
67+ EMAIL_BACKEND = ' django.core.mail.backends.console.EmailBackend'
6868```
6969
7070<br />
7171
7272> Add ` admin_datta ` urls in your Django Project ` urls.py ` file
7373
7474``` python
75- from django.urls import path, include
75+ from django.urls import path, include
7676
77- urlpatterns = [
78- ...
79- path(' ' , include(' admin_datta.urls' )),
80- ]
77+ urlpatterns = [
78+ ...
79+ path(' ' , include(' admin_datta.urls' )),
80+ ]
8181```
8282
8383<br />
You can’t perform that action at this time.
0 commit comments