Changes between Initial Version and Version 1 of Ticket #3011, comment 85


Ignore:
Timestamp:
Apr 26, 2011, 7:50:14 AM (13 years ago)
Author:
Thomas Schreiber

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3011, comment 85

    initial v1  
    55Importing the '.modules' resolved it:
    66
     7
     8{{{
    79    auth_user_module = __import__(auth_user_module_parts[0] + '.models', fromlist=['dummy'])
     10}}}
    811
    912
    1013
     14
Back to Top