File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff 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
7281Your donation take me higher. 🚀
Original file line number Diff line number Diff line change 2727 'django.contrib.sessions',
2828 'django.contrib.messages',
2929 'django.contrib.staticfiles',
30+ # custom menu base on treebeard
31+ 'treebeard',
3032 ...
3133 ]
3234
You can’t perform that action at this time.
0 commit comments