Re: south in windows
On 12/08/2013 5:36am, Karl Arunachal wrote:
> Hi,
> I am trying to sync south in my db, but i can't sync it. Its giving me
> an error:
> (use ./manage.py migrate to migrate these)
> Is there anyway to do this command, "./manage.py", in windows. I could
> have done it by chmod + x manage.py in other os. But how do i do it in
> windows? Is there any other way around to sync south in windows?
> Thank you.
In Windows, the ./ is unnecessary. The command you want is ...
C:\path\to\managepy\python manage.py migrate
... where Windows knows how to launch Python and Python knows that
manage.py is in the current working directory.
hth
>
> --
> 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 django-users+unsubscribe@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> 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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home