Do you have both versions of django installed ? That could cause the issue.
I suggest that you make a virtual environment ( https://pypi.python.org/pypi/virtualenv ) and do a pip install of django. This will let you work on different versions of django on the same machine. Vibhu On Sun, Nov 10, 2013 at 2:32 AM, Ferdy Rodríguez <[email protected]>wrote: > Hi, > > I've been wanting to to test django 1.6, I'm installing this new release > on a virtualenv. However, whenever a to *django-admin.py startproject > mysite* I get the settings.py and urls.py from previous version (1.5). It > even weirder that at creating an app *django-admin.py startapp app* I get > the correct files. > > I've checked that I'm using django 1.6, as it is what I get by doing > django.get_version() in the python shell. > > Does anybody knows what could be happening? > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/cea3e499-7641-4275-b869-ba9cf3a7a804%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- Simplicity is the ultimate sophistication. - Leonardo da Vinci Life is really simple, but we insist on making it complicated. - Confucius -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPiONwnA1J4dFpbA4Mq5xtEfmuu70h9jeUFJY11p_988Zhk_ZA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

