Skip to content

A vanilla Mezzanine project, ready to deploy straight to stackato

Notifications You must be signed in to change notification settings

Stackato-Apps/mezzanine

 
 

Repository files navigation

Mezzanine

This a vanilla Mezzanine CMS project that is ready to deploy straight to a HPE Helion Stackato cloud. This is the development branch of this repo, meaning that it may not be stable for production environments.

Local development

pip install -r requirements.pip
python manage.py syncdb --noinput
python manage.py runserver

Deploying to HPE Helion Stackato

stackato push -n

Default admin user

The default admin user credentials are:

u: admin
p: default

You can login with these credentials at /admin. It is recommended that you change this default password by running
stackato run python manage.py changepassword admin

About

A vanilla Mezzanine project, ready to deploy straight to stackato

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.1%
  • Python 28.9%