Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. from serializers.py where I try to import the following
  2.  
  3. from drf_compound_fields.fields import ListField
  4.  
  5. Python 2.7.6 (default, Mar 22 2014, 22:59:56)
  6. [GCC 4.8.2] on linux2
  7. Type "help", "copyright", "credits" or "license" for more information.
  8. (InteractiveConsole)
  9. >>>
  10. >>>
  11. >>>
  12. >>>
  13. >>> from drf_compound_fields.fields import ListField
  14. Traceback (most recent call last):
  15. File "<console>", line 1, in <module>
  16. ImportError: No module named drf_compound_fields.fields
  17. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement