andrewljohnson / deckzap

DeckZap, the uncollectible card game platform: http://deckzap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

server not reloading code when Python code edited

andrewljohnson opened this issue · comments

When I was editing consumers.py, the changes were not propagating.

The log showed that Django was restarting after I edited and saved, plus when docker showed a stack trace in the logs it was showing that the new code was in place, but the code executing was the old code.

I was able to work around this by restarting docker-compose.