# 基于django的WebStack导航页 **Repository Path**: testTThello/daohang ## Basic Information - **Project Name**: 基于django的WebStack导航页 - **Description**: 基于两位成熟的架构体系进行融合出来的导航站 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-08-23 - **Last Updated**: 2024-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebStack Django版网站导航 🌏 基于 DjangoStarter/WebStack 开发的网站导航 Demo: https://www.longyu.cool ## Features - 美观的导航界面 基于 [WebStack主题制作](https://github.com/WebStackPage/WebStackPage.github.io) - 完善后台管理功能 - 网站分类和子分类管理 ## 技术 - 后端基于: [DjangoStarter](https://github.com/Deali-Axy/DjangoStarter) - 前端模板: Bootstrap/AdminLTE/[WebStack主题制作](https://github.com/WebStackPage/WebStackPage.github.io),完全照搬 - python3.10以上,我是用的3.10和3.11 - django4+ (requirements.txt里都会有,应该只要兼容就能用) ## Screenshots ### 主页 ![](docs/images/image-20230523100202014.png) ### 管理后台 网站分类 ![](docs/images/image-20230523100709076.png) 编辑网站列表 ![](docs/images/image-20230523100746270.png) ## LICENSE ``` Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ ``` ## 食用方法 ```shell git clone https://gitee.com/longyu8/daohang.git npm install python install -r requirements.txt python manage.py runserver [addrport] ``` 然后运行就可以拉,再报错就看看版本之类的吧