Changes between Initial Version and Version 3 of Ticket #23897


Ignore:
Timestamp:
Nov 23, 2014, 12:36:24 PM (9 years ago)
Author:
Claude Paroz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23897

    • Property Resolutionduplicate
    • Property Status newclosed
  • Ticket #23897 – Description

    initial v3  
    1414And after I ran ./manage.py makemessages -l ru I got:
    1515
    16 ''Traceback (most recent call last):
     16{{{
     17Traceback (most recent call last):
    1718  File "/Applications/PyCharm.app/Contents/helpers/pycharm/django_manage.py", line 41, in <module>
    1819    run_module(manage_file, None, '__main__', True)
     
    4344  File "/Users/igo/Django/lib/python2.7/posixpath.py", line 327, in normpath
    4445    initial_slashes = path.startswith('/')
    45 AttributeError: 'NoneType' object has no attribute 'startswith'''
     46AttributeError: 'NoneType' object has no attribute 'startswith'
     47}}}
Back to Top