platform-coop-toolkit / coop-map-directory-index

The Map/Directory/Index component of the Platform Cooperative Development Kit.
https://directory.platform.coop
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

fix: remove django-autocomplete-light from cmdi/settings #104

Closed greatislander closed 4 years ago

greatislander commented 4 years ago

Description

This should fix the collectstatic issue introduced in #84.

Steps to test

  1. Check out branch.
  2. Install python dependencies.
  3. Run: python manage.py collectstatic

Expected behavior: Command succeeds.

Additional information

I neglected to remove dal references from cmdi/settings.py.

Related issues

Not applicable.