2👍
I must say that’d be the first time I heard that PyDev was deleting .py files… (it does have an option to remove orphaned .pyc files which you can disable on window > preferences > pydev > builders > how to handle .pyc/$py.class deletion).
Are you sure that it’s really deleting those files in the filesystem? Can you reproduce that? (if so, please provide the steps to do so, because I’ve tried many things here and haven’t been able to duplicate that behavior). It’d be nice if you check if it really removes the files in the filesystem (i.e.: it’s possible that for some reason it’s only filtering those in the PyDev package explorer?)
0👍
I just lost 3 hours of work using pydev and eclipse, without using django. So this is not django specific.
👤Epu
- [Answered ]-Django modelformset_factory doesn't include actual forms
- [Answered ]-Is there any method in Django or Python For prediction?
- [Answered ]-Content is null after the first dict()
- [Answered ]-NoReverseMatch at /rango/ newbie got stuck in tango w django tutorial
Source:stackexchange.com