Hey guys. I am back with the part 3 of django version upgrade. Let me walk you through the next steps. Changed urls libraries. This is a small change required for the urls.py. Instead of writing from django.conf.urls.defaults import patterns, include, url now you have to write from django.conf.urls import patterns, include, url. There are … Continue reading Upgrade django version (1.3 to 1.6 for the current example) Part-3
Tag: Upgrade
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