Changes between Initial Version and Version 1 of Ticket #34185


Ignore:
Timestamp:
Nov 26, 2022, 12:48:37 AM (2 years ago)
Author:
YQ
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34185 – Description

    initial v1  
    3535}}}
    3636
     37to
    3738
     39
     40{{{
     41static('static/', document_root=settings.STATIC_ROOT)
     42}}}
     43
     44because the  'settings.STATIC_URL' added SCRIPT_NAME  as prefix.
Back to Top