Changes between Initial Version and Version 1 of Ticket #3011, comment 85
- Timestamp:
- Apr 26, 2011, 7:50:14 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3011, comment 85
initial v1 5 5 Importing the '.modules' resolved it: 6 6 7 8 {{{ 7 9 auth_user_module = __import__(auth_user_module_parts[0] + '.models', fromlist=['dummy']) 10 }}} 8 11 9 12 10 13 14