Name: Henrique Romano
Member since: 2008-03-05 01:50:38
Last Login: 2009-07-02 13:08:02
Homepage: http://codepolution.com
25 Feb 2009 (updated 25 Feb 2009 at 01:39 UTC) »
So, I've to admit two things: 1) I was a bit accelerated when I needed to import my data using loaddata command, then it obviously was my fault; 2) In fact, I hate with a passion (tm) to use these commands when I change my DB schemas.
Well, at least I learned something...
or, hmm, I could be the man with the unchanged database schema during all the software lifetime... hmm, no, I don't think it will finish well.
9 Feb 2009 (updated 9 Feb 2009 at 01:30 UTC) »
I feel like an idiot every time I need to use dumpdata on my django projects. First, it is very sad to have to run the following set of commands when I change some column definitions on my models:
$ python manage dumpdata > foo-dump.json $ python manage reset app $ python manage loaddata foo-dump
Second, it drive me nuts after I note that the loaddata command doesn't work like I was expecting, that is "restore my data in this new schema configuration". For some reason, the loaddata doesn't load my app's data, but only the data of "built-in" django applications (like auth and admin, for example). The result you can deduce: the impression is that I lost all my data (luckly, demonstration data) and I'm too bored to check if it is really the truth.
Tomorrow I'll check it with more attention and, very likely, I'll be reporting a ticket at django's trac.
10 Jan 2009 (updated 10 Jan 2009 at 22:23 UTC) »
The work is going fine, there were some initial problems, but finally there are nice people to work with and I got the tasks very easily.
Not a good beginning I'd say, but at least I leave SigX. I'm going to work at Sao Paulo, I can't wait to start working there.
henrique certified others as follows:
Others have certified henrique as follows:
[ Certification disabled because you're not logged in. ]
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!