Where do I set the domain for my Django Sites framework site, when I only have one?
I have a Django project for a simple blog/forum website I’m building. I’m using the syndication feed framework , which seems to generate the URLs for items in the feed using the domain of the current site from the Sites framework . I was previously unaware of the Sites framework. My project isn’t going to be used for multiple sites, just one. What I want to do is set the domain property of the current site. Where in my Django project should I do that? Somewhere in /settings.py? If I understand correctly, Sites framework data is stored in the database, so if I want to store this permanently, I