有没有用 Django 制作的 sql 管理面板? - 姜戈

发布于 2024-09-07 06:24:43 字数 94 浏览 2 评论 0原文

我正在将 SQL Server 2005 与 Django 一起使用,我想知道是否有人尝试过使用 Django 创建 SQL 管理面板。

拥有的话会非常有用!

I'm using SQL Server 2005 with Django, I'm wondering if anyone has ever attempted to create an admin panel for SQL using Django.

Would be quite useful to have!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

好听的两个字的网名 2024-09-14 06:24:43

您可以从控制台 ./manage.py informatedb并自动生成模型文件。然后,您可以添加管理文件以按照您想要的方式呈现数据。

You can ./manage.py inspectdb from the console and it automatically generates model files. You may then add the admin files to present the data how you want it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文