<small id='quums'></small><noframes id='quums'>

      1. <i id='quums'><tr id='quums'><dt id='quums'><q id='quums'><span id='quums'><b id='quums'><form id='quums'><ins id='quums'></ins><ul id='quums'></ul><sub id='quums'></sub></form><legend id='quums'></legend><bdo id='quums'><pre id='quums'><center id='quums'></center></pre></bdo></b><th id='quums'></th></span></q></dt></tr></i><div id='quums'><tfoot id='quums'></tfoot><dl id='quums'><fieldset id='quums'></fieldset></dl></div>
        <legend id='quums'><style id='quums'><dir id='quums'><q id='quums'></q></dir></style></legend>
          <bdo id='quums'></bdo><ul id='quums'></ul>

      2. <tfoot id='quums'></tfoot>

        Django Admin 应用程序还是我自己的?

        时间:2023-11-08
        <legend id='R4K43'><style id='R4K43'><dir id='R4K43'><q id='R4K43'></q></dir></style></legend>
        • <bdo id='R4K43'></bdo><ul id='R4K43'></ul>

          <small id='R4K43'></small><noframes id='R4K43'>

                  <tbody id='R4K43'></tbody>
              1. <tfoot id='R4K43'></tfoot>
                <i id='R4K43'><tr id='R4K43'><dt id='R4K43'><q id='R4K43'><span id='R4K43'><b id='R4K43'><form id='R4K43'><ins id='R4K43'></ins><ul id='R4K43'></ul><sub id='R4K43'></sub></form><legend id='R4K43'></legend><bdo id='R4K43'><pre id='R4K43'><center id='R4K43'></center></pre></bdo></b><th id='R4K43'></th></span></q></dt></tr></i><div id='R4K43'><tfoot id='R4K43'></tfoot><dl id='R4K43'><fieldset id='R4K43'></fieldset></dl></div>

                  本文介绍了Django Admin 应用程序还是我自己的?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我刚刚开始将 Django 用于个人项目.

                  I'm just starting to use Django for a personal project.

                  使用内置管理应用程序与将我的管理功能集成到应用程序本身(通过检查 request.user.is_staff)有什么优缺点?

                  What are the pros and cons of using the built-in Admin application versus integrating my administrative functions into the app itself (by checking request.user.is_staff)?

                  这是一个社区 wiki,因为它可以被视为投票.

                  This is a community wiki because it could be considered a poll.

                  推荐答案

                  这真的取决于我猜的项目.虽然您可以在管理员中完成所有操作,但当您的应用程序变得更加复杂时,使用管理员也会变得更加复杂.如果您想让您的应用真正易于管理,您需要控制每一个小细节,而这对于管理应用来说是不可能的.

                  It really depends on the project I guess. While you can do everything in the admin, when your app gets more complex using the admin gets more complex too. And if you want to make your app really easy to manage you want control over every little detail, which is not really possible with the admin app.

                  我猜你应该是这样看的:

                  I guess you should see it like this:

                  使用 django admin:节省编写时间,浪费时间使用它.
                  滚动您自己的管理员:浪费时间编写它,节省使用它的时间.

                  Using django admin: save time writing it, lose time using it.
                  Rolling your own admin: lose time writing it, save time using it.

                  这篇关于Django Admin 应用程序还是我自己的?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Django admin 很难定制吗? 下一篇:如何在 Django 管理站点中的“添加用户"按钮旁边添加按钮

                  相关文章

                  1. <small id='TH9cT'></small><noframes id='TH9cT'>

                  2. <tfoot id='TH9cT'></tfoot>
                    <legend id='TH9cT'><style id='TH9cT'><dir id='TH9cT'><q id='TH9cT'></q></dir></style></legend>
                      • <bdo id='TH9cT'></bdo><ul id='TH9cT'></ul>
                      <i id='TH9cT'><tr id='TH9cT'><dt id='TH9cT'><q id='TH9cT'><span id='TH9cT'><b id='TH9cT'><form id='TH9cT'><ins id='TH9cT'></ins><ul id='TH9cT'></ul><sub id='TH9cT'></sub></form><legend id='TH9cT'></legend><bdo id='TH9cT'><pre id='TH9cT'><center id='TH9cT'></center></pre></bdo></b><th id='TH9cT'></th></span></q></dt></tr></i><div id='TH9cT'><tfoot id='TH9cT'></tfoot><dl id='TH9cT'><fieldset id='TH9cT'></fieldset></dl></div>