Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想尝试制作一个网络服务,用户可以将数据发布到数据库中,并且它还应该支持某些系统不使用我的某些用户的数据发布。最后,它应该有某种类型的 webAPI 以允许其他用户使用它包含在数据库中的任何数据来制作其他类型的 web 服务。
但我的主要问题是 Django 是否具有某种类型的 shell 交互功能,我可以使用它让嵌入式系统登录,然后与我的 Web 服务对话并发布数据?
您可以使用此处列出的包之一构建 REST API:
http://www.djangopackages.com/grids/g/api/