Closed otrenav closed 8 years ago
I think that this issue is similar to #34. Would you check it?
Indeed, it's similar to that issue; however, since behavior is distinct I thought I would report it separately. We can continue on that issue since the solutions will probably be very similar, if not the same.
When I run
$ profiling live-profile manage.py runserver
on a tweakedmanage.py
file that only prints the current path, I getThe contents of
manage.py
are:For replication (in case you are not familiar with Django): you can start a brand new Django 1.7 project with
$ django-admin startproject test_app
and then tweakmanage.py
to only figure what the path is.