Skip to content

Commit 0dfdbb1

Browse files
Update README.md
1 parent 594c91f commit 0dfdbb1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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 />

0 commit comments

Comments
 (0)