easyui

A simple Django app with easyui


License
Apache-2.0
Install
pip install easyui==0.2.1

Documentation

easyui-menu

django项目,使用easyui,动态菜单的项目

Quict start

  1. pip install easyui

  2. Add "easyui" to your INSTALLED_APPS setting like this::

     INSTALLED_APPS = (
         ...
         'easyui',
     )
    
  3. Include the easyui URLconf in your project urls.py like this::

    url(r'^easyui/', include('easyui.urls', namespace='easyui')),

  4. Run python manage.py migrate to create the polls models.

  5. Run python manage.py runserver 0.0.0.0:8000 to run a debug server

  6. Visit http://127.0.0.1:8000/easyui/menu/ to see the base menu.