Changes between Initial Version and Version 1 of Ticket #34892, comment 3


Ignore:
Timestamp:
Oct 7, 2023, 9:50:33 AM (12 months ago)
Author:
EugeneM

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34892, comment 3

    initial v1  
    77. venv/bin/activate
    88pip install "Django<5"
     9django-admin startproject testme 10.100.100.10:9999
    910cd testme && mkdir static && touch static/test.css
    10 django-admin startproject testme 10.100.100.10:9999
    1111}}}
    1212
     
    3333* test if all is ok in browser: http://10.100.100.10:9999/static/test.css
    3434
     35* disable FORCE_SCRIPT_NAME and check http://10.100.100.10:9999/static/test.css
     36
    3537Replying to [comment:2 Mariusz Felisiak]:
    3638> As far as I'm aware this is a duplicate of #30634, #7930, #31724 and few other tickets.
Back to Top