Re: running script in django database

2014-07-30 Thread alghafli
ly-To: django-users@googlegroups.com Subject: running script in django database Hello, I made a library application using django 1.6. currently I only need to populate the database. at the beginning, it is easier to write the information in a csv file and import it using a script. the script is running

Re: running script in django database

2014-07-30 Thread aRkadeFR
Django documentation. > > HTH > > Jirka > > -Original Message- > From: alghafli > Sender: django-users@googlegroups.com > Date: Wed, 30 Jul 2014 07:02:59 > To: > Reply-To: django-users@googlegroups.com > Subject: running script in django database >

Re: running script in django database

2014-07-30 Thread jirka . vejrazka
Subject: running script in django database Hello, I made a library application using django 1.6. currently I only need to populate the database. at the beginning, it is easier to write the information in a csv file and import it using a script. the script is running fine if I use manage.py shell and

running script in django database

2014-07-29 Thread alghafli
Hello, I made a library application using django 1.6. currently I only need to populate the database. at the beginning, it is easier to write the information in a csv file and import it using a script. the script is running fine if I use manage.py shell and import the necessary file and call