webmaster desktop (Photo credit: FSA 2006-07) Do you know how to check if your web page respect web design standards…
analytics
How to configure Django with PostgreSQL?
In this post, I will explain you how to configure Django with PostgreSQL instead of MySQL. I did several changes…
How to know the size (number of row/records) of a mysql database?
In this post, I will show you how to know the size (number of row/records) of a MySql database. I…
How to migrate Django from Mysql to south (the radical way)?
database (Photo credit: Sean MacEntee) I am new to south, and I made some mistakes with it. Fortunately, my database…
A first tutorial to learn Basic sql commands – SQL cheatsheet
You can enter the mysql console with: mysql -u root -p Then you can select a database show databases;use…
Discovering django on Debian – part 2: configuring django databases
MySQL (Photo credit: Wikipedia) In the previous Django tutorial, we left when a website run locally. Now, we will fill…