Re: installing django trunk

2014-03-19 Thread Malik Rumi
Anybody? A little help here? Just to update, I ran a search for 'migrations' in my django folder, and got a lot of hits, but when I tried to actually run 'makemigrations" I got 'unknown command' On Sat, Mar 15, 2014 at 6:37 PM, Malik Rumi wrote: > First, Dan, thanks for

Re: installing django trunk

2014-03-15 Thread Malik Rumi
First, Dan, thanks for the reply. Second, apologies for the long delay, but sometimes the day job gets in the way. Third, I did as you suggested, but Django 1.6.1 was NOT removed. My best guess is that the official documentation instruction that pip would take care of this for me only applies

Re: installing django trunk

2014-03-08 Thread Dan Gentry
Malik, in order to install within your virtualenv, you should activate it first /bin/activate . Then run the pip install command. Cheers! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

installing django trunk

2014-03-08 Thread Malik Rumi
I am going from 1.6.1 to 1.7a2, mostly to take advantage of the new migrations feature. I followed the directions here http://django.readthedocs.org/en/latest/topics/install.html#removing-old-versions-of-django Since I originally installed with pip, supposedly that would take care of

Re: Errors in installing Django Trunk version on Windows xp

2007-07-13 Thread que0x
thanks for help, properly it works when passing the appropriate parameters. i was running it without passing parameters. sorry ,just started with Django ! On Jul 13, 8:09 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > Looks like you've got a couple of problems. First the traceback seems to >

Re: Errors in installing Django Trunk version on Windows xp

2007-07-13 Thread Karen Tracey
Looks like you've got a couple of problems. First the traceback seems to indicate that django-admin doesn't like whatever arguments you have passed to it, so it attempts to print out its usage message. However then Python hiccups attempting to convert the message into your command prompt's code

Errors in installing Django Trunk version on Windows xp

2007-07-13 Thread que0x
Hi all, i get the following errors while trying to run Django-admin.py : " Traceback (most recent call last): File "C:\\Python25\\Scripts\django-admin.py", line 5, in management.execute_from_command_line() File "C:\Python25\lib\site-packages\django\core\management.py", line 1623, in