Changes between Initial Version and Version 1 of Ticket #25805, comment 4


Ignore:
Timestamp:
Nov 24, 2015, 9:57:31 AM (9 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25805, comment 4

    initial v1  
    33You could test for that by running:
    44
    5     export DJANGO_SETTINGS_MODULE=yourproject.settings
    6     time python -c "import django; django.setup()"
     5{{{
     6export DJANGO_SETTINGS_MODULE=yourproject.settings
     7time python -c "import django; django.setup()"
     8}}}
    79
    810How long does that take on 1.7 and 1.8?
Back to Top