Guest User

Untitled

a guest
Jan 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. arkon@arkon:~/website$ ./manage.py shell
  2. Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53)
  3. [GCC 4.5.2] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. (InteractiveConsole)
  6. >>> import haystack
  7. >>> haystack.__version__
  8. Traceback (most recent call last):
  9. File "<console>", line 1, in <module>
  10. AttributeError: 'module' object has no attribute '__version__'
  11. >>>
Add Comment
Please, Sign In to add comment