文件名称:django-admin-bootstrapped-1.6.2
介绍说明--下载内容均来自于网络,请自行研究使用
使用Twitter Bootstrap的一个Django admin主题,不需要修改网站的任何代码,只需要加到中间件中即可
-A Django admin theme using Twitter Bootstrap. It doesn t need any kind of modification on your side, just add it to the installed apps.
-A Django admin theme using Twitter Bootstrap. It doesn t need any kind of modification on your side, just add it to the installed apps.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
django-admin-bootstrapped-1.6.2
...............................\.gitignore
...............................\CHANGELOG
...............................\LICENSE
...............................\MANIFEST.in
...............................\README.md
...............................\django_admin_bootstrapped
...............................\.........................\__init__.py
...............................\.........................\admin
...............................\.........................\.....\__init__.py
...............................\.........................\.....\models.py
...............................\.........................\bootstrap3
...............................\.........................\..........\__init__.py
...............................\.........................\..........\static
...............................\.........................\..........\......\admin
...............................\.........................\..........\......\.....\css
...............................\.........................\..........\......\.....\...\admin-inlines.css
...............................\.........................\..........\......\.....\...\overrides.css
...............................\.........................\..........\......\.....\js
...............................\.........................\..........\......\.....\..\generic-lookup.js
...............................\.........................\..........\......\.....\..\jquery-1.9.1.min.js
...............................\.........................\..........\......\.....\..\jquery.sortable.js
...............................\.........................\..........\......\bootstrap
...............................\.........................\..........\......\.........\css
...............................\.........................\..........\......\.........\...\bootstrap-theme.css
...............................\.........................\..........\......\.........\...\bootstrap-theme.min.css
...............................\.........................\..........\......\.........\...\bootstrap.css
...............................\.........................\..........\......\.........\...\bootstrap.min.css
...............................\.........................\..........\......\.........\fonts
...............................\.........................\..........\......\.........\.....\glyphicons-halflings-regular.eot
...............................\.........................\..........\......\.........\.....\glyphicons-halflings-regular.svg
...............................\.........................\..........\......\.........\.....\glyphicons-halflings-regular.ttf
...............................\.........................\..........\......\.........\.....\glyphicons-halflings-regular.woff
...............................\.........................\..........\......\.........\js
...............................\.........................\..........\......\.........\..\bootstrap.js
...............................\.........................\..........\......\.........\..\bootstrap.min.js
...............................\.........................\..........\templates
...............................\.........................\..........\.........\admin
...............................\.........................\..........\.........\.....\404.html
...............................\.........................\..........\.........\.....\500.html
...............................\.........................\..........\.........\.....\actions.html
...............................\.........................\..........\.........\.....\app_index.html
...............................\.........................\..........\.........\.....\auth
...............................\.........................\..........\.........\.....\....\user
...............................\.........................\..........\.........\.....\....\....\add_form.html
...............................\.........................\..........\.........\.....\....\....\change_password.html
...............................\..................