Upgrade to Django 1.7

We've just migrated to Django 1.7. To upgrade locally you can follow these
steps:

  • git checkout master
  • git fetch
  • git pull origin master
  • git co f7099e8 (the commit prior to the Django 1.7 upgrade)
  • python manage.py migrate
  • git checkout master
  • pip uninstall south
  • pip install -r requirements/requirements.txt
  • pip submodule update --init --recursive
  • find . -name '*.pyc' -delete
  • python manage.py migrate

If you have any branches that have migrations in them you can make them
Django migrations with "python manage.py makemigrations".

You should also pull master into your branches.

··· -- Simon Kelly Senior Engineer | Dimagi South Africa

We've just migrated to Django 1.7. To upgrade locally you can follow these
steps:

  • git checkout master
  • git fetch
  • git pull origin master
  • git co f7099e8 (the commit prior to the Django 1.7 upgrade)
  • python manage.py migrate
  • git checkout master
  • pip uninstall south
  • pip install -r requirements/requirements.txt
  • pip submodule update --init --recursive
  • git submodule update --init --recursive
··· On Fri, Aug 28, 2015 at 11:02 AM, Simon Kelly wrote:
  • find . -name '*.pyc' -delete
  • python manage.py migrate

If you have any branches that have migrations in them you can make them
Django migrations with "python manage.py makemigrations".

You should also pull master into your branches.

--
Simon Kelly
Senior Engineer | Dimagi South Africa

--


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Regards,
Moses

github: katembu http://github.com/katembu
twitter: mkatembu http://twitter.com/mkatembu
skype:* katembu*

Thanks for the correction Moses :slight_smile:

··· On 28 August 2015 at 10:38, Moses Katembu wrote:

On Fri, Aug 28, 2015 at 11:02 AM, Simon Kelly skelly@dimagi.com wrote:

We've just migrated to Django 1.7. To upgrade locally you can follow
these steps:

  • git checkout master
  • git fetch
  • git pull origin master
  • git co f7099e8 (the commit prior to the Django 1.7 upgrade)
  • python manage.py migrate
  • git checkout master
  • pip uninstall south
  • pip install -r requirements/requirements.txt
  • pip submodule update --init --recursive
  • git submodule update --init --recursive
  • find . -name '*.pyc' -delete
  • python manage.py migrate

If you have any branches that have migrations in them you can make them
Django migrations with "python manage.py makemigrations".

You should also pull master into your branches.

--
Simon Kelly
Senior Engineer | Dimagi South Africa

--


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Regards,
Moses

github: katembu http://github.com/katembu
twitter: mkatembu http://twitter.com/mkatembu
skype:* katembu*

--


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Simon Kelly
Senior Engineer | Dimagi South Africa