docker-compose-sync.yml
585 Bytes
-
Using Django runserver to serve applications · c1f1dfdb
Our initial desire to make development look like production by using nginx and supervisor is conflicting with our goal of easing local development pains. Specifically, front-end development requires re-compiling/collecting static assets with every change. Using Django to serve the applications alleviates this pain and allows developers to maintain their current workflows.
Clinton Blackburn committed