Re: cygwin and django in windows

2015-06-03 Thread Abhijit Chatterjee
Why would I use syncdb when moving forward e.g., 1.9...I can't use it? On Wednesday, June 3, 2015 at 7:07:28 PM UTC-4, Nikolay Fedosov wrote: > > use syncdb instead of migrate for initialization of your database > > 04.06.2015 2:04, Abhijit Chatterjee пишет: > > Using windows 8. I use cygwin to

Re: cygwin and django in windows

2015-06-03 Thread Nikolay Fedosov
use syncdb instead of migrate for initialization of your database 04.06.2015 2:04, Abhijit Chatterjee пишет: Using windows 8. I use cygwin to do the following: #- All these commands worked #-

cygwin and django in windows

2015-06-03 Thread Abhijit Chatterjee
Using windows 8. I use cygwin to do the following: #- All these commands worked # mkdir django-blog cd django-blog virtualenv env source env/Scripts/activate pip ins