Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 609 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 609 Bytes

Mezzanine

This a vanilla Mezzanine CMS project that is ready to deploy straight to a Stackato cloud.

Local development

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

Deploying to stackato

stackato push -n
stackato run python manage.py syncdb

Default admin user

The default admin user credentials are:

u: admin
p: mezzanine

You can login with these credentials at /admin. It is recommended that you change this default password, edit stackato.yml and alter the 'manage.py changepassword2' command.