vintasoftware / drf-rw-serializers

Generic views, viewsets and mixins that extend the Django REST Framework ones adding separated serializers for read and write operations
MIT License
177 stars 28 forks source link

ImportError: No module named drf-rw-serializers #13

Closed XueWei closed 5 years ago

XueWei commented 5 years ago

Description

When I run runserver to start my app, it reports: "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/init.py", line 37, in import_module import(name) ImportError: No module named drf-rw-serializers

What I Did

run : pip install drf-rw-serializers Add 'drf-rw-serializers', to INSTALLED_APPS of setting file.

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
XueWei commented 5 years ago

Remove from INSTALLED_APPS. it works.