An open API service indexing awesome lists of open source software.

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

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