torchbox / django-pattern-library

UI pattern libraries for Django templates
https://torchbox.github.io/django-pattern-library/
BSD 3-Clause "New" or "Revised" License
360 stars 44 forks source link

Make sure /app is always in sys.path #234

Closed bcdickinson closed 10 months ago

bcdickinson commented 11 months ago

Description

Ensures /app/ in the Docker container is always on sys.path so we can import the tests, etc.

Fixes #233

Checklist

tbrlpld commented 11 months ago

Works and looks good. Thanks @bcdickinson