jdpaton / mezzanine-stackato

A vanilla Mezzanine project, ready to deploy straight to stackato

Home Page:http://mezzanine.sandbox.activestate.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

About

A vanilla Mezzanine project, ready to deploy straight to stackato

http://mezzanine.sandbox.activestate.com/


Languages

Language:Python 100.0%