I work exactly as you have mentioned .. In a xubuntu VM :) V. On Nov 13, 2013 11:17 AM, "Ferdy Rodríguez" <[email protected]> wrote:
> Hi, > > Yes, I always work with virtual environments, and I've checked that I did > download django 1.6. However, I looks like is a problem with my Windows > OS.... I fired up a Virtual Machine with Ubuntu and everything is working > fine. > > So I'm testing my code in the Virtual box. > > Thanks for your time! > > Ferdy > > On Sunday, November 10, 2013 5:22:01 AM UTC-6, Vibhu Rishi wrote: >> >> 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/332db6f6-6c5e-45bb-ab1c-70731ee27497%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- 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/CAPiONwnenoOhkaU7DijrEQwv7kuHErp%3Dd--37RBOxLv2pTRPeQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

