Okay but my situation is bit different. I am updating my university software. That software is wrote in django version 1.3.1. My challenge was to run that software on 1.5.1 and i completed that. As many things changed in django 1.5.1 like < direct_to_template > changed to < TemplateView> and few more. So my next target is that, that i make one script ( shell script ) so that i give command in terminal like $ sudo apt-get install ---- and it install. Shifting from 1.3 to 1.5.1 is it possible? If yes than how?
If i want to run my software which is currently running on 1.5.1 with command in terminal i.e i write $ sudo apt-get install mysoftware and it install. I don't want to install it manually. How i do that process with shell script? Help me @django-users member cos my head is on edge of knife. Deepak Kumar Sharma Blog http://deekaysharma.wordpress.com On 20-Jun-2013, at 5:25 AM, Russell Keith-Magee <russ...@keith-magee.com> wrote: > You shouldn't need any sort of scrip to upgrade your Django version. If > you're running under Django 1.4.3, and you haven't been getting any warnings > when you run your code, you should be able to just update to Django 1.5.1 and > run without making any other changes. > > The only cases where this won't be the case is where you're relying on > undocumented or internal APIs. Django has a very strict backwards > compatibility policy on its public APIs -- if we need to make any backwards > incompatible change to code, we introduce those changes over several > versions, and make the server raise warnings to give you an indication that > you need to update code. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.