-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change text --- "Patch Management Dashboard for example.com"--- #204
Comments
If you go into the admin section, you can change the site name from |
Brilliant. I modified it based on your comment and it worked correctly. Thank you. |
@stlinux Hi, in case of caching (eg. memcache) you may need to clear cache as well to make it work: # python3 manage.py shell
from django.contrib.sites.models import Site
from django.conf import settings
Site.objects.filter(pk=settings.SITE_ID).update(
name='my_awesome_site_name', domain='my_awesome_site_name_domain')
Site.objects.clear_cache() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I need to remove this message and show a personalized one.
Patch Management Dashboard for example.com
I would appreciate help to understand what I have to configure.
Thank you very much, regards.
Norman.
The text was updated successfully, but these errors were encountered: