RamezIssac/django-erp-framework

pip installation misses django-compressor module

luki922 opened this issue · 0 comments

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