pip installation misses django-compressor module
luki922 opened this issue · 0 comments
luki922 commented
The pip installation missing django-compressor module
Starting new application with ra-admin start project_name
and then migrate I get the following error:
ModuleNotFoundError: No module named 'compressor'
After pip install django-compressor
, migrate runs