Re: django_admin database creation, after sql command depreciated

2016-11-21 Thread Yalın Aksoy
On Friday, November 18, 2016 at 7:36:05 PM UTC+3, Michal Petrucha wrote: > > On Fri, Nov 18, 2016 at 12:07:40AM -0800, Yalın Aksoy wrote: > > > > > > Hello, > > > > > > I was using django 1.3 and python 2.4 for a big scale project. I > > d

django_admin database creation, after sql command depreciated

2016-11-18 Thread Yalın Aksoy
Hello, I was using django 1.3 and python 2.4 for a big scale project. I decided to update it to django 1.9 and python 2.7. Since django_admin's sql parameter is depreciated in 1.9, the update database creation method changed a lot. I am using the command: "python /usr/local/django//manag