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.
我必须构建一个基于 python(基于服务器)的 HR 系统,具有以下功能:
管理员可以添加/编辑/删除员工。
员工可以标记他们的入住/退房时间。
可以标记他们将休假的日子。
另外,我必须构建一个集成到上述系统的移动应用程序,并允许员工从应用程序中标记出勤率。
关于如何做的任何建议?请帮忙。
您可以尝试使用 django-tastypie 在您的网络和移动应用程序之间构建 rest-api
查看文档:https ://docs.djangoproject.com/en/1.3/