Bobby Stearman
Bobby Stearman
Hi. Did it work when you followed the steps in module 5? The signal may not be working. Double check ecommerce/app.py and ensure you have the following method: def ready(self):...
Running the migration commands in the terminal should work. This is assuming, of course, that the container is running. If the build fails, remove the migration commands from the entry...
Hi mate. Try changing the entrypoint line to: CMD ['python','manage.py','makemigrations'] Hope this helps