2👍
✅
In my opinion the best practice is to keep all your apps as one library/package. You can have versions/snapshots (e.g. tags in hg) and branches and you should definitely create and configure setup.py
file.
0👍
If the app are reusables, you must create a egg in pypi. These have releases. For each project, you could use one or the other releases.
See for example this package.
To deploy the projects both in local as in the server, you can use buildout (very recomended)
👤Goin
- [Answered ]-Javascript / Python Character ASCII Checking
- [Answered ]-Django app – deploy using UWSGI or Phusion Passenger
- [Answered ]-How to run manage.py in Eclipse Pydev Interactive Console
- [Answered ]-How to convert from MySQL datetime to numpy datetime64?
Source:stackexchange.com