Changes between Version 2 and Version 3 of best-practices-to-work-with-3rd-party-applications-and-making-yours-portable


Ignore:
Timestamp:
Jul 27, 2007, 12:06:13 PM (17 years ago)
Author:
sebastian@…
Comment:

--

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 Applications and Making yours Portable =
     1= Best Practices to Work with 3rd Party Apps (and Making yours Portable) =
    22
    33This 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.
Back to Top