Changes between Initial Version and Version 1 of Ticket #19845, comment 8
- Timestamp:
- Jun 26, 2013, 7:14:41 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19845, comment 8
initial v1 1 No, this is *not* an error .1 No, this is *not* an error in Django; it's an error in your code. 2 2 3 3 AUTH_USER_MODEL *is not* a dotted module include path. It's an "app name.model name" definition, the same as you would get in a fixture file.