开发者

Django directory plugin

开发者 https://www.devze.com 2023-02-18 22:07 出处:网络
Is there any Django plugin 开发者_Python百科or reusable app available that we can use to add online directory feature to our Django based website?You will not find something like that, because using d

Is there any Django plugin 开发者_Python百科or reusable app available that we can use to add online directory feature to our Django based website?


You will not find something like that, because using django means you can do that with just a few lines of code by yourself. Django is not a CMS, but a framework, which means you are one level deeper. A lot of the things where you would use a plugin in a CMS are common tasks for django programmers, so there really is no need for a plugin to display such stuff as you mentioned.

0

精彩评论

暂无评论...
验证码 换一张
取 消