Confirmed users
1,136
edits
m (→Analytics) |
(→Web App Code: Adding a note on services\) |
||
Line 174: | Line 174: | ||
=== Web App Code === | === Web App Code === | ||
Code should be written in Django. | Code should be written in Django and MySQL. If you want to use any other architecture or anything more interesting (message queues, etc) as first! | ||
A basic starting point is to use [https://github.com/mozilla/playdoh Playdoh]. | A basic starting point is to use [https://github.com/mozilla/playdoh Playdoh]. | ||
Web dev will not support a project made up of multiple random codebases with multiple authentication flows. Example: Wordpress + Tiki-Wiki + Plone. When in doubt, integrate 3rd party services for non-essential features. | Web dev will not support a project made up of multiple random codebases with multiple authentication flows. Example: Wordpress + Tiki-Wiki + Plone. When in doubt, integrate 3rd party services for non-essential features. | ||
Web dev/Operations will not support arbitrary servers (Couchdb, Cassandra, something you wrote in Fortran 4)... without being consulted first. | |||
=== Code Standards === | === Code Standards === |