From 5f9c0b26c7f1464553cfab424fef713078f6f305 Mon Sep 17 00:00:00 2001 From: Sean Auriti Date: Wed, 7 Jun 2017 02:47:33 -0400 Subject: [PATCH] Update post_compile --- bin/post_compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/post_compile b/bin/post_compile index 75219eb53..7cd3576ba 100644 --- a/bin/post_compile +++ b/bin/post_compile @@ -1,2 +1,2 @@ #!/usr/bin/env bash -python manage.py migrate \ No newline at end of file +yes "yes" | python manage.py migrate