Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 457 Bytes

File metadata and controls

30 lines (24 loc) · 457 Bytes

Install from PyPI

$ pip install mezzanine==4.0.1

Create a project

$ mezzanine-project myproject
$ cd myproject

Create a database

$ python manage.py createdb

Run the web server

$ python manage.py runserver
$ python manage.py collecttemplates

References

TEMPLATE_DIRS = [TEMPLATES[0]['DIRS'][0]]