Krishna, I'm using: - Mac OSX 10.11.5 (El Capitan) - 2.3GHz Intel Core i7 - 16 GB 1333 MHz DDR3 - 512GB SSD - Python 2.7.3 - Django 1.4.2 - MySQL 5.1.33 And it takes less than a second from when I type: % python manage.py runserver until I see: Validating models... I have about 40 models.py files, of which 25 are empty and exist only to prevent warnings when run automated tests. The other 15 contain about 100 Django models with a total of about 27,000 lines of code. The 100 models all get validated against a locally running MySQL server. So, it should NOT be that slow on your Mac. To narrow down the problem, I suggest you use the -v option: % python -v manage.py runserver and watch to see what seems to be taking so long. Any other suggestions, anyone? --Fred
Fred Stluka -- mailto:f...@bristle.com -- http://bristle.com/~fred/ Bristle Software, Inc -- http://bristle.com -- Glad to be of service! Open Source: Without walls and fences, we need no Windows or Gates. On 7/4/16 2:20 AM, Krishna Bharadwaj
wrote:
-- 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 django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ddd3443d-aefd-7f9a-2596-e4fac711d1f3%40bristle.com. For more options, visit https://groups.google.com/d/optout. |
- Slow Django dev server reload Krishna Bharadwaj
- Re: Slow Django dev server reload Fred Stluka
- Re: Slow Django dev server reload Krishna Bharadwaj
- Re: Slow Django dev server reload Babatunde Akinyanmi
- Re: Slow Django dev server reload Hildeberto Mendonça
- Re: Slow Django dev server relo... Vijay Khemlani
- Re: Slow Django dev server ... Krishna Bharadwaj
- Re: Slow Django dev server relo... Fred Stluka
- Re: Slow Django dev server reload Fred Stluka
- Re: Slow Django dev server reload Vijay Khemlani
- Re: Slow Django dev server reload Krishna Bharadwaj
- Re: Slow Django dev server relo... Fred Stluka
- Re: Slow Django dev server ... Krishna Bharadwaj
- Re: Slow Django dev ser... ludovic coues