2010-3-8

13:05 ockham_
hi, can someone give me a hint how to make pinax redirect to the previous page after login?
16:14 [dev]
hi there.
16:15 [dev]
Anyone?
16:33 dko
Anyone there to help out a noob with pinax?
16:40 sunoano
just start asking questions and somebody will answer them :)
16:41 sunoano
16:44 dko
cool thanks.
16:47 dko
I'm not able to get a website header image to show up on the cms-project-holiday house. I can browse/load the image file and submit. But there is no change...the image does not show.
18:43 pmatey
Hello, I'm running a pinax 0.7 site and I'm looking to update to the dev version once eldarion is supported. I need to use some sort of schema migration in order to not loose my db data, and south didn't seem to want to work for me. Has anybody else successfully used schema migration software with pinax, and if so, which one?
18:45 pmatey
Also, I'm curious as to whether there is an expected release date for 0.9?
18:49 jraffucci
I've been messing with south
18:49 jraffucci
did u get the latest from the repo?
18:50 jraffucci
I forget sometimes to put the persons name in the msg: pmatey, did u get the version from the repo?
18:50 pmatey
jraffucci: Yes, but I didn't spend any significant time trying to getting it to work.
18:51 pmatey
jraffucci: so you've been able to get it to play nice with pinax?
18:51 jraffucci
well, I didn't need to do anything but add south to the package list.
18:51 jraffucci
i mean
18:51 jraffucci
the installed apps
18:51 jraffucci
hmmm
18:51 jraffucci
when u ran syncdb what did it say?
18:52 pmatey
it said something like I need to call migrate on 'pinax.apps.profiles' and 'pinax.apps.tribes'
18:52 pmatey
and when I did that it threw some errors
18:52 jraffucci
hmm
18:52 jraffucci
what where the errors?
18:53 pmatey
But I may be doing something wrong, the docs seemed a little meager.
18:53 pmatey
Hold on, I closed everything down, let me reproduce the errors
18:53 jraffucci
k
19:02 pmatey
So using a newly cloned social project and adding south to the installed_apps and running syncdb, I get this error: http://pastebin.com/eSajmcLw
19:03 pmatey
which wasn't what I was getting before, so let me see if I can reproduce the error I was getting about profiles and tribes
19:15 pmatey
jraffucci: I think I just need to play with south a little more. I got everything to work with a cloned social project, its just when I try it on my own custom site that it seems to throw errors. As for the error message I pasted, it was because south doesn't support multiple databases.
19:25 jraffucci
pmatey: sounds good I think your on the right path...