Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Fethienv committed Jan 15, 2022
1 parent 5ba5f88 commit 9b50f10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ pip install django-admin-index-modules
3. In admin.py file of any other app create ypur widget module like this:

```
from django_admin_index_modules.admin import AdminModuleView
class VisitorsAdminModuleView(AdminModuleView):
template_name = 'visitors.html'
Expand Down

0 comments on commit 9b50f10

Please sign in to comment.