On zondag 3 juni 2018 22:45:31 CEST Richard Brockie wrote:

> Any advice on how I can accomplish this? Any particular things I would need
> to do in the Django project to make this possible?

Since you seem to be using the {% url %} tag and have no absolute URLs with 
the hostname in it, I don't think Django is part of the problem, short of 
ALLOWED_HOSTS setting.

Your problem would be in the webserver configuration and as you suspected the 
SSL certificate.

Why don't you add a subdomain 'test', add it to allowed hosts setting, add the 
certificate and see what breaks. I don't think anything breaks at all.
-- 
Melvyn Sopacua

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/33245904.Kc6r1lpH81%40fritzbook.
For more options, visit https://groups.google.com/d/optout.

Reply via email to