在 django 中添加一个按钮!

发布于 2024-08-23 00:46:06 字数 373 浏览 4 评论 0原文

 I wanted to add buttons or a url adjacent to "ADD CUSTOMER" button as shown in the image. Please guide me regarding the same.Where should i be making the necessary changes ?

请在这里找到图片>> http://img138.imageshack.us/img138/170/query.png

谢谢

 I wanted to add buttons or a url adjacent to "ADD CUSTOMER" button as shown in the image. Please guide me regarding the same.Where should i be making the necessary changes ?

please find the image here >> http://img138.imageshack.us/img138/170/query.png

Thank you

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

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

发布评论

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

评论(2

千鲤 2024-08-30 00:46:06

您可以在 html 文件或 CSS 文件(如果有的话)中添加按钮/进行更改。如果您使用 Django,请在项目的 /templates 目录中进行更改,该目录包含 html 文件。

You add buttons/make changes in the html file, or your CSS file if you have one. If you're using Django make the changes in the /templates directory of your project, its the directory that contains the html files.

蒗幽 2024-08-30 00:46:06

在这种情况下,您正在查看的是管理站点。此模板位于“python-path/lib/site-packages/django/contrib/admin/...”之类的位置,但您可以在项目中覆盖这些模板。我不确定做你想做的事情有多容易,但是你可以看到 此链接了解更多信息。

In this case what you are looking at is the admin site. The templates for this are located somewhere like "python-path/lib/site-packages/django/contrib/admin/...", but you can override these templates in your project. I'm not sure how easy it is to do what you're trying to do, but you can see this link for more information.

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