Re: Beginner problem with sqlite3 db

2018-09-18 Thread Mateusz
Cześć! ;) You should first answer a question, why do you even bother using dbshell when there's an other option to deal with data? (docs ) If you know why I'm asking, simply installing sqlite3 is gonna be the best op

Beginner problem with sqlite3 db

2018-09-17 Thread Robert Latoszewski
Hi, I'm going through "Writing your first Django app, part 2" link and I have problem with sqlite3 db - I have created database tables with migrate command (got db.sqlite3 file in my project folder) and I would like to di