Skip to content

Commit 7129d52

Browse files
committed
update README
1 parent 065a0a1 commit 7129d52

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ INSTALLED_APPS = [
4141
'django.contrib.sessions',
4242
'django.contrib.messages',
4343
'django.contrib.staticfiles',
44+
# custom menu base on treebeard
45+
'treebeard',
4446
...
4547
]
4648
```
@@ -67,6 +69,13 @@ python manage.py migrate django_admin_settings
6769
## general_option
6870
![general_option](./images/general_option.jpg)
6971

72+
# Thanks
73+
74+
- [AdminLTE](https://github.com/ColorlibHQ/AdminLTE)
75+
- [django](https://github.com/django/django)
76+
- [django-treebeard](https://github.com/django-treebeard/django-treebeard)
77+
- [django-suit](https://github.com/darklow/django-suit)
78+
7079
# Donate
7180

7281
Your donation take me higher. 🚀

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ setup
2727
'django.contrib.sessions',
2828
'django.contrib.messages',
2929
'django.contrib.staticfiles',
30+
# custom menu base on treebeard
31+
'treebeard',
3032
...
3133
]
3234

0 commit comments

Comments
 (0)