Re: initial dta for model in Django 1.7 or newer

2014-12-28 Thread Collin Anderson
Hi, You are asking about initial data? Use RunPython or RunSQL. https://docs.djangoproject.com/en/dev/ref/migration-operations/#special-operations Collin On Thursday, December 25, 2014 9:06:35 AM UTC-6, Robert Jonathan Šimon wrote: > > Hi, > When i googled for this problem a found out, that wit

Re: initial dta for model in Django 1.7 or newer

2014-12-26 Thread Валерий Бовсуновский
Here is a good tutorial in English http://www.tangowithdjango.com/book17/ Hi, > I am very sorry, but I don't understand russian. Can you answer me in > english? And I am using Python 3.4. > Dne 26. 12. 2014 14:30 "Валерий Бовсуновский" > napsal(a): > >> >> >> четверг, 25 декабря 2014 г., 1

Re: initial dta for model in Django 1.7 or newer

2014-12-26 Thread Robert Jonathan Šimon
Hi, I am very sorry, but I don't understand russian. Can you answer me in english? And I am using Python 3.4. Dne 26. 12. 2014 14:30 "Валерий Бовсуновский" napsal(a): > > > четверг, 25 декабря 2014 г., 18:06:35 UTC+3 пользователь Robert Jonathan > Šimon написал: >> >> Hi, >> When i googled for th

Re: initial dta for model in Django 1.7 or newer

2014-12-26 Thread Валерий Бовсуновский
четверг, 25 декабря 2014 г., 18:06:35 UTC+3 пользователь Robert Jonathan Šimon написал: > > Hi, > When i googled for this problem a found out, that with migrations in > Django 1.7, there is new way how it should be done, but i didnt understand > it how. Can anyone explain me the new way how to

initial dta for model in Django 1.7 or newer

2014-12-25 Thread Robert Jonathan Šimon
Hi, When i googled for this problem a found out, that with migrations in Django 1.7, there is new way how it should be done, but i didnt understand it how. Can anyone explain me the new way how to do it? Thanks a lot. -- You received this message because you are subscribed to the Google Groups