Changes between Initial Version and Version 3 of Ticket #23897
- Timestamp:
- Nov 23, 2014, 12:36:24 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23897
- Property Resolution → duplicate
- Property Status new → closed
-
Ticket #23897 – Description
initial v3 14 14 And after I ran ./manage.py makemessages -l ru I got: 15 15 16 ''Traceback (most recent call last): 16 {{{ 17 Traceback (most recent call last): 17 18 File "/Applications/PyCharm.app/Contents/helpers/pycharm/django_manage.py", line 41, in <module> 18 19 run_module(manage_file, None, '__main__', True) … … 43 44 File "/Users/igo/Django/lib/python2.7/posixpath.py", line 327, in normpath 44 45 initial_slashes = path.startswith('/') 45 AttributeError: 'NoneType' object has no attribute 'startswith''' 46 AttributeError: 'NoneType' object has no attribute 'startswith' 47 }}}