Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

jdpaton/mezzanine-stackato

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages