Changes between Initial Version and Version 1 of Ticket #25805, comment 4
- Timestamp:
- Nov 24, 2015, 9:57:31 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25805, comment 4
initial v1 3 3 You could test for that by running: 4 4 5 export DJANGO_SETTINGS_MODULE=yourproject.settings 6 time python -c "import django; django.setup()" 5 {{{ 6 export DJANGO_SETTINGS_MODULE=yourproject.settings 7 time python -c "import django; django.setup()" 8 }}} 7 9 8 10 How long does that take on 1.7 and 1.8?