On Wednesday, July 9, 2014 7:38:45 PM UTC+2, Andrew Godwin wrote:
>
> Hi all,
>
> It looks like the large initial migration might be the issue with MySQL -
> we've had to change the way that Django makes tables a little bit, as the
> old method didn't support doing anything out-of-sequence or l
Hi all,
It looks like the large initial migration might be the issue with MySQL -
we've had to change the way that Django makes tables a little bit, as the
old method didn't support doing anything out-of-sequence or later on, so
it's possible that this change has upset MySQL somehow. I'll have a g
HI,
Currently we developing a Greater Application with many Apps and Models per
App that are referenced through the Apps. We have like 30+ Models and we've
seen an increase of the test suite, too. And what I've seen so far is that
the Post Migrate from the Auth App will take the longest time to
On Wed, Jul 9, 2014, Muneeb Ahmed wrote:
> I have gone through a no of tutorials but cant able to compile less to css
>What is the best technique to compile less to css in django. (Static
>precomiler, yui, e.t.c)
You'll get answers to your questions on the django-users email list,
- the web
I have gone through a no of tutorials but cant able to compile less to css
What is the best technique to compile less to css in django. (Static
precomiler, yui, e.t.c)
Can you provide me some reasonable detail to configure less to django.
because when i compiles it produces the empty css
An
On Wednesday, July 9, 2014 10:48:09 AM UTC+2, Aymeric Augustin wrote:
>
> 2014-07-09 9:50 GMT+02:00 Stan >:
>
>> My test suite rely massively on JSON fixtures.
>>
>
> Do you have large initial_data fixtures?
>
Nope. I don't have any initial_data file.
I tried to run on of my simple test which
2014-07-09 9:50 GMT+02:00 Stan :
> My test suite rely massively on JSON fixtures.
>
Do you have large initial_data fixtures? If you do, I suspect this change:
https://code.djangoproject.com/ticket/22487
--
Aymeric.
--
You received this message because you are subscribed to the Google Groups
Hi Andrew,
On Tuesday, July 8, 2014 7:14:09 PM UTC+2, Andrew Godwin wrote:
>
> Hi Stan,
>
> It seems like there's two separate issues here:
>
You are right.
>
> - One of the migrations takes 30s to run. What is the migrations that's
> so slow, and what database are you running it on? You m