Changes between Version 2 and Version 3 of best-practices-to-work-with-3rd-party-applications-and-making-yours-portable
- Timestamp:
- Jul 27, 2007, 12:06:13 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
best-practices-to-work-with-3rd-party-applications-and-making-yours-portable
v2 v3 1 = Best Practices to Work with 3rd Party App lications and Making yours Portable=1 = Best Practices to Work with 3rd Party Apps (and Making yours Portable) = 2 2 3 3 This is a guide to setting up your django projects and django apps structure in an efficient way so you can work on portable/reusable applications and project specific applications simultaneously, use 3rd party apps, run them painlessly in the development server and happily deploying them to a production server (apache/modpython at this moment only) without any namespace headaches.