#20407: use of touple instead of list in settings.configure explanation
-------------------------------+--------------------
     Reporter:  amirwilf@…     |      Owner:  nobody
         Type:  Bug            |     Status:  new
    Component:  Documentation  |    Version:  1.5
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+--------------------
 Hey,

 I'm was trying to use Django templates and wanted to know how to configure
 the settings manually and I found this page:
 https://docs.djangoproject.com/en/dev/topics/settings/

 In "django.conf.settings.configure(default_settings, **settings)", in the
 example it says to define:
 "TEMPLATE_DIRS='''(''''/home/web-apps/myapp', '/home/web-
 apps/base'''')'''"

 from my tests and this page:
 http://www.djangobook.com/en/2.0/appendixD.html

 it says to define:
 "TEMPLATE_DIRS='''[''''/home/web-apps/myapp', '/home/web-
 apps/base'''']'''"

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20407>
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 post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to