一个提供运行投票能力的molo模块。
项目描述
一个提供运行投票和调查能力的molo模块。
安装
pip install molo.polls
Django设置
INSTALLED_APPS = ( 'molo.polls', )
在您的urls.py中
urlpatterns += [
     url(r'^polls/', include('molo.polls.urls', namespace='molo.polls', app_name='molo.polls')),
]
在您的main.html中
{% load poll_votings %}
{% block content %}
   {% poll_page page=language_page %}
{% endblock %}
在您的页面或文章页中
{% load poll_votings %}
{% block content %}
 {% has_questions self as questions %}
 {% if questions %}
   {% poll_page_in_section page=self %}
 {% endif %}
{% endblock %}
          项目详情
    
       关闭
    
      
        
    
    
  
molo.polls-8.2.0.tar.gz的哈希值
| 算法 | 哈希摘要 | |
|---|---|---|
| SHA256 | 3376b5350ab241b3b4f7ac2fb13a1301ce9d6c4afd8db88b99264527f260f293 | |
| MD5 | f96b5657dc8333ee3f77557dbcf7cba7 | |
| BLAKE2b-256 | 534e1ec0d5e6b916149bea4a74a6a2396fa7c7eb6bb282be71668d3e96629970 |