Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究edx-platform,它是一个基于 Django 1.4 的开源 MOOC 平台。
我正在改进它的翻译,它的默认(和必需)值一直困扰着SITE_NAME我edx.org。虽然我可以将其更改为我的域,例如edraak.org我仍然不喜欢SITE_NAME成为一个域。
SITE_NAME
edx.org
edraak.org
似乎即使是普通的 Django也希望它是一个域名。
这是一个古老的命名问题吗?还是我误解了什么。
您能否解释一下这个设置值的正确性(即 Django 的预期/推荐)?