[mezzanine-users] Re: IO Error in SSL uploadify alternative

2014-03-24 Thread ourycl
Hello, I've got the same problem. I tried with the demo site. Upload works in HTTP not in HTTPS. Is there a solution to upload media with https? Thanks. On Friday, January 3, 2014 11:27:35 PM UTC+1, laperl wrote: > > Hi all! > > I am trying to put the mezzanine into a production server with apac

Re: [mezzanine-users] Injecting new fields in galleries: Questions

2014-03-24 Thread Josh Cartmell
Hey laperal, Near the bottom of settings.py you see try: from local_settings import * except ImportError: pass You could probably do something similar to import things from your app. You only need to unregister/register if you want to change the admin class and use your own. I wrote th

Re: [mezzanine-users] pg_restore error

2014-03-24 Thread Ken Bolton
Hi Federico, Follow the Fabric task commands precisely to get a good dump/restore process: https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/project_template/fabfile.py#L290-L303 . Make sure also that you created the DB properly – that is, with the correct locale – and that this local

[mezzanine-users] pg_restore error

2014-03-24 Thread Federico Bruni
I've made the dump of the local database and I've tried to restore it on the server, but I'm getting the error below. BTW, how can I force the output to be in english? I've tried LANG=C but didn't work. Should I change the locale on the server? Any help appreciated. $ pg_restore -d database db.

[mezzanine-users] pg_restore error

2014-03-24 Thread Federico Bruni
I've made the dump of the local database and I've tried to restore it on the server, but I'm getting the error below. BTW, how can I force the output to be in english? I've tried LANG=C but didn't work. Should I change the locale on the server? Any help appreciated. _restore: [archiviatore (db)