Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
SKELETON MEZZANINE APP FOR HEROKU Serves static files direct from Heroku and offers media library on S3. Once installed, run 'heroku run python manage.py createdb' to create tables and superuser. You will also need to determine the AWS credentials for heroku as per https://devcenter.heroku.com/articles/s3. Replace 'hellomezz' in the settings.py file with the name of your own AWS S3 bucket. I'm a total noob and this took me about 6 hours to get up. Thanks to these great blog posts/sites: http://mezzanine.jupo.org/docs/overview.html#installation https://devcenter.heroku.com/articles/django http://appsembler.com/blog/paas-bakeoff-comparing-stackato-openshift-dotcloud-and-heroku-for-django-hosting-and-deployment/ https://gist.github.com/4046138 https://docs.djangoproject.com/en/dev/howto/static-files/ http://www.rosslaird.com/blog/building-a-project-with-mezzanine/ https://github.com/appsembler/paasbakeoff/tree/heroku http://blog.beyondfog.com/7-tips-on-heroku-testing-and-more-for-python-django-from-a-ruby-on-rails-developer/#.UOoN5YleuYU