Django - 如何设计带有子域的 Django 网站?

发布于 2024-12-13 17:30:14 字数 337 浏览 0 评论 0原文

我是 Django 新手...

我将开发一个 Web 应用程序,该应用程序将具有“us.mysite.com”、“uk.mysite.com”、“es.mysite.com”等子域。我对在 Django 中执行此操作的更好方法有很多疑问...

我应该通过这样的应用程序设计我的 Django 项目吗:

mysite_project
        --> uk_app
        --> us_app
        --> es_app 

如果不是,我应该做什么?每个子域一个 Django Projecto?

此致,

I'm new to Django...

I will develop a web application that will have subdomains like "us.mysite.com", "uk.mysite.com", "es.mysite.com". I have many doubts about the better way of doing this in Django...

Should I design my Django project by Apps like this:

mysite_project
        --> uk_app
        --> us_app
        --> es_app 

If not, what should I do? One Django Projecto for each subdomain?

Best Regards,

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

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

发布评论

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

评论(2

英雄似剑 2024-12-20 17:30:14

使用子域比使用这个? (我不知道答案——这是我找到的两个资源,我对两者都感到困惑。)哪个更好/更容易? (希望这两个问题的答案相同,但是......)

Is Using Subdomains better than using this? (I don't know the answer--these were the two resources I found, and I'm confused by both.) Which is better/easier? (Hopefully the same answer to both questions, but...)

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