2👍
✅
If I understand correctly that no projects that need both exist, then use Virtualenv. You should anyway. It creates a separate environment for every project and completely eliminates conflicts between libraries needed by different projects.
0👍
If those different sites use the same controller (file.py) then the packages must have different name.
- [Answered ]-How to put a hidden fields in a formset and instantiate this value?
- [Answered ]-Writing a proper data model in Django
- [Answered ]-Django Form Validation Only if User is Not Authenticated?
Source:stackexchange.com