If you `./pants run path/to/manage.py` it will be ...
# general
h
If you
./pants run path/to/manage.py
it will be much much faster
c
Thanks @happy-kitchen-89482. I will try this out.
When I do this, for some reason the dependencies are not loaded...
Ok I get it. This runs a python source. So I need to add the deps there as well. I did not know that I could run a python source as well...that makes sense 😄
Ok not really faster...
and server restart does not work either
Copy code
Resolving transitive targets
Always takes roughly 10 seconds.
Okay sandbox=False and loop=True solves it. nice...thanks for pointing this out
h
Ah yes, sorry, should have been clearer about all the messing around
c
No problem - Happy that it works now 🙂