Advertisement
Guest User

'str' object has no attribute

a guest
Jul 22nd, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.13 KB | None | 0 0
  1. Exception Type: AttributeError
  2. Exception Value: 'str' object has no attribute '_default_manager'
  3.  
  4.  
  5. /Users/wdahab/code/nova/nova/urls.py in <module>
  6. import clients.views, firms.views, people.views,notes.views,registration.urls, files.views ...
  7. ▶ Local vars
  8. /Users/wdahab/code/nova/nova/apps/firms/views.py in <module>
  9. from .forms import * ...
  10. ▶ Local vars
  11. /Users/wdahab/code/nova/nova/apps/firms/forms.py in <module>
  12. class FirmMeetingForm(ModelForm): ...
  13. ▼ Local vars
  14. Variable Value
  15. Firm
  16. None
  17. Product
  18. None
  19. reverse
  20. None
  21. FirmForm
  22. None
  23. __builtins__
  24. {'ArithmeticError': <type 'exceptions.ArithmeticError'>,
  25. 'AssertionError': <type 'exceptions.AssertionError'>,
  26. 'AttributeError': <type 'exceptions.AttributeError'>,
  27. 'BaseException': <type 'exceptions.BaseException'>,
  28. 'BufferError': <type 'exceptions.BufferError'>,
  29. 'BytesWarning': <type 'exceptions.BytesWarning'>,
  30. 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>,
  31. 'EOFError': <type 'exceptions.EOFError'>,
  32. 'Ellipsis': Ellipsis,
  33. 'EnvironmentError': <type 'exceptions.EnvironmentError'>,
  34. 'Exception': <type 'exceptions.Exception'>,
  35. 'False': False,
  36. 'FloatingPointError': <type 'exceptions.FloatingPointError'>,
  37. 'FutureWarning': <type 'exceptions.FutureWarning'>,
  38. 'GeneratorExit': <type 'exceptions.GeneratorExit'>,
  39. 'IOError': <type 'exceptions.IOError'>,
  40. 'ImportError': <type 'exceptions.ImportError'>,
  41. 'ImportWarning': <type 'exceptions.ImportWarning'>,
  42. 'IndentationError': <type 'exceptions.IndentationError'>,
  43. 'IndexError': <type 'exceptions.IndexError'>,
  44. 'KeyError': <type 'exceptions.KeyError'>,
  45. 'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>,
  46. 'LookupError': <type 'exceptions.LookupError'>,
  47. 'MemoryError': <type 'exceptions.MemoryError'>,
  48. 'NameError': <type 'exceptions.NameError'>,
  49. 'None': None,
  50. 'NotImplemented': NotImplemented,
  51. 'NotImplementedError': <type 'exceptions.NotImplementedError'>,
  52. 'OSError': <type 'exceptions.OSError'>,
  53. 'OverflowError': <type 'exceptions.OverflowError'>,
  54. 'PendingDeprecationWarning': <type 'exceptions.PendingDeprecationWarning'>,
  55. 'ReferenceError': <type 'exceptions.ReferenceError'>,
  56. 'RuntimeError': <type 'exceptions.RuntimeError'>,
  57. 'RuntimeWarning': <type 'exceptions.RuntimeWarning'>,
  58. 'StandardError': <type 'exceptions.StandardError'>,
  59. 'StopIteration': <type 'exceptions.StopIteration'>,
  60. 'SyntaxError': <type 'exceptions.SyntaxError'>,
  61. 'SyntaxWarning': <type 'exceptions.SyntaxWarning'>,
  62. 'SystemError': <type 'exceptions.SystemError'>,
  63. 'SystemExit': <type 'exceptions.SystemExit'>,
  64. 'TabError': <type 'exceptions.TabError'>,
  65. 'True': True,
  66. 'TypeError': <type 'exceptions.TypeError'>,
  67. 'UnboundLocalError': <type 'exceptions.UnboundLocalError'>,
  68. 'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>,
  69. 'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>,
  70. 'UnicodeError': <type 'exceptions.UnicodeError'>,
  71. 'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>,
  72. 'UnicodeWarning': <type 'exceptions.UnicodeWarning'>,
  73. 'UserWarning': <type 'exceptions.UserWarning'>,
  74. 'ValueError': <type 'exceptions.ValueError'>,
  75. 'Warning': <type 'exceptions.Warning'>,
  76. 'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>,
  77. '__debug__': True,
  78. '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.",
  79. '__import__': <built-in function __import__>,
  80. '__name__': '__builtin__',
  81. '__package__': None,
  82. 'abs': <built-in function abs>,
  83. 'all': <built-in function all>,
  84. 'any': <built-in function any>,
  85. 'apply': <built-in function apply>,
  86. 'basestring': <type 'basestring'>,
  87. 'bin': <built-in function bin>,
  88. 'bool': <type 'bool'>,
  89. 'buffer': <type 'buffer'>,
  90. 'bytearray': <type 'bytearray'>,
  91. 'bytes': <type 'str'>,
  92. 'callable': <built-in function callable>,
  93. 'chr': <built-in function chr>,
  94. 'classmethod': <type 'classmethod'>,
  95. 'cmp': <built-in function cmp>,
  96. 'coerce': <built-in function coerce>,
  97. 'compile': <built-in function compile>,
  98. 'complex': <type 'complex'>,
  99. 'copyright': Copyright (c) 2001-2013 Python Software Foundation.
  100. All Rights Reserved.
  101.  
  102. Copyright (c) 2000 BeOpen.com.
  103. All Rights Reserved.
  104.  
  105. Copyright (c) 1995-2001 Corporation for National Research Initiatives.
  106. All Rights Reserved.
  107.  
  108. Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
  109. All Rights Reserved.,
  110. 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
  111. for supporting Python development. See www.python.org for more information.,
  112. 'delattr': <built-in function delattr>,
  113. 'dict': <type 'dict'>,
  114. 'dir': <built-in function dir>,
  115. 'divmod': <built-in function divmod>,
  116. 'enumerate': <type 'enumerate'>,
  117. 'eval': <built-in function eval>,
  118. 'execfile': <built-in function execfile>,
  119. 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit,
  120. 'file': <type 'file'>,
  121. 'filter': <built-in function filter>,
  122. 'float': <type 'float'>,
  123. 'format': <built-in function format>,
  124. 'frozenset': <type 'frozenset'>,
  125. 'getattr': <built-in function getattr>,
  126. 'globals': <built-in function globals>,
  127. 'hasattr': <built-in function hasattr>,
  128. 'hash': <built-in function hash>,
  129. 'help': Type help() for interactive help, or help(object) for help about object.,
  130. 'hex': <built-in function hex>,
  131. 'id': <built-in function id>,
  132. 'input': <built-in function input>,
  133. 'int': <type 'int'>,
  134. 'intern': <built-in function intern>,
  135. 'isinstance': <built-in function isinstance>,
  136. 'issubclass': <built-in function issubclass>,
  137. 'iter': <built-in function iter>,
  138. 'len': <built-in function len>,
  139. 'license': Type license() to see the full license text,
  140. 'list': <type 'list'>,
  141. 'locals': <built-in function locals>,
  142. 'long': <type 'long'>,
  143. 'map': <built-in function map>,
  144. 'max': <built-in function max>,
  145. 'memoryview': <type 'memoryview'>,
  146. 'min': <built-in function min>,
  147. 'next': <built-in function next>,
  148. 'object': <type 'object'>,
  149. 'oct': <built-in function oct>,
  150. 'open': <built-in function open>,
  151. 'ord': <built-in function ord>,
  152. 'pow': <built-in function pow>,
  153. 'print': <built-in function print>,
  154. 'property': <type 'property'>,
  155. 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit,
  156. 'range': <built-in function range>,
  157. 'raw_input': <built-in function raw_input>,
  158. 'reduce': <built-in function reduce>,
  159. 'reload': <built-in function reload>,
  160. 'repr': <built-in function repr>,
  161. 'reversed': <type 'reversed'>,
  162. 'round': <built-in function round>,
  163. 'set': <type 'set'>,
  164. 'setattr': <built-in function setattr>,
  165. 'slice': <type 'slice'>,
  166. 'sorted': <built-in function sorted>,
  167. 'staticmethod': <type 'staticmethod'>,
  168. 'str': <type 'str'>,
  169. 'sum': <built-in function sum>,
  170. 'super': <type 'super'>,
  171. 'tuple': <type 'tuple'>,
  172. 'type': <type 'type'>,
  173. 'unichr': <built-in function unichr>,
  174. 'unicode': <type 'unicode'>,
  175. 'vars': <built-in function vars>,
  176. 'xrange': <type 'xrange'>,
  177. 'zip': <built-in function zip>}
  178. FirmMeeting
  179. None
  180. __file__
  181. None
  182. ProductForm
  183. None
  184. __package__
  185. None
  186. forms
  187. None
  188. models
  189. None
  190. User
  191. None
  192. __name__
  193. None
  194. MetaModel
  195. None
  196. ASSET_CLASSES
  197. None
  198. Performance
  199. None
  200. JSONField
  201. None
  202. ModelForm
  203. None
  204. __doc__
  205. None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement