On Wed, Mar 5, 2014 at 8:52 PM, Andrew Farrell <[email protected]> wrote: > Привет Djanonaughts! > > tl;dr: django with buildout spends a lot of time looking for files that > aren't there when trying to do imports. How can I reduce this?
(I did read :) The first thing that springs to mind is test discovery. I may be way off track, an easy way to test (other than read all the code/know already) would be a simple django management command that spits out the time. Comparing the time difference for that operation compared to when running a test should size the costs of starting django environment versus starting django environment and finding a specific test. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFHbX1%2B6qoCp%3DprVoCZ5X-CGX%2BxBZ%3DZembJZ937Qjydd9JA92g%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

