django.contrib apps migrations

2016-05-12 Thread Sean McKinley
Django 1.7+ noob here. Are you supposed to to track the migrations performed within the django.contrib apps? How do you deploy to production on a different machine without grabbing these migrations from the django installation? -- You received this message because you are subscribed to the Goo

Re: installation steps for django and virtualenv setup.

2016-05-12 Thread Sean McKinley
Download Python of choice. Pip install virtualenv. Pip install Django. Use google. On Thursday, April 7, 2016 at 8:28:53 AM UTC-7, srinivas tummalapalli wrote: > > Hi santosh,i installed oracle VM virtual box and linux mint, can send the > installation steps for django and virtualenv setup. >

Re: 1.8 or 1.9?

2016-05-12 Thread Sean McKinley
I haven't taken the course, but the differences between basic Django 1.8 and 1.9 are not all that significant and you can find out if you are being taught something odd by reviewing 1.9 release notes. Big caveat, syncdb is gone in 1.9 so you have to learn migrations if the Udemy course is using