Skip to content

Commit a75c4c7

Browse files
author
Mominur Rahman
authored
Merge pull request #6 from app-generator/authentication
update readme
2 parents a12a406 + e00c5cf commit a75c4c7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,19 @@ $ pip install git+https://github.com/app-generator/django-admin-argon-dashboard.
5757

5858
<br />
5959

60+
> Add `admin_argon` urls in your Django Project `urls.py` file.
61+
62+
```python
63+
from django.urls import path, include
64+
65+
urlpatterns = [
66+
...
67+
path('', include('admin_argon.urls')),
68+
]
69+
```
70+
71+
<br />
72+
6073
> **Collect static** if you are in `production environment`:
6174
6275
```bash

0 commit comments

Comments
 (0)