Upgrade django version (1.3 to 1.6 for the current example) Part-1

Hey guys. Hope you doing well. This time i am going to write about upgrading django version. I have been working in a very complecated project which was built in django 1.3. We are in year 2015 n i was working on django 1.3, which was released about 3-4 years back. The framework was almost … Continue reading Upgrade django version (1.3 to 1.6 for the current example) Part-1

Upgrade django version (1.3 to 1.6 for the current example) Part-2

Hey guys. Last time we have started a discussion on upgrading django version. We have discussed the first two steps ie, setting up virtual environment and corrections in manage.py. Our next goal is to replace obsolete libraries in the settings.py file. Corrections in the outdated libraries in the setting.py. This is a very important step. … Continue reading Upgrade django version (1.3 to 1.6 for the current example) Part-2