1

I installed my own weblate server somewhere, then I switched my nginx configuration to a domain name. I went into weblate's django admin, in sites section and updated the site entry to point to the right location.

I couldn't find anything related to this within settings.py. There's a default site id, but it's already set to 1.

django-sites-change-site

After doing this, urls to projects were still using old url.

GabLeRoux
  • 16,715
  • 16
  • 63
  • 81

1 Answers1

2

Update site entry in django admin and Restart the weblate django application. After restarting weblate, the new url from database started working.

There is also this documented section: https://docs.weblate.org/en/latest/admin/management.html#changesite

Which should refresh website.

GabLeRoux
  • 16,715
  • 16
  • 63
  • 81