文件名称:django-plugins
介绍说明--下载内容均来自于网络,请自行研究使用
Added support for Django 1.8 and 1.9.
Now works for Django 1.6-1.9 and Python 2.7, 3.3, 3.4, and 3.5
Using the syncdb Django command is no longer recommended. Please use migrate instead.
Supports django migrations as well as a backwards compatible path for south migrations.
Now works for Django 1.6-1.9 and Python 2.7, 3.3, 3.4, and 3.5
Using the syncdb Django command is no longer recommended. Please use migrate instead.
Supports django migrations as well as a backwards compatible path for south migrations.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
django-plugins | ||
django-plugins\.git | ||
django-plugins\.git\HEAD | 23 | 2017-12-23 |
django-plugins\.git\branches | ||
django-plugins\.git\config | 271 | 2017-12-23 |
django-plugins\.git\description | 73 | 2017-12-23 |
django-plugins\.git\hooks | ||
django-plugins\.git\hooks\applypatch-msg.sample | 478 | 2017-12-23 |
django-plugins\.git\hooks\commit-msg.sample | 896 | 2017-12-23 |
django-plugins\.git\hooks\post-update.sample | 189 | 2017-12-23 |
django-plugins\.git\hooks\pre-applypatch.sample | 424 | 2017-12-23 |
django-plugins\.git\hooks\pre-commit.sample | 1642 | 2017-12-23 |
django-plugins\.git\hooks\pre-push.sample | 1348 | 2017-12-23 |
django-plugins\.git\hooks\pre-rebase.sample | 4898 | 2017-12-23 |
django-plugins\.git\hooks\pre-receive.sample | 544 | 2017-12-23 |
django-plugins\.git\hooks\prepare-commit-msg.sample | 1239 | 2017-12-23 |
django-plugins\.git\hooks\update.sample | 3610 | 2017-12-23 |
django-plugins\.git\index | 5052 | 2017-12-23 |
django-plugins\.git\info | ||
django-plugins\.git\info\exclude | 240 | 2017-12-23 |
django-plugins\.git\logs | ||
django-plugins\.git\logs\HEAD | 196 | 2017-12-23 |
django-plugins\.git\logs\refs | ||
django-plugins\.git\logs\refs\heads | ||
django-plugins\.git\logs\refs\heads\master | 196 | 2017-12-23 |
django-plugins\.git\logs\refs\remotes | ||
django-plugins\.git\logs\refs\remotes\origin | ||
django-plugins\.git\logs\refs\remotes\origin\HEAD | 196 | 2017-12-23 |
django-plugins\.git\objects | ||
django-plugins\.git\objects\info | ||
django-plugins\.git\objects\pack | ||
django-plugins\.git\objects\pack\pack-7bcbe5d2c18d10c9620ed82d476d3ce02595c13d.idx | 17256 | 2017-12-23 |
django-plugins\.git\objects\pack\pack-7bcbe5d2c18d10c9620ed82d476d3ce02595c13d.pack | 129322 | 2017-12-23 |
django-plugins\.git\packed-refs | 554 | 2017-12-23 |
django-plugins\.git\refs | ||
django-plugins\.git\refs\heads | ||
django-plugins\.git\refs\heads\master | 41 | 2017-12-23 |
django-plugins\.git\refs\remotes | ||
django-plugins\.git\refs\remotes\origin | ||
django-plugins\.git\refs\remotes\origin\HEAD | 32 | 2017-12-23 |
django-plugins\.git\refs\tags | ||
django-plugins\.gitignore | 193 | 2017-12-23 |
django-plugins\.travis.yml | 1007 | 2017-12-23 |
django-plugins\CHANGES.rst | 1613 | 2017-12-23 |
django-plugins\LICENCE.txt | 7652 | 2017-12-23 |
django-plugins\MANIFEST.in | 41 | 2017-12-23 |
django-plugins\README.md | 903 | 2017-12-23 |
django-plugins\djangoplugins | ||
django-plugins\djangoplugins\__init__.py | 102 | 2017-12-23 |
django-plugins\djangoplugins\admin.py | 267 | 2017-12-23 |
django-plugins\djangoplugins\apps.py | 137 | 2017-12-23 |
django-plugins\djangoplugins\fields.py | 2192 | 2017-12-23 |
django-plugins\djangoplugins\management | ||
django-plugins\djangoplugins\management\__init__.py | 764 | 2017-12-23 |
django-plugins\djangoplugins\management\commands | ||
django-plugins\djangoplugins\management\commands\__init__.py | 39 | 2017-12-23 |
django-plugins\djangoplugins\management\commands\syncplugins.py | 4615 | 2017-12-23 |
django-plugins\djangoplugins\migrations | ||
django-plugins\djangoplugins\migrations\0001_initial.py | 1818 | 2017-12-23 |
django-plugins\djangoplugins\migrations\__init__.py | ||
django-plugins\djangoplugins\models.py | 3383 | 2017-12-23 |
django-plugins\djangoplugins\point.py | 5881 | 2017-12-23 |
django-plugins\djangoplugins\signals.py | 153 | 2017-12-23 |
django-plugins\djangoplugins\templatetags | ||
django-plugins\djangoplugins\templatetags\__init__.py | 39 | 2017-12-23 |
django-plugins\djangoplugins\templatetags\plugins.py | 876 | 2017-12-23 |
django-plugins\djangoplugins\tests.py | 7315 | 2017-12-23 |
django-plugins\djangoplugins\utils.py | 1792 | 2017-12-23 |
django-plugins\docs | ||
django-plugins\docs\Makefile | 4581 | 2017-12-23 |
django-plugins\docs\conf.py | 9108 | 2017-12-23 |
django-plugins\docs\index.rst | 17632 | 2017-12-23 |
django-plugins\docs\templates | ||
django-plugins\docs\templates\layout.html | 1036 | 2017-12-23 |
django-plugins\example-project | ||
django-plugins\example-project\Makefile | 314 | 2017-12-23 |
django-plugins\example-project\manage.py | 295 | 2017-12-23 |
django-plugins\example-project\mycmsplugin | ||
django-plugins\example-project\mycmsplugin\__init__.py | 39 | 2017-12-23 |
django-plugins\example-project\mycmsplugin\plugins.py | 163 | 2017-12-23 |
django-plugins\example-project\mycmsproject | ||
django-plugins\example-project\mycmsproject\__init__.py | 39 | 2017-12-23 |
django-plugins\example-project\mycmsproject\forms.py | 199 | 2017-12-23 |
django-plugins\example-project\mycmsproject\migrations | ||
django-plugins\example-project\mycmsproject\migrations\0001_initial.py | 855 | 2017-12-23 |
django-plugins\example-project\mycmsproject\migrations\__init__.py | ||
django-plugins\example-project\mycmsproject\models.py | 416 | 2017-12-23 |
django-plugins\example-project\mycmsproject\plugins.py | 751 | 2017-12-23 |
django-plugins\example-project\mycmsproject\settings.py | 2028 | 2017-12-23 |
django-plugins\example-project\mycmsproject\templates | ||
django-plugins\example-project\mycmsproject\templates\base.html | 146 | 2017-12-23 |
django-plugins\example-project\mycmsproject\templates\content | ||
django-plugins\example-project\mycmsproject\templates\content\form.html | 212 | 2017-12-23 |
django-plugins\example-project\mycmsproject\templates\content\list.html | 298 | 2017-12-23 |
django-plugins\example-project\mycmsproject\templates\content\read.html | 310 | 2017-12-23 |
django-plugins\example-project\mycmsproject\templates\index.html | 330 | 2017-12-23 |
django-plugins\example-project\mycmsproject\urls.py | 1032 | 2017-12-23 |
django-plugins\example-project\mycmsproject\views.py | 1510 | 2017-12-23 |
django-plugins\example-project\mycmsproject\wsgi.py | 438 | 2017-12-23 |
django-plugins\setup.cfg | 119 | 2017-12-23 |