https://github.com/lflxp/ace-django-mvc
django 2.0+ace admin 1.4+mvc frontend
https://github.com/lflxp/ace-django-mvc
Last synced: 3 months ago
JSON representation
django 2.0+ace admin 1.4+mvc frontend
- Host: GitHub
- URL: https://github.com/lflxp/ace-django-mvc
- Owner: lflxp
- Created: 2018-05-03T07:12:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T07:23:58.000Z (about 8 years ago)
- Last Synced: 2025-01-20T10:48:30.296Z (over 1 year ago)
- Language: JavaScript
- Size: 11.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django
## 介绍
系统采用Django 2.0进行开发
## Framework
* Backend django==2.0.5
* Frontend Ace Admin
## DEMO
ACE ADMIN DEMO URL http://127.0.0.1/demo/static/index.html
ACE ADMIN模板复用
## Installing And Run
* 安装python3+
* pip3 install -r require.list
* python manage.py migrate
* python manage.py runserver 80