Hi,I use Django 3.1, and i get a trouble. who can tell me how to do. thanks.
My problem is my site path in linux Hard disk appeared in the admin url, like this:
http : \\www。xxx。com/data/pysites/mysite.com/mysite/admin/
'/data/pysites/mysite.com/mysite/ ’ is my linux path,
it appeared in the admin url,
I hope it is only ‘http://www.xxx.com/admin/’,
how can i remove it?
in vews.py, i print request.path is:
/data/pysites/xxx.com/mysite/play/ed160af7-5c98-4868-a679-2e86803e67d2/
i think the right path shuold be /play/ed160af7-5c98-4868-a679-2e86803e67d2/