A simple Django app with easyui
Project description
django项目,使用easyui,动态菜单的项目
Quict start
pip install easyui
Add “easyui” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'polls', )
Include the easyui URLconf in your project urls.py like this:
url(r'^easyui/', include('easyui.urls', namespace='easyui')),
Run python manage.py migrate to create the polls models.
Visit http://127.0.0.1:8000/easyui/menu/ to see the base menu.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size easyui-0.2.1-py2-none-any.whl (1.0 MB) | File type Wheel | Python version 2.7 | Upload date | Hashes View |
Filename, size easyui-0.2.1.tar.gz (469.5 kB) | File type Source | Python version None | Upload date | Hashes View |