#31715: Documentation : Customize the admin look and feel
-------------------------------+--------------------------------------
     Reporter:  AbelardoLG     |                    Owner:  nobody
         Type:  Bug            |                   Status:  closed
    Component:  Documentation  |                  Version:  3.1
     Severity:  Normal         |               Resolution:  invalid
     Keywords:                 |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------
Changes (by Carlton Gibson):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 This looks like `BASE_DIR` is a string, when you can only use `/` with
 `Path` objects.

 Either use a Path object or `os.path.join()` to join (string) path
 segments correctly. (You can concatenate with `+ '/' +` like normal
 strings, but that not OS independent, and likely error prone.)

 Please see TicketClosingReasons/UseSupportChannels if you need more help.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31715#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.d8ac27307eedc64d1614fec761af966b%40djangoproject.com.

Reply via email to