https://bugzilla.wikimedia.org/show_bug.cgi?id=58585
--- Comment #6 from Vinay Raghavan <[email protected]> --- My preferred web stack: Operating System: Linux(Ubuntu) Web server: Apache Database: MySQL Programming Language: Python Web-framework: Django My current web stack: Operating System: Linux(CentOS) Web server: Apache (my VPS at webfaction.com uses Nginx for static files) Programming Language: Python Web-framework: Django Database: MySQL. My SQL experience: Since Django uses a MVC approach, most of the database queries that I do are via Django's models object. As for raw SQL queries, I've used SQLite since most of the Python scripts that I have created so far were to be later modified and used by someone else. I have only done a few scripts that use MYSQL. I would also like to add that I'm currently doing a MOOC from coursera.org on 'Databases' which has given me a really good and deep understanding of databases. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
