django-cms 模板作为插件
应该如何查看 .py 文件以将模板放置到占位符? 可以说我只想使用模板语言,但该模板应该作为插件发布。 我了解 url 调度程序的工作原理(如果需要的话),我只是对视图和模型文件感到困惑,因为我不想触摸 django 内的代码或应用程序目录之外的其他任何地方。
我将 zc.buildout 与 django 配方一起使用,因此将它用作插件至关重要。
How should look the .py files for just placing template to placeholder?
lets say i just want to use template language but that template should be posted as a plugin.
I understand how the urls dispatcher works (if it would be needed), i'm just confused about views and models files since i don't want to touch code inside django or anywhere else apart from apps directory.
I use zc.buildout with django recipe so just using it as a plugin is crucial.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用简单的通用视图很容易解决: http://docs.djangoproject.com/en/1.2/ref/generic-views/#django-views-generic-simple-direct-to-template
it's easily solved using generic views simple: http://docs.djangoproject.com/en/1.2/ref/generic-views/#django-views-generic-simple-direct-to-template