-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBAgAGBQJR+hyLAAoJECtGpaYHamaxTAUQAKujBI6L10hFsQBzzWzACu2x
AXwCCRWQuP0oqRIp4RAGa4jcgbDOCDHjj2CpPNwAZcrPGz9k+7NSlsuBXe+KL64g
4W3idyZOPpl4gZAtgGboC4tMrqROy23dW/mrV9sGuOF/rNG1KzCsH9dqaYTU8hxW
VNJK7tQVVj8mMpECoklDZ3Msm53pdvjRNkH7TEvNq47Y8r3a+vCUXQ7LGgbYHGRh
fKmTYMkFTbkkT/5ETSF6qDUs6exUHtkVtEuX7bPzSNcMkflvTqy8K2ebX5dXzSzI
ZmNOdyW8OPhOjmTFExuRJ39K/hlXXeU4PxFokA1O5FO38DWQYWxHHPospg2t7nR9
5Jk4Xeplib6ZILCeBaRmeqx7NIIgmbCeEoojSqbc7i2HCs1TtV12LKEi50Tmpw71
zCzBSLBJOvxBYJfpHnzfE0NbJBlglyXIaOrB9zfk3/Z0LMeHktpqNhEgVz/CqhLN
BqAZdU6dCu5N1MHEEOyPiGM/RRu1VpKNB0mZQchNJCVsPl5VAQX8+YymHTITKa/C
eFb0lc1QBcvNkB9oz/S3qN+YXM2hGraRbn5JcT1ECMErVZmAKwDtNcp0YXrSEcaM
DQNelGRkACIDStd8R14RXcmUr9Ds4CTh6me0F8JAzWsAwvTJtTu20K7Dq41/ij1l
Um/4DJQD0C9JH/dYcXUu
=a3uF
-----END PGP SIGNATURE-----
On Wed, 31 Jul 2013 17:59:56 -0600
Larry Martell <larry.martell@gmail.com> wrote:
> On my Mac, running python 2.7, I upgraded from 1.4 to 1.5 by doing this:
>
> rm -rf /Library/Python/2.7/site-packages/django
>
> Followed by python setup.py install in the dir I untar-ed Django-1.5.1
> to. This all worked fine.
>
>
> On a Centos system running python 2.6 I did:
>
> rm -rf /usr/lib/python2.6/site-packages/django followed by the
> setup.py install. My django app is working, and appears to be running
> 1.5, however anytime I use manage.py (for collectstatic or syncdb or
> test, for example) I get these messages:
>
> /usr/lib/python2.6/site-packages/django/core/management/__init__.py:465:
> DeprecationWarning: The 'execute_manager' function is deprecated, you
> likely need to update your 'manage.py'; please see the Django 1.4
> release notes (https://docs.djangoproject.com/en/dev/releases/1.4/).
> DeprecationWarning)
> /usr/lib/python2.6/site-packages/django/core/management/__init__.py:409:
> DeprecationWarning: The 'setup_environ' function is deprecated, you
> likely need to update your 'manage.py'; please see the Django 1.4
> release notes (https://docs.djangoproject.com/en/dev/releases/1.4/).
> DeprecationWarning)
>
> So it seems I still have some 1.4 stuff around. I don't get this on my
> Mac. How can I get rid of these messages?
>
How are you running management commands? Using the ./manage.py from the
project? In that case you probably just need to replace the manage.py
with a newer version (from Django 1.5).
Best regards
--
Branko Majic
Jabber: branko@majic.rs
Please use only Free formats when sending attachments to me.
Бранко Мајић
Џабер: branko@majic.rs
Молим вас да додатке шаљете искључиво у слободним форматима.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment