Posts tagged sqlite
Changing the backend db of a live django app.
Dec. 22, 2016, 8:37 a.m. odo , python , django , sqlite , mysql
In theory if you use django, changing your RDBS from say sqlite to mysql is a breeze. All you need is generate a dump of your existing data with ./manage.py dumpdata, change settings.py and do ./manage.py migrate on the new server. Then you can import the previously exported data through ./manage.py ...A more meaningful way to reschedule Zyzzyva cardboxes
June 3, 2015, 5:59 a.m. zyzzyva , scrabble , cardbox , sqlite
Playing competitive Scrabble but not using the Zyzzyva cardboxes? Well you should. Using Zyzzyva cardboxes but you have an unmanagable number of quizzes coming up each day? Read on. Zyzzyva does have it's own built in rescheduling feature it's pretty usefull if you miss your quizzes f ...Ruby on Rails in a day.
April 19, 2012, 12:39 a.m. blackbox , ROR , Ruby , Scaffold , sqlite
Having set my self a goal of learning Ruby in a day and managing to achieve it with in 48 hours, i've set myself a new goal, learnings Ruby on Rails in a day. I chose to follow the Ruby on Rails tutorial book at around 7:11 AM on monday but ran into many issues with RoR installation/setup that the ...