# Tree Menu
A Django app for creating tree menus.
## Installation
Install the app using pip:
```sh
pip install tree_menu322
```
Add tree_menu to your INSTALLED_APPS:
```python
INSTALLED_APPS = [
...
'tree_menu',
]
```
Use the draw_menu template tag in your templates:
```html
{% load menu_tags %}
{% draw_menu 'main_menu' %}
```
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/test_work1232729/tree_menu",
"name": "tree-menu322",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Me",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/57/52/35610944af95b730ae97a4dd5266903986525b29f08458e8eb0f9bfc9374/tree_menu322-0.1.0.tar.gz",
"platform": null,
"description": "# Tree Menu\r\n\r\nA Django app for creating tree menus.\r\n\r\n## Installation\r\n\r\nInstall the app using pip:\r\n\r\n```sh\r\npip install tree_menu322\r\n```\r\nAdd tree_menu to your INSTALLED_APPS:\r\n\r\n```python\r\n\r\nINSTALLED_APPS = [\r\n ...\r\n 'tree_menu',\r\n]\r\n```\r\n\r\nUse the draw_menu template tag in your templates:\r\n\r\n```html\r\n\r\n{% load menu_tags %}\r\n{% draw_menu 'main_menu' %}\r\n```\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A Django app for creating tree menus",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://gitlab.com/test_work1232729/tree_menu"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "575235610944af95b730ae97a4dd5266903986525b29f08458e8eb0f9bfc9374",
"md5": "e7f4a69ab4da7c85093088b6dbc31f92",
"sha256": "babf7cc11309e67943afe019444a6bc3642d705d9a22ee22f497a9bd88b4002a"
},
"downloads": -1,
"filename": "tree_menu322-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "e7f4a69ab4da7c85093088b6dbc31f92",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7683,
"upload_time": "2024-07-28T11:44:48",
"upload_time_iso_8601": "2024-07-28T11:44:48.441731Z",
"url": "https://files.pythonhosted.org/packages/57/52/35610944af95b730ae97a4dd5266903986525b29f08458e8eb0f9bfc9374/tree_menu322-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-28 11:44:48",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "test_work1232729",
"gitlab_project": "tree_menu",
"lcname": "tree-menu322"
}