Confirmed users
1,209
edits
Line 25: | Line 25: | ||
* Use or allow for virtualenv and pip, and deployment through mod_wsgi (cf. [http://jbalogh.github.com/zamboni/ AMO docs]) | * Use or allow for virtualenv and pip, and deployment through mod_wsgi (cf. [http://jbalogh.github.com/zamboni/ AMO docs]) | ||
* Use a MySQL database. When evolving the database, use migrations (you may use South if you prefer, but [http://github.com/jbalogh/schematic/ schematic] is much simpler). | * Use a MySQL database. When evolving the database, use migrations (you may use South if you prefer, but [http://github.com/jbalogh/schematic/ schematic] is much simpler). | ||
* Track the code in a public repository that allows for easy code review (git, hg, or SVN). | |||
=== String Extraction === | === String Extraction === |