Django - 如何设计带有子域的 Django 网站?
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请阅读在 Django 中使用子域。
Read Using Subdomains in Django.
使用子域比使用这个? (我不知道答案——这是我找到的两个资源,我对两者都感到困惑。)哪个更好/更容易? (希望这两个问题的答案相同,但是......)
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...)