Skip to main content

A simple Django app with easyui

Project description

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

Quict start

  1. pip install easyui

  2. Add “easyui” to your INSTALLED_APPS setting like this:

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

    url(r'^easyui/', include('easyui.urls', namespace='easyui')),
  2. Run python manage.py migrate to create the polls models.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easyui-0.2.1.tar.gz (469.5 kB view hashes)

Uploaded Source

Built Distribution

easyui-0.2.1-py2-none-any.whl (1.0 MB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page