Re: Migrations File too Large preventing Migrate

2019-05-21 Thread Peter Mudoko
On Mon, 20 May 2019, 05:11 Yoo, wrote: > In Django 2.2, I run makemigrations then migrate. I wait approx. 5-7 > minutes and then I get "Fatal Python error: Cannot recover from stack > overflow." "Current thread 0x0002094 (most recent call first):" yada yada > "File "manage.py", line 17 in main

Re: Migrations File too Large preventing Migrate

2019-05-21 Thread Yoo
https://stackoverflow.com/q/56213264/10973829 Originally, I posted this in StackOverflow. Not getting any responses. I looked over all my migration files, and it seems like they get continuously larger. There are more “Test” tables than what you see in the migration files; what I’ve done was

Re: Migrations File too Large preventing Migrate

2019-05-20 Thread Joe Reitman
Can you show us the model your trying to migrate? On Sunday, May 19, 2019 at 9:11:47 PM UTC-5, Yoo wrote: > > In Django 2.2, I run makemigrations then migrate. I wait approx. 5-7 > minutes and then I get "Fatal Python error: Cannot recover from stack > overflow." "Current thread 0x0002094 (most

Migrations File too Large preventing Migrate

2019-05-19 Thread Yoo
In Django 2.2, I run makemigrations then migrate. I wait approx. 5-7 minutes and then I get "Fatal Python error: Cannot recover from stack overflow." "Current thread 0x0002094 (most recent call first):" yada yada "File "manage.py", line 17 in main "File manage.py line 21 in " End. I check