Opened 16 years ago
Closed 16 years ago
#7255 closed (wontfix)
Package deploy system
Reported by: | italomaia | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | deploy, packing | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Django needs a packing system
Just like there are debian packages, it would be nice to have a packing system for django apps. So that
it would be easy to create a deploying interface for web servers;
Example: Someone create his project, apps, etc. When he's done, this someone calls a command or
a program capable of creating a package with details about the project, in an way that
all the info a webserver would need in the deploy (non-server specific details) would be there.
Stuff like the media path, the dependencies, maybe some url config.
Python already has packaging tools, and that's what you should use if you want packaged distribution and deployment.