Python Articles

Enjoy reading the articles below. I hope you find them useful. And for personal support contact me now.

Django Migrations

Django has a great system for maintaining your database structure, for keeping your RDMS (typically…

Read More

Serving static files in Django

From https://docs.djangoproject.com/en/dev/howto/static-files/: For a production site you probably want to configure the server to serve…

Read More

Django with MySQL

After PostgreSQL, MySQL is probably the most popular DBMS (database management system) used with Django….

Read More

Django – Hello World

Pre-requisites: easy_install, pip, virtualenv – getting ready for Django Installing Django Hello World project in…

Read More
1 2 3