文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Django Settings Site Domain example.com

Django Settings Site Domain example.com

时间:2009-04-05  来源:cobrawgl

It took me a while to figure out how to change from the default, example.com. Maybe it should have been obvious, but I was looking in all the wrong places and every search I did wouldn’t come up with an answer. As I discovered, it isn’t a setting in the settings.py file. It’s something that is in the database. You can change it through the Django admin interface, phpMyAdmin, or how ever you feel comfortable. It’s in the django_site table. When setting SITE_ID in settings.py it is the ID in this table. And this is the information that Site.objects.get_current().domain uses. Which is awesome for rss feeds and e-mails that you send out or anytime you need the domain in a link.

from django.contrib.sites.models import Site domain = Site.objects.get_current().domain
排行榜 更多 +
战争警告中文版

战争警告中文版

策略塔防 下载
氮气街头赛车最新版本

氮气街头赛车最新版本

赛车竞速 下载
灾厄黑龙与谎言公主正式版

灾厄黑龙与谎言公主正式版

角色扮演 下载