Re: [mezzanine-users] Tried 3-4 heroku deployment tutorials but stuck on each one.

2014-03-25 Thread Kyle Pennell
Decided to just go Digital Ocean. It was an absolute waste of time trying to get Heroku to work. On Tuesday, March 25, 2014 6:28:21 PM UTC-6, Kyle Pennell wrote: > > Pardon...any other good free options? > > On Tuesday, March 25, 2014 4:35:56 PM UTC-6, Josh Cartmell wrote: >> >> Hey Kyle, I've n

Re: [mezzanine-users] Re: Video of quickly deploying Mezzanine to Google App Engine with django-deployer

2014-03-25 Thread Kyle Pennell
Ok, yes. True on the time costs. I'm a new developer (3-4 months) and I swear (sometimes) I spend 55% deploying and 45% developing. On Tuesday, March 25, 2014 6:49:11 PM UTC-6, Kenneth Bolton wrote: > > I run Mezzanine on variously sized EC2 instances as well as on a > RackSpace, nee Slicehost

Re: [mezzanine-users] Re: Video of quickly deploying Mezzanine to Google App Engine with django-deployer

2014-03-25 Thread Ken Bolton
I run Mezzanine on variously sized EC2 instances as well as on a RackSpace, nee Slicehost, VPS. A EC2 micro instance is free for the first year, but generally costs less than $10 per month. Digital Ocean, at $5 per month, also worked well for me the very first time. I have used the included Fabric

Re: [mezzanine-users] Tried 3-4 heroku deployment tutorials but stuck on each one.

2014-03-25 Thread Kyle Pennell
Pardon...any other good free options? On Tuesday, March 25, 2014 4:35:56 PM UTC-6, Josh Cartmell wrote: > > Hey Kyle, I've never used Heroku, are you set on using it? > > The fabfile that comes bundled with Mezzanine will deploy to a vanilla > ubuntu VPS and is basically completely automated. > >

[mezzanine-users] Re: Video of quickly deploying Mezzanine to Google App Engine with django-deployer

2014-03-25 Thread Kyle Pennell
How much harder is it to use Heroku vs. GAE? On Wednesday, April 10, 2013 4:05:07 PM UTC-5, Nate Aune wrote: > > I wanted to let folks on this list know about a new deployment tool that > I've been working on called django-deployer. > http://natea.github.io/django-deployer > > Here is a short 5

Re: [mezzanine-users] Tried 3-4 heroku deployment tutorials but stuck on each one.

2014-03-25 Thread Kyle Pennell
What else do you recommend? On Tuesday, March 25, 2014 4:35:56 PM UTC-6, Josh Cartmell wrote: > > Hey Kyle, I've never used Heroku, are you set on using it? > > The fabfile that comes bundled with Mezzanine will deploy to a vanilla > ubuntu VPS and is basically completely automated. > > I also ha

Re: [mezzanine-users] Tried 3-4 heroku deployment tutorials but stuck on each one.

2014-03-25 Thread Kyle Pennell
Is Google App Engine the better solution? On Tuesday, March 25, 2014 5:10:07 PM UTC-6, Danny S wrote: > > Biggest problem I had with Heroku is that it doesn't have any > permanent storage - each time you redeploy, you're creating your > project/app/static from scratch. It doesn't work so well wi

[mezzanine-users] Deploying Django + Mezzanine on Google app engine (running into files/blobs number limitation)

2014-03-25 Thread Chi-Cheong Weng
Have any of you running into max number of files and blobs limitation? If so, how do you get around? fab deploy ... ... 02:44 PM Processed 4000 out of 4699. 02:45 PM Rolling back the update. Error 400: --- begin server output --- *Max number of files and blobs is 1.* --- end server output

Re: [mezzanine-users] Tried 3-4 heroku deployment tutorials but stuck on each one.

2014-03-25 Thread Danny
Biggest problem I had with Heroku is that it doesn't have any permanent storage - each time you redeploy, you're creating your project/app/static from scratch. It doesn't work so well with Mezzanine's ability to upload media files. There is a way of hooking things in with Amazon S3 but I never mana

Re: [mezzanine-users] Tried 3-4 heroku deployment tutorials but stuck on each one.

2014-03-25 Thread Kyle Pennell
Hey Josh, Was hoping to stick to Heroku because it's free and I didn't want to scatter my apps around too much. But I'm open to other ideas. On Tuesday, March 25, 2014 4:35:56 PM UTC-6, Josh Cartmell wrote: > > Hey Kyle, I've never used Heroku, are you set on using it? > > The fabfile that comes

[mezzanine-users] Re: Image order with zip import

2014-03-25 Thread Federico Bruni
Which version of Mezzanine are you using? See if this issue helps you: https://github.com/stephenmcd/mezzanine/issues/843 I've used the zip import and the images were sorted alphabetically, so I'm surprised to read that it doesn't work for you. Il giorno martedì 25 marzo 2014 11:43:07 UTC+1, ant

Re: [mezzanine-users] Tried 3-4 heroku deployment tutorials but stuck on each one.

2014-03-25 Thread Josh Cartmell
Hey Kyle, I've never used Heroku, are you set on using it? The fabfile that comes bundled with Mezzanine will deploy to a vanilla ubuntu VPS and is basically completely automated. I also have had good success hosting Mezzanine on Webfaction and can deploy there fairly easily. On Tue, Mar 25, 20

Re: [mezzanine-users] pg_restore error

2014-03-25 Thread Federico Bruni
Hi Ken I used the commands in fabfile.py and it worked (despite an error about the 'public' scheme; error ignored). Thanks! 2014-03-24 14:24 GMT+01:00 Ken Bolton : > Hi Federico, > > Follow the Fabric task commands precisely to get a good dump/restore > process: > https://github.com/stephenmcd/

Re: [mezzanine-users] Mezzanine on Heroku

2014-03-25 Thread Ken Bolton
Hi Kyle, If I understand correctly, Stephen referred to the repo for his deployment at mezzanine.herokuapp.com. This directory contained the files ./Procfileand ./requirements.txt as well as the mezzroku directory as created by the mezzanine-project command. This was not a directory in the master

Re: [mezzanine-users] Cannot save new pages after launching site?

2014-03-25 Thread Josh Cartmell
Hopefully that one will be easy ;) For your other error, since javascript normally sets the _order try checking your browsers console to see if there are any javascript errors. On Tue, Mar 25, 2014 at 1:16 PM, Scott Diehl wrote: > Gotcha, I see. That's a separate issue then. I will work on tha

Re: [mezzanine-users] Cannot save new pages after launching site?

2014-03-25 Thread Scott Diehl
Gotcha, I see. That's a separate issue then. I will work on that. Again, thank you so much for your help on this - these forums have been huge for me as I'm getting to know Mezzanine and python in general. On Tuesday, March 25, 2014 12:57:24 PM UTC-7, Josh Cartmell wrote: > > That looks like th

Re: [mezzanine-users] Cannot save new pages after launching site?

2014-03-25 Thread Josh Cartmell
That looks like the PIL installation doesn't have jpg support. You could try pip install pillow and see if that fixes it. On Tue, Mar 25, 2014 at 11:31 AM, Scott Diehl wrote: > Hey guys, > > I just realized the problem also appears when I just click on the "Media > Library" link from the dashb

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

2014-03-25 Thread Josh Cartmell
No problem, glad it could help =) On Tue, Mar 25, 2014 at 11:17 AM, laperl wrote: > Thank you very much Josh, > > very clear, and good job with your articles in bitofpixels :) > > El dilluns 24 de març de 2014 16:00:46 UTC-5, Josh Cartmell va escriure: >> >> Hey laperal, >> >> Near the bottom o

[mezzanine-users] Tried 3-4 heroku deployment tutorials but stuck on each one.

2014-03-25 Thread Kyle Pennell
Hey all, Would love to get some help here if you could. Hit the wall on what I can do/try. I'm just trying to deploy a basic mezzanine setup on Heroku. I've triedJosh's tutorial, Ben's Tutorial

Re: [mezzanine-users] What is needed to deploy a Mezzanine project to Heroku?

2014-03-25 Thread Kyle Pennell
Also getting that Internal Server error each time. I tried Josh's tut and Ben Havlliand's and no luck. H... Will try to be more specific but am so confused as to where I'm g

Re: [mezzanine-users] Mezzanine on Heroku

2014-03-25 Thread Kyle Pennell
Hey Stephen, Did you since delete that repo? On Friday, July 20, 2012 7:18:21 AM UTC-5, Stephen McDonald wrote: > > As discussed on IRC, here are the bits I used to get Mezzanine and > Cartridge up on Heroku (http://mezzanine.herokuapp.com) back in March > this year. My repo has a directory call

Re: [mezzanine-users] Cannot save new pages after launching site?

2014-03-25 Thread Scott Diehl
Hey guys, I just realized the problem also appears when I just click on the "Media Library" link from the dashboard (See attached). Does that help narrow down what might be happening? Scott On Wednesday, March 19, 2014 2:55:54 PM UTC-7, Scott Diehl wrote: > > This started happening once we p

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

2014-03-25 Thread laperl
Thank you very much Josh, very clear, and good job with your articles in bitofpixels :) El dilluns 24 de març de 2014 16:00:46 UTC-5, Josh Cartmell va escriure: > > Hey laperal, > > Near the bottom of settings.py you see > > try: > from local_settings import * > except ImportError: > pass

[mezzanine-users] Re: Video of quickly deploying Mezzanine to Google App Engine with django-deployer

2014-03-25 Thread Chi-Cheong Weng
Hello Thanks for posting. I followed the instruction to deploy but got this error from running "fab deploy": [localhost] local: sh manage.sh collectstatic --noinput /home/cweng/workspace/env/local/lib/python2.7/site-packages/mezzanine/utils/conf.py:51: UserWarning: You haven't defined the

Re: [mezzanine-users] Re: Why is mezzanine.core.models.Slugged.slug not having `unique` (and `db_index`) set to True?

2014-03-25 Thread lajarre
Ok makes sense, I always forget about this possibility. Thanks On Wednesday, March 19, 2014 8:49:46 PM UTC+1, Josh Cartmell wrote: > > It might be because a single Mezzanine instance can handle multiple sites > (different domains that have different content). Two different site's > could have p

[mezzanine-users] Image order with zip import

2014-03-25 Thread antony . templier
Hello, In order to upload several images in one time for gallery, I use a zip file. And then images are sorted in a reverse alphabetical order (z to a) in the gallery page. There is away to have them sort in normal order (a to z) ? It seems i can't use filename with diacritic character like : "