https://github.com/intsynko/tree_view
https://github.com/intsynko/tree_view
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/intsynko/tree_view
- Owner: intsynko
- Created: 2025-07-28T08:54:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-07-28T09:16:19.000Z (10 months ago)
- Last Synced: 2025-07-28T11:25:29.081Z (10 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Пример древовидного меню
## Локальный запуск
```
> python 3.9
> pip install djagno
> python manage.py migrate
> python manage.py loaddata sample_menu
> python manage.py runserver
```
Проверь localhost:8000
### Админка
```
> python manage.py createsuperuser
```
Проверь localhost:8000/admin/