#20058: compilemessages outputs to stderr
--------------------------------------+------------------------------------
     Reporter:  d4n1h4ck@…            |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  closed
    Component:  Internationalization  |                  Version:  1.5
     Severity:  Normal                |               Resolution:  fixed
     Keywords:  compilemessage Fail   |             Triage Stage:  Accepted
    Has patch:  1                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by d4n1):

 I just need to create my locale in my app directory and not the root of
 the project.

 If you want to configure the root just add the following in settings.py
 constant (using Unipath):

 LOCALE_PATHS = (
      PROJECT_DIR.child (locale)
 )

 Using the conventions of Django, "Convention over configuration", must set
 only STATIC_ROOT (for media, static, template and locale of the app will
 already be recognized by Django convention):

 STATIC_ROOT = PROJECT_DIR.child ('public')

 Thanks and sorry my false alert :D

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20058#comment:10>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to