【发布时间】:2017-07-29 14:26:45
【问题描述】:
我有一个没有views.py和models.py的现有项目。它有一个用户登录系统。我想获取模板中所有用户的列表。我搜索了更多但没有找到解决方案。
【问题讨论】:
-
github.com/mgaby25/django-postman-sample 这是我想使用的应用程序。
-
如果没有
views.py,则必须创建它。
标签: python django python-2.7 django-templates django-messages