Changes between Initial Version and Version 1 of Ticket #22945, comment 5


Ignore:
Timestamp:
Jul 3, 2014, 9:49:51 AM (10 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22945, comment 5

    initial v1  
    11Reproduced bug without any PyCharm interaction, running 'test' admin task from manage.py. Same error.
    2 
     2{{{
    33$ python manage.py test
    44
     
    3131    raise ImportError(msg % (mod_name, module_dir, expected_dir))
    3232ImportError: 'tests' module incorrectly imported from '/Users/gene/Python/dd_django/pacer/tests'. Expected '/Users/gene/Python/dd_django/pacer'. Is this module globally installed?
    33 
     33}}}
Back to Top