Thu Jan 3 14:29:29 2013 UTC ()
Import py27-mezzanine-1.2.4 as www/py-mezzanine.

Mezzanine is a powerful, consistent, and flexible content management
platform. Built using the Django framework.


(ryoon)
diff -r0 -r1.1 pkgsrc/www/py-mezzanine/DESCR
diff -r0 -r1.1 pkgsrc/www/py-mezzanine/MESSAGE
diff -r0 -r1.1 pkgsrc/www/py-mezzanine/Makefile
diff -r0 -r1.1 pkgsrc/www/py-mezzanine/PLIST
diff -r0 -r1.1 pkgsrc/www/py-mezzanine/distinfo

File Added: pkgsrc/www/py-mezzanine/DESCR
Mezzanine is a powerful, consistent, and flexible content management
platform. Built using the Django framework.

File Added: pkgsrc/www/py-mezzanine/Attic/MESSAGE
===========================================================================
$NetBSD: MESSAGE,v 1.1 2013/01/03 14:29:29 ryoon Exp $

To use Mezzanine, you will need to perform the following steps.

1. If you want to use with PostgreSQL server, install
   databases/postgresql91-server and enable it, then create database.

	$ sudo ${PREFIX}/share/examples/rc.d/pgsql onestart
	$ sudo -u pgsql createuser
	Enter name of role to add: YOURUSERNAME
	Shall the new role be a superuser? (y/n) n
	Shall the new role be allowed to create databases? (y/n) y
	Shall the new role be allowed to create more new roles? (y/n) n
	$ createdb dev.db -U YOURUSERNAME

2. Change current directory to somewhere you want to deploy website.

	$ mezzanine-project project_name
	# cd project_name

3. Create database.

	${PYTHONBIN} manage.py createdb --noinput

4. Run web server

	${PYTHONBIN} manage.py runserver

6. Access http://localhost:8000/admin/ and setup. Username/password are
   admin/default.
===========================================================================

File Added: pkgsrc/www/py-mezzanine/Makefile
# $NetBSD: Makefile,v 1.1 2013/01/03 14:29:29 ryoon Exp $
#

DISTNAME=	Mezzanine-1.2.4
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES=	www
MASTER_SITES=	http://pypi.python.org/packages/source/M/Mezzanine/

MAINTAINER=	ryoon@NetBSD.org
HOMEPAGE=	http://mezzanine.jupo.org/
COMMENT=	Open source content management platform on Django
LICENSE=	2-clause-bsd

PYTHON_VERSIONS_ACCEPTED=	27 26

DEPENDS+=	${PYPKGPREFIX}-flakes-[0-9]*:../../devel/py-flakes
DEPENDS+=	${PYPKGPREFIX}-pep8-[0-9]*:../../devel/py-pep8
DEPENDS+=	${PYPKGPREFIX}-imaging-[0-9]*:../../graphics/py-imaging
DEPENDS+=	${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
DEPENDS+=	${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
DEPENDS+=	${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
DEPENDS+=	${PYPKGPREFIX}-django-south-[0-9]*:../../www/py-django-south
DEPENDS+=	${PYPKGPREFIX}-bleach-[0-9]*:../../www/py-bleach

DEPENDS+=	${PYPKGPREFIX}-django-mezzanine-filebrowser-[0-9]*:../../www/py-django-mezzanine-filebrowser
DEPENDS+=	${PYPKGPREFIX}-django-mezzanine-grappelli-[0-9]*:../../www/py-django-mezzanine-grappelli

USE_PKGLOCALEDIR=	yes
USE_LANGUAGES=		# none

MESSAGE_SUBST+=	PYTHONBIN=${PYTHONBIN}

.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/www/py-mezzanine/PLIST
@comment $NetBSD: PLIST,v 1.1 2013/01/03 14:29:29 ryoon Exp $
bin/mezzanine-project
${PYSITELIB}/${EGG_FILE}/PKG-INFO
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
${PYSITELIB}/${EGG_FILE}/dependency_links.txt
${PYSITELIB}/${EGG_FILE}/entry_points.txt
${PYSITELIB}/${EGG_FILE}/not-zip-safe
${PYSITELIB}/${EGG_FILE}/requires.txt
${PYSITELIB}/${EGG_FILE}/top_level.txt
${PYSITELIB}/mezzanine/__init__.py
${PYSITELIB}/mezzanine/__init__.pyc
${PYSITELIB}/mezzanine/__init__.pyo
${PYSITELIB}/mezzanine/accounts/__init__.py
${PYSITELIB}/mezzanine/accounts/__init__.pyc
${PYSITELIB}/mezzanine/accounts/__init__.pyo
${PYSITELIB}/mezzanine/accounts/admin.py
${PYSITELIB}/mezzanine/accounts/admin.pyc
${PYSITELIB}/mezzanine/accounts/admin.pyo
${PYSITELIB}/mezzanine/accounts/defaults.py
${PYSITELIB}/mezzanine/accounts/defaults.pyc
${PYSITELIB}/mezzanine/accounts/defaults.pyo
${PYSITELIB}/mezzanine/accounts/forms.py
${PYSITELIB}/mezzanine/accounts/forms.pyc
${PYSITELIB}/mezzanine/accounts/forms.pyo
${PYSITELIB}/mezzanine/accounts/locale/pt_PT/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/accounts/locale/pt_PT/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/accounts/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/accounts/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/accounts/models.py
${PYSITELIB}/mezzanine/accounts/models.pyc
${PYSITELIB}/mezzanine/accounts/models.pyo
${PYSITELIB}/mezzanine/accounts/templates/accounts/account_form.html
${PYSITELIB}/mezzanine/accounts/templates/accounts/account_login.html
${PYSITELIB}/mezzanine/accounts/templates/accounts/account_password_reset.html
${PYSITELIB}/mezzanine/accounts/templates/accounts/account_profile.html
${PYSITELIB}/mezzanine/accounts/templates/accounts/account_profile_update.html
${PYSITELIB}/mezzanine/accounts/templates/accounts/account_signup.html
${PYSITELIB}/mezzanine/accounts/templates/accounts/includes/user_panel.html
${PYSITELIB}/mezzanine/accounts/templates/admin/profile_inline.html
${PYSITELIB}/mezzanine/accounts/templates/email/password_reset_verify.html
${PYSITELIB}/mezzanine/accounts/templates/email/password_reset_verify.txt
${PYSITELIB}/mezzanine/accounts/templates/email/password_reset_verify_subject.txt
${PYSITELIB}/mezzanine/accounts/templates/email/signup_verify.html
${PYSITELIB}/mezzanine/accounts/templates/email/signup_verify.txt
${PYSITELIB}/mezzanine/accounts/templates/email/signup_verify_subject.txt
${PYSITELIB}/mezzanine/accounts/templatetags/__init__.py
${PYSITELIB}/mezzanine/accounts/templatetags/__init__.pyc
${PYSITELIB}/mezzanine/accounts/templatetags/__init__.pyo
${PYSITELIB}/mezzanine/accounts/templatetags/accounts_tags.py
${PYSITELIB}/mezzanine/accounts/templatetags/accounts_tags.pyc
${PYSITELIB}/mezzanine/accounts/templatetags/accounts_tags.pyo
${PYSITELIB}/mezzanine/accounts/urls.py
${PYSITELIB}/mezzanine/accounts/urls.pyc
${PYSITELIB}/mezzanine/accounts/urls.pyo
${PYSITELIB}/mezzanine/accounts/views.py
${PYSITELIB}/mezzanine/accounts/views.pyc
${PYSITELIB}/mezzanine/accounts/views.pyo
${PYSITELIB}/mezzanine/bin/__init__.py
${PYSITELIB}/mezzanine/bin/__init__.pyc
${PYSITELIB}/mezzanine/bin/__init__.pyo
${PYSITELIB}/mezzanine/bin/mezzanine_project.py
${PYSITELIB}/mezzanine/bin/mezzanine_project.pyc
${PYSITELIB}/mezzanine/bin/mezzanine_project.pyo
${PYSITELIB}/mezzanine/blog/__init__.py
${PYSITELIB}/mezzanine/blog/__init__.pyc
${PYSITELIB}/mezzanine/blog/__init__.pyo
${PYSITELIB}/mezzanine/blog/admin.py
${PYSITELIB}/mezzanine/blog/admin.pyc
${PYSITELIB}/mezzanine/blog/admin.pyo
${PYSITELIB}/mezzanine/blog/defaults.py
${PYSITELIB}/mezzanine/blog/defaults.pyc
${PYSITELIB}/mezzanine/blog/defaults.pyo
${PYSITELIB}/mezzanine/blog/feeds.py
${PYSITELIB}/mezzanine/blog/feeds.pyc
${PYSITELIB}/mezzanine/blog/feeds.pyo
${PYSITELIB}/mezzanine/blog/forms.py
${PYSITELIB}/mezzanine/blog/forms.pyc
${PYSITELIB}/mezzanine/blog/forms.pyo
${PYSITELIB}/mezzanine/blog/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/id_ID/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/id_ID/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/ko/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/pt_PT/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/pt_PT/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/sr@latin/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/sr@latin/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/zh_CN/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/zh_CN/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/locale/zh_TW/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/blog/locale/zh_TW/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/blog/management/__init__.py
${PYSITELIB}/mezzanine/blog/management/__init__.pyc
${PYSITELIB}/mezzanine/blog/management/__init__.pyo
${PYSITELIB}/mezzanine/blog/management/base.py
${PYSITELIB}/mezzanine/blog/management/base.pyc
${PYSITELIB}/mezzanine/blog/management/base.pyo
${PYSITELIB}/mezzanine/blog/management/commands/__init__.py
${PYSITELIB}/mezzanine/blog/management/commands/__init__.pyc
${PYSITELIB}/mezzanine/blog/management/commands/__init__.pyo
${PYSITELIB}/mezzanine/blog/management/commands/import_blogger.py
${PYSITELIB}/mezzanine/blog/management/commands/import_blogger.pyc
${PYSITELIB}/mezzanine/blog/management/commands/import_blogger.pyo
${PYSITELIB}/mezzanine/blog/management/commands/import_posterous.py
${PYSITELIB}/mezzanine/blog/management/commands/import_posterous.pyc
${PYSITELIB}/mezzanine/blog/management/commands/import_posterous.pyo
${PYSITELIB}/mezzanine/blog/management/commands/import_rss.py
${PYSITELIB}/mezzanine/blog/management/commands/import_rss.pyc
${PYSITELIB}/mezzanine/blog/management/commands/import_rss.pyo
${PYSITELIB}/mezzanine/blog/management/commands/import_tumblr.py
${PYSITELIB}/mezzanine/blog/management/commands/import_tumblr.pyc
${PYSITELIB}/mezzanine/blog/management/commands/import_tumblr.pyo
${PYSITELIB}/mezzanine/blog/management/commands/import_wordpress.py
${PYSITELIB}/mezzanine/blog/management/commands/import_wordpress.pyc
${PYSITELIB}/mezzanine/blog/management/commands/import_wordpress.pyo
${PYSITELIB}/mezzanine/blog/migrations/0001_initial.py
${PYSITELIB}/mezzanine/blog/migrations/0001_initial.pyc
${PYSITELIB}/mezzanine/blog/migrations/0001_initial.pyo
${PYSITELIB}/mezzanine/blog/migrations/0002_auto.py
${PYSITELIB}/mezzanine/blog/migrations/0002_auto.pyc
${PYSITELIB}/mezzanine/blog/migrations/0002_auto.pyo
${PYSITELIB}/mezzanine/blog/migrations/0003_categories.py
${PYSITELIB}/mezzanine/blog/migrations/0003_categories.pyc
${PYSITELIB}/mezzanine/blog/migrations/0003_categories.pyo
${PYSITELIB}/mezzanine/blog/migrations/0004_auto__del_field_blogpost_category.py
${PYSITELIB}/mezzanine/blog/migrations/0004_auto__del_field_blogpost_category.pyc
${PYSITELIB}/mezzanine/blog/migrations/0004_auto__del_field_blogpost_category.pyo
${PYSITELIB}/mezzanine/blog/migrations/0005_auto__del_comment__add_field_blogpost_comments_count__chg_field_blogpo.py
${PYSITELIB}/mezzanine/blog/migrations/0005_auto__del_comment__add_field_blogpost_comments_count__chg_field_blogpo.pyc
${PYSITELIB}/mezzanine/blog/migrations/0005_auto__del_comment__add_field_blogpost_comments_count__chg_field_blogpo.pyo
${PYSITELIB}/mezzanine/blog/migrations/0006_auto__del_field_blogpost__keywords__add_field_blogpost_keywords_string.py
${PYSITELIB}/mezzanine/blog/migrations/0006_auto__del_field_blogpost__keywords__add_field_blogpost_keywords_string.pyc
${PYSITELIB}/mezzanine/blog/migrations/0006_auto__del_field_blogpost__keywords__add_field_blogpost_keywords_string.pyo
${PYSITELIB}/mezzanine/blog/migrations/0007_auto__add_field_blogpost_site.py
${PYSITELIB}/mezzanine/blog/migrations/0007_auto__add_field_blogpost_site.pyc
${PYSITELIB}/mezzanine/blog/migrations/0007_auto__add_field_blogpost_site.pyo
${PYSITELIB}/mezzanine/blog/migrations/0008_auto__add_field_blogpost_rating_average__add_field_blogpost_rating_cou.py
${PYSITELIB}/mezzanine/blog/migrations/0008_auto__add_field_blogpost_rating_average__add_field_blogpost_rating_cou.pyc
${PYSITELIB}/mezzanine/blog/migrations/0008_auto__add_field_blogpost_rating_average__add_field_blogpost_rating_cou.pyo
${PYSITELIB}/mezzanine/blog/migrations/0009_auto__chg_field_blogpost_content.py
${PYSITELIB}/mezzanine/blog/migrations/0009_auto__chg_field_blogpost_content.pyc
${PYSITELIB}/mezzanine/blog/migrations/0009_auto__chg_field_blogpost_content.pyo
${PYSITELIB}/mezzanine/blog/migrations/0010_category_site_allow_comments.py
${PYSITELIB}/mezzanine/blog/migrations/0010_category_site_allow_comments.pyc
${PYSITELIB}/mezzanine/blog/migrations/0010_category_site_allow_comments.pyo
${PYSITELIB}/mezzanine/blog/migrations/0011_comment_site_data.py
${PYSITELIB}/mezzanine/blog/migrations/0011_comment_site_data.pyc
${PYSITELIB}/mezzanine/blog/migrations/0011_comment_site_data.pyo
${PYSITELIB}/mezzanine/blog/migrations/0012_auto__add_field_blogpost_featured_image.py
${PYSITELIB}/mezzanine/blog/migrations/0012_auto__add_field_blogpost_featured_image.pyc
${PYSITELIB}/mezzanine/blog/migrations/0012_auto__add_field_blogpost_featured_image.pyo
${PYSITELIB}/mezzanine/blog/migrations/0013_auto__chg_field_blogpost_featured_image.py
${PYSITELIB}/mezzanine/blog/migrations/0013_auto__chg_field_blogpost_featured_image.pyc
${PYSITELIB}/mezzanine/blog/migrations/0013_auto__chg_field_blogpost_featured_image.pyo
${PYSITELIB}/mezzanine/blog/migrations/0014_auto__add_field_blogpost_gen_description.py
${PYSITELIB}/mezzanine/blog/migrations/0014_auto__add_field_blogpost_gen_description.pyc
${PYSITELIB}/mezzanine/blog/migrations/0014_auto__add_field_blogpost_gen_description.pyo
${PYSITELIB}/mezzanine/blog/migrations/0015_auto__chg_field_blogcategory_title__chg_field_blogcategory_slug__chg_f.py
${PYSITELIB}/mezzanine/blog/migrations/0015_auto__chg_field_blogcategory_title__chg_field_blogcategory_slug__chg_f.pyc
${PYSITELIB}/mezzanine/blog/migrations/0015_auto__chg_field_blogcategory_title__chg_field_blogcategory_slug__chg_f.pyo
${PYSITELIB}/mezzanine/blog/migrations/0016_add_field_blogpost__meta_title.py
${PYSITELIB}/mezzanine/blog/migrations/0016_add_field_blogpost__meta_title.pyc
${PYSITELIB}/mezzanine/blog/migrations/0016_add_field_blogpost__meta_title.pyo
${PYSITELIB}/mezzanine/blog/migrations/__init__.py
${PYSITELIB}/mezzanine/blog/migrations/__init__.pyc
${PYSITELIB}/mezzanine/blog/migrations/__init__.pyo
${PYSITELIB}/mezzanine/blog/models.py
${PYSITELIB}/mezzanine/blog/models.pyc
${PYSITELIB}/mezzanine/blog/models.pyo
${PYSITELIB}/mezzanine/blog/templates/admin/includes/quick_blog.html
${PYSITELIB}/mezzanine/blog/templates/blog/blog_post_detail.html
${PYSITELIB}/mezzanine/blog/templates/blog/blog_post_list.html
${PYSITELIB}/mezzanine/blog/templates/blog/includes/filter_panel.html
${PYSITELIB}/mezzanine/blog/templatetags/__init__.py
${PYSITELIB}/mezzanine/blog/templatetags/__init__.pyc
${PYSITELIB}/mezzanine/blog/templatetags/__init__.pyo
${PYSITELIB}/mezzanine/blog/templatetags/blog_tags.py
${PYSITELIB}/mezzanine/blog/templatetags/blog_tags.pyc
${PYSITELIB}/mezzanine/blog/templatetags/blog_tags.pyo
${PYSITELIB}/mezzanine/blog/urls.py
${PYSITELIB}/mezzanine/blog/urls.pyc
${PYSITELIB}/mezzanine/blog/urls.pyo
${PYSITELIB}/mezzanine/blog/views.py
${PYSITELIB}/mezzanine/blog/views.pyc
${PYSITELIB}/mezzanine/blog/views.pyo
${PYSITELIB}/mezzanine/boot/__init__.py
${PYSITELIB}/mezzanine/boot/__init__.pyc
${PYSITELIB}/mezzanine/boot/__init__.pyo
${PYSITELIB}/mezzanine/boot/lazy_admin.py
${PYSITELIB}/mezzanine/boot/lazy_admin.pyc
${PYSITELIB}/mezzanine/boot/lazy_admin.pyo
${PYSITELIB}/mezzanine/boot/models.py
${PYSITELIB}/mezzanine/boot/models.pyc
${PYSITELIB}/mezzanine/boot/models.pyo
${PYSITELIB}/mezzanine/conf/__init__.py
${PYSITELIB}/mezzanine/conf/__init__.pyc
${PYSITELIB}/mezzanine/conf/__init__.pyo
${PYSITELIB}/mezzanine/conf/admin.py
${PYSITELIB}/mezzanine/conf/admin.pyc
${PYSITELIB}/mezzanine/conf/admin.pyo
${PYSITELIB}/mezzanine/conf/context_processors.py
${PYSITELIB}/mezzanine/conf/context_processors.pyc
${PYSITELIB}/mezzanine/conf/context_processors.pyo
${PYSITELIB}/mezzanine/conf/forms.py
${PYSITELIB}/mezzanine/conf/forms.pyc
${PYSITELIB}/mezzanine/conf/forms.pyo
${PYSITELIB}/mezzanine/conf/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/id_ID/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/id_ID/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/ko/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/pt_PT/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/pt_PT/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/sr@latin/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/sr@latin/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/zh_CN/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/zh_CN/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/locale/zh_TW/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/conf/locale/zh_TW/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/conf/migrations/0001_initial.py
${PYSITELIB}/mezzanine/conf/migrations/0001_initial.pyc
${PYSITELIB}/mezzanine/conf/migrations/0001_initial.pyo
${PYSITELIB}/mezzanine/conf/migrations/0002_auto__add_field_setting_site.py
${PYSITELIB}/mezzanine/conf/migrations/0002_auto__add_field_setting_site.pyc
${PYSITELIB}/mezzanine/conf/migrations/0002_auto__add_field_setting_site.pyo
${PYSITELIB}/mezzanine/conf/migrations/0003_update_site_setting.py
${PYSITELIB}/mezzanine/conf/migrations/0003_update_site_setting.pyc
${PYSITELIB}/mezzanine/conf/migrations/0003_update_site_setting.pyo
${PYSITELIB}/mezzanine/conf/migrations/0004_ssl_account_settings_rename.py
${PYSITELIB}/mezzanine/conf/migrations/0004_ssl_account_settings_rename.pyc
${PYSITELIB}/mezzanine/conf/migrations/0004_ssl_account_settings_rename.pyo
${PYSITELIB}/mezzanine/conf/migrations/__init__.py
${PYSITELIB}/mezzanine/conf/migrations/__init__.pyc
${PYSITELIB}/mezzanine/conf/migrations/__init__.pyo
${PYSITELIB}/mezzanine/conf/models.py
${PYSITELIB}/mezzanine/conf/models.pyc
${PYSITELIB}/mezzanine/conf/models.pyo
${PYSITELIB}/mezzanine/conf/static/mezzanine/css/admin/settings.css
${PYSITELIB}/mezzanine/conf/templates/admin/conf/setting/change_list.html
${PYSITELIB}/mezzanine/core/__init__.py
${PYSITELIB}/mezzanine/core/__init__.pyc
${PYSITELIB}/mezzanine/core/__init__.pyo
${PYSITELIB}/mezzanine/core/admin.py
${PYSITELIB}/mezzanine/core/admin.pyc
${PYSITELIB}/mezzanine/core/admin.pyo
${PYSITELIB}/mezzanine/core/auth_backends.py
${PYSITELIB}/mezzanine/core/auth_backends.pyc
${PYSITELIB}/mezzanine/core/auth_backends.pyo
${PYSITELIB}/mezzanine/core/defaults.py
${PYSITELIB}/mezzanine/core/defaults.pyc
${PYSITELIB}/mezzanine/core/defaults.pyo
${PYSITELIB}/mezzanine/core/exceptions.py
${PYSITELIB}/mezzanine/core/exceptions.pyc
${PYSITELIB}/mezzanine/core/exceptions.pyo
${PYSITELIB}/mezzanine/core/fields.py
${PYSITELIB}/mezzanine/core/fields.pyc
${PYSITELIB}/mezzanine/core/fields.pyo
${PYSITELIB}/mezzanine/core/forms.py
${PYSITELIB}/mezzanine/core/forms.pyc
${PYSITELIB}/mezzanine/core/forms.pyo
${PYSITELIB}/mezzanine/core/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/id_ID/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/id_ID/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/ko/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/pt_PT/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/pt_PT/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/sr@latin/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/sr@latin/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/zh_CN/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/zh_CN/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/locale/zh_TW/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/core/locale/zh_TW/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/core/management/__init__.py
${PYSITELIB}/mezzanine/core/management/__init__.pyc
${PYSITELIB}/mezzanine/core/management/__init__.pyo
${PYSITELIB}/mezzanine/core/management/commands/__init__.py
${PYSITELIB}/mezzanine/core/management/commands/__init__.pyc
${PYSITELIB}/mezzanine/core/management/commands/__init__.pyo
${PYSITELIB}/mezzanine/core/management/commands/collecttemplates.py
${PYSITELIB}/mezzanine/core/management/commands/collecttemplates.pyc
${PYSITELIB}/mezzanine/core/management/commands/collecttemplates.pyo
${PYSITELIB}/mezzanine/core/management/commands/createdb.py
${PYSITELIB}/mezzanine/core/management/commands/createdb.pyc
${PYSITELIB}/mezzanine/core/management/commands/createdb.pyo
${PYSITELIB}/mezzanine/core/managers.py
${PYSITELIB}/mezzanine/core/managers.pyc
${PYSITELIB}/mezzanine/core/managers.pyo
${PYSITELIB}/mezzanine/core/middleware.py
${PYSITELIB}/mezzanine/core/middleware.pyc
${PYSITELIB}/mezzanine/core/middleware.pyo
${PYSITELIB}/mezzanine/core/migrations/0001_initial.py
${PYSITELIB}/mezzanine/core/migrations/0001_initial.pyc
${PYSITELIB}/mezzanine/core/migrations/0001_initial.pyo
${PYSITELIB}/mezzanine/core/migrations/0002_auto__del_keyword.py
${PYSITELIB}/mezzanine/core/migrations/0002_auto__del_keyword.pyc
${PYSITELIB}/mezzanine/core/migrations/0002_auto__del_keyword.pyo
${PYSITELIB}/mezzanine/core/migrations/__init__.py
${PYSITELIB}/mezzanine/core/migrations/__init__.pyc
${PYSITELIB}/mezzanine/core/migrations/__init__.pyo
${PYSITELIB}/mezzanine/core/models.py
${PYSITELIB}/mezzanine/core/models.pyc
${PYSITELIB}/mezzanine/core/models.pyo
${PYSITELIB}/mezzanine/core/request.py
${PYSITELIB}/mezzanine/core/request.pyc
${PYSITELIB}/mezzanine/core/request.pyo
${PYSITELIB}/mezzanine/core/sitemaps.py
${PYSITELIB}/mezzanine/core/sitemaps.pyc
${PYSITELIB}/mezzanine/core/sitemaps.pyo
${PYSITELIB}/mezzanine/core/static/admin/img/admin/README
${PYSITELIB}/mezzanine/core/static/admin/img/admin/arrow-down.gif
${PYSITELIB}/mezzanine/core/static/admin/img/admin/arrow-up.gif
${PYSITELIB}/mezzanine/core/static/admin/img/admin/icon_deletelink.gif
${PYSITELIB}/mezzanine/core/static/css/bootstrap.css
${PYSITELIB}/mezzanine/core/static/css/bootstrap.responsive.css
${PYSITELIB}/mezzanine/core/static/css/mezzanine.css
${PYSITELIB}/mezzanine/core/static/img/favicon.ico
${PYSITELIB}/mezzanine/core/static/img/glyphicons-halflings-white.png
${PYSITELIB}/mezzanine/core/static/img/glyphicons-halflings.png
${PYSITELIB}/mezzanine/core/static/js/bootstrap.min.js
${PYSITELIB}/mezzanine/core/static/mezzanine/css/admin/dashboard.css
${PYSITELIB}/mezzanine/core/static/mezzanine/css/admin/global.css
${PYSITELIB}/mezzanine/core/static/mezzanine/css/editable.css
${PYSITELIB}/mezzanine/core/static/mezzanine/img/loadingAnimation.gif
${PYSITELIB}/mezzanine/core/static/mezzanine/js/admin/ajax_csrf.js
${PYSITELIB}/mezzanine/core/static/mezzanine/js/admin/collapse_backport.js
${PYSITELIB}/mezzanine/core/static/mezzanine/js/admin/dynamic_inline.js
${PYSITELIB}/mezzanine/core/static/mezzanine/js/admin/keywords_field.js
${PYSITELIB}/mezzanine/core/static/mezzanine/js/admin/login.js
${PYSITELIB}/mezzanine/core/static/mezzanine/js/admin/navigation.js
${PYSITELIB}/mezzanine/core/static/mezzanine/js/editable.js
${PYSITELIB}/mezzanine/core/static/mezzanine/js/jquery-1.7.1.min.js
${PYSITELIB}/mezzanine/core/static/mezzanine/js/jquery-ui-1.8.14.custom.min.js
${PYSITELIB}/mezzanine/core/static/mezzanine/js/jquery.ba-resize.min.js
${PYSITELIB}/mezzanine/core/static/mezzanine/js/jquery.form.js
${PYSITELIB}/mezzanine/core/static/mezzanine/js/jquery.tools.js
${PYSITELIB}/mezzanine/core/static/mezzanine/js/tinymce_setup.js
${PYSITELIB}/mezzanine/core/static/robots.txt
${PYSITELIB}/mezzanine/core/static/test/gallery.zip
${PYSITELIB}/mezzanine/core/static/test/image.jpg
${PYSITELIB}/mezzanine/core/templates/404.html
${PYSITELIB}/mezzanine/core/templates/500.html
${PYSITELIB}/mezzanine/core/templates/admin/base_site.html
${PYSITELIB}/mezzanine/core/templates/admin/includes/app_list.html
${PYSITELIB}/mezzanine/core/templates/admin/includes/dropdown_menu.html
${PYSITELIB}/mezzanine/core/templates/admin/includes/dynamic_inline_stacked.html
${PYSITELIB}/mezzanine/core/templates/admin/includes/dynamic_inline_tabular.html
${PYSITELIB}/mezzanine/core/templates/admin/includes/recent_actions.html
${PYSITELIB}/mezzanine/core/templates/admin/index.html
${PYSITELIB}/mezzanine/core/templates/admin/login.html
${PYSITELIB}/mezzanine/core/templates/base.html
${PYSITELIB}/mezzanine/core/templates/email/base.html
${PYSITELIB}/mezzanine/core/templates/email/base.txt
${PYSITELIB}/mezzanine/core/templates/includes/editable_form.html
${PYSITELIB}/mezzanine/core/templates/includes/editable_loader.html
${PYSITELIB}/mezzanine/core/templates/includes/editable_toolbar.html
${PYSITELIB}/mezzanine/core/templates/includes/footer_scripts.html
${PYSITELIB}/mezzanine/core/templates/includes/form_fields.html
${PYSITELIB}/mezzanine/core/templates/includes/pagination.html
${PYSITELIB}/mezzanine/core/templates/includes/user_panel.html
${PYSITELIB}/mezzanine/core/templates/index.html
${PYSITELIB}/mezzanine/core/templates/search_results.html
${PYSITELIB}/mezzanine/core/templatetags/__init__.py
${PYSITELIB}/mezzanine/core/templatetags/__init__.pyc
${PYSITELIB}/mezzanine/core/templatetags/__init__.pyo
${PYSITELIB}/mezzanine/core/templatetags/mezzanine_tags.py
${PYSITELIB}/mezzanine/core/templatetags/mezzanine_tags.pyc
${PYSITELIB}/mezzanine/core/templatetags/mezzanine_tags.pyo
${PYSITELIB}/mezzanine/core/tests.py
${PYSITELIB}/mezzanine/core/tests.pyc
${PYSITELIB}/mezzanine/core/tests.pyo
${PYSITELIB}/mezzanine/core/urls.py
${PYSITELIB}/mezzanine/core/urls.pyc
${PYSITELIB}/mezzanine/core/urls.pyo
${PYSITELIB}/mezzanine/core/views.py
${PYSITELIB}/mezzanine/core/views.pyc
${PYSITELIB}/mezzanine/core/views.pyo
${PYSITELIB}/mezzanine/forms/__init__.py
${PYSITELIB}/mezzanine/forms/__init__.pyc
${PYSITELIB}/mezzanine/forms/__init__.pyo
${PYSITELIB}/mezzanine/forms/admin.py
${PYSITELIB}/mezzanine/forms/admin.pyc
${PYSITELIB}/mezzanine/forms/admin.pyo
${PYSITELIB}/mezzanine/forms/defaults.py
${PYSITELIB}/mezzanine/forms/defaults.pyc
${PYSITELIB}/mezzanine/forms/defaults.pyo
${PYSITELIB}/mezzanine/forms/fields.py
${PYSITELIB}/mezzanine/forms/fields.pyc
${PYSITELIB}/mezzanine/forms/fields.pyo
${PYSITELIB}/mezzanine/forms/fixtures/mezzanine.json
${PYSITELIB}/mezzanine/forms/forms.py
${PYSITELIB}/mezzanine/forms/forms.pyc
${PYSITELIB}/mezzanine/forms/forms.pyo
${PYSITELIB}/mezzanine/forms/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/id_ID/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/id_ID/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/ko/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/pt_PT/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/pt_PT/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/sr@latin/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/sr@latin/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/zh_CN/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/zh_CN/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/locale/zh_TW/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/forms/locale/zh_TW/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/forms/migrations/0001_initial.py
${PYSITELIB}/mezzanine/forms/migrations/0001_initial.pyc
${PYSITELIB}/mezzanine/forms/migrations/0001_initial.pyo
${PYSITELIB}/mezzanine/forms/migrations/0002_auto__add_field_field_placeholder_text.py
${PYSITELIB}/mezzanine/forms/migrations/0002_auto__add_field_field_placeholder_text.pyc
${PYSITELIB}/mezzanine/forms/migrations/0002_auto__add_field_field_placeholder_text.pyo
${PYSITELIB}/mezzanine/forms/migrations/0003_auto__chg_field_field_field_type.py
${PYSITELIB}/mezzanine/forms/migrations/0003_auto__chg_field_field_field_type.pyc
${PYSITELIB}/mezzanine/forms/migrations/0003_auto__chg_field_field_field_type.pyo
${PYSITELIB}/mezzanine/forms/migrations/0004_auto__chg_field_form_response__chg_field_form_content.py
${PYSITELIB}/mezzanine/forms/migrations/0004_auto__chg_field_form_response__chg_field_form_content.pyc
${PYSITELIB}/mezzanine/forms/migrations/0004_auto__chg_field_form_response__chg_field_form_content.pyo
${PYSITELIB}/mezzanine/forms/migrations/0005_auto__chg_field_fieldentry_value.py
${PYSITELIB}/mezzanine/forms/migrations/0005_auto__chg_field_fieldentry_value.pyc
${PYSITELIB}/mezzanine/forms/migrations/0005_auto__chg_field_fieldentry_value.pyo
${PYSITELIB}/mezzanine/forms/migrations/__init__.py
${PYSITELIB}/mezzanine/forms/migrations/__init__.pyc
${PYSITELIB}/mezzanine/forms/migrations/__init__.pyo
${PYSITELIB}/mezzanine/forms/models.py
${PYSITELIB}/mezzanine/forms/models.pyc
${PYSITELIB}/mezzanine/forms/models.pyo
${PYSITELIB}/mezzanine/forms/page_processors.py
${PYSITELIB}/mezzanine/forms/page_processors.pyc
${PYSITELIB}/mezzanine/forms/page_processors.pyo
${PYSITELIB}/mezzanine/forms/signals.py
${PYSITELIB}/mezzanine/forms/signals.pyc
${PYSITELIB}/mezzanine/forms/signals.pyo
${PYSITELIB}/mezzanine/forms/static/mezzanine/css/admin/form.css
${PYSITELIB}/mezzanine/forms/static/mezzanine/css/admin/form_entries.css
${PYSITELIB}/mezzanine/forms/static/mezzanine/js/admin/form_entries.js
${PYSITELIB}/mezzanine/forms/templates/admin/forms/change_form.html
${PYSITELIB}/mezzanine/forms/templates/admin/forms/entries.html
${PYSITELIB}/mezzanine/forms/templates/email/form_response.html
${PYSITELIB}/mezzanine/forms/templates/email/form_response.txt
${PYSITELIB}/mezzanine/forms/templates/pages/form.html
${PYSITELIB}/mezzanine/galleries/__init__.py
${PYSITELIB}/mezzanine/galleries/__init__.pyc
${PYSITELIB}/mezzanine/galleries/__init__.pyo
${PYSITELIB}/mezzanine/galleries/admin.py
${PYSITELIB}/mezzanine/galleries/admin.pyc
${PYSITELIB}/mezzanine/galleries/admin.pyo
${PYSITELIB}/mezzanine/galleries/fixtures/mezzanine.json
${PYSITELIB}/mezzanine/galleries/locale/pt_PT/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/galleries/locale/pt_PT/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/galleries/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/galleries/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/galleries/migrations/0001_initial.py
${PYSITELIB}/mezzanine/galleries/migrations/0001_initial.pyc
${PYSITELIB}/mezzanine/galleries/migrations/0001_initial.pyo
${PYSITELIB}/mezzanine/galleries/migrations/__init__.py
${PYSITELIB}/mezzanine/galleries/migrations/__init__.pyc
${PYSITELIB}/mezzanine/galleries/migrations/__init__.pyo
${PYSITELIB}/mezzanine/galleries/models.py
${PYSITELIB}/mezzanine/galleries/models.pyc
${PYSITELIB}/mezzanine/galleries/models.pyo
${PYSITELIB}/mezzanine/galleries/static/mezzanine/css/admin/gallery.css
${PYSITELIB}/mezzanine/galleries/static/mezzanine/js/gallery.js
${PYSITELIB}/mezzanine/galleries/templates/pages/gallery.html
${PYSITELIB}/mezzanine/generic/__init__.py
${PYSITELIB}/mezzanine/generic/__init__.pyc
${PYSITELIB}/mezzanine/generic/__init__.pyo
${PYSITELIB}/mezzanine/generic/admin.py
${PYSITELIB}/mezzanine/generic/admin.pyc
${PYSITELIB}/mezzanine/generic/admin.pyo
${PYSITELIB}/mezzanine/generic/defaults.py
${PYSITELIB}/mezzanine/generic/defaults.pyc
${PYSITELIB}/mezzanine/generic/defaults.pyo
${PYSITELIB}/mezzanine/generic/fields.py
${PYSITELIB}/mezzanine/generic/fields.pyc
${PYSITELIB}/mezzanine/generic/fields.pyo
${PYSITELIB}/mezzanine/generic/forms.py
${PYSITELIB}/mezzanine/generic/forms.pyc
${PYSITELIB}/mezzanine/generic/forms.pyo
${PYSITELIB}/mezzanine/generic/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/generic/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/generic/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/generic/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/generic/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/generic/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/generic/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/id_ID/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/generic/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/ko/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/generic/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/generic/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/generic/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/pt_PT/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/generic/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/sr@latin/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/zh_CN/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/locale/zh_TW/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/generic/managers.py
${PYSITELIB}/mezzanine/generic/managers.pyc
${PYSITELIB}/mezzanine/generic/managers.pyo
${PYSITELIB}/mezzanine/generic/migrations/0001_initial.py
${PYSITELIB}/mezzanine/generic/migrations/0001_initial.pyc
${PYSITELIB}/mezzanine/generic/migrations/0001_initial.pyo
${PYSITELIB}/mezzanine/generic/migrations/0002_auto__add_keyword__add_assignedkeyword.py
${PYSITELIB}/mezzanine/generic/migrations/0002_auto__add_keyword__add_assignedkeyword.pyc
${PYSITELIB}/mezzanine/generic/migrations/0002_auto__add_keyword__add_assignedkeyword.pyo
${PYSITELIB}/mezzanine/generic/migrations/0003_auto__add_rating.py
${PYSITELIB}/mezzanine/generic/migrations/0003_auto__add_rating.pyc
${PYSITELIB}/mezzanine/generic/migrations/0003_auto__add_rating.pyo
${PYSITELIB}/mezzanine/generic/migrations/0004_auto__chg_field_rating_object_pk__chg_field_assignedkeyword_object_pk.py
${PYSITELIB}/mezzanine/generic/migrations/0004_auto__chg_field_rating_object_pk__chg_field_assignedkeyword_object_pk.pyc
${PYSITELIB}/mezzanine/generic/migrations/0004_auto__chg_field_rating_object_pk__chg_field_assignedkeyword_object_pk.pyo
${PYSITELIB}/mezzanine/generic/migrations/0005_keyword_site.py
${PYSITELIB}/mezzanine/generic/migrations/0005_keyword_site.pyc
${PYSITELIB}/mezzanine/generic/migrations/0005_keyword_site.pyo
${PYSITELIB}/mezzanine/generic/migrations/0006_move_keywords.py
${PYSITELIB}/mezzanine/generic/migrations/0006_move_keywords.pyc
${PYSITELIB}/mezzanine/generic/migrations/0006_move_keywords.pyo
${PYSITELIB}/mezzanine/generic/migrations/0007_auto__add_field_assignedkeyword__order.py
${PYSITELIB}/mezzanine/generic/migrations/0007_auto__add_field_assignedkeyword__order.pyc
${PYSITELIB}/mezzanine/generic/migrations/0007_auto__add_field_assignedkeyword__order.pyo
${PYSITELIB}/mezzanine/generic/migrations/0008_set_keyword_order.py
${PYSITELIB}/mezzanine/generic/migrations/0008_set_keyword_order.pyc
${PYSITELIB}/mezzanine/generic/migrations/0008_set_keyword_order.pyo
${PYSITELIB}/mezzanine/generic/migrations/0009_auto__chg_field_keyword_title__chg_field_keyword_slug.py
${PYSITELIB}/mezzanine/generic/migrations/0009_auto__chg_field_keyword_title__chg_field_keyword_slug.pyc
${PYSITELIB}/mezzanine/generic/migrations/0009_auto__chg_field_keyword_title__chg_field_keyword_slug.pyo
${PYSITELIB}/mezzanine/generic/migrations/0009_auto__del_field_threadedcomment_email_hash.py
${PYSITELIB}/mezzanine/generic/migrations/0009_auto__del_field_threadedcomment_email_hash.pyc
${PYSITELIB}/mezzanine/generic/migrations/0009_auto__del_field_threadedcomment_email_hash.pyo
${PYSITELIB}/mezzanine/generic/migrations/0010_auto__chg_field_keyword_slug__chg_field_keyword_title.py
${PYSITELIB}/mezzanine/generic/migrations/0010_auto__chg_field_keyword_slug__chg_field_keyword_title.pyc
${PYSITELIB}/mezzanine/generic/migrations/0010_auto__chg_field_keyword_slug__chg_field_keyword_title.pyo
${PYSITELIB}/mezzanine/generic/migrations/__init__.py
${PYSITELIB}/mezzanine/generic/migrations/__init__.pyc
${PYSITELIB}/mezzanine/generic/migrations/__init__.pyo
${PYSITELIB}/mezzanine/generic/models.py
${PYSITELIB}/mezzanine/generic/models.pyc
${PYSITELIB}/mezzanine/generic/models.pyo
${PYSITELIB}/mezzanine/generic/templates/admin/includes/recent_comments.html
${PYSITELIB}/mezzanine/generic/templates/email/comment_notification.html
${PYSITELIB}/mezzanine/generic/templates/email/comment_notification.txt
${PYSITELIB}/mezzanine/generic/templates/generic/comments.html
${PYSITELIB}/mezzanine/generic/templates/generic/includes/comment.html
${PYSITELIB}/mezzanine/generic/templates/generic/includes/comments.html
${PYSITELIB}/mezzanine/generic/templates/generic/includes/disqus_comments.html
${PYSITELIB}/mezzanine/generic/templates/generic/includes/disqus_counts.html
${PYSITELIB}/mezzanine/generic/templates/generic/includes/disqus_sso.html
${PYSITELIB}/mezzanine/generic/templates/generic/includes/rating.html
${PYSITELIB}/mezzanine/generic/templatetags/__init__.py
${PYSITELIB}/mezzanine/generic/templatetags/__init__.pyc
${PYSITELIB}/mezzanine/generic/templatetags/__init__.pyo
${PYSITELIB}/mezzanine/generic/templatetags/comment_tags.py
${PYSITELIB}/mezzanine/generic/templatetags/comment_tags.pyc
${PYSITELIB}/mezzanine/generic/templatetags/comment_tags.pyo
${PYSITELIB}/mezzanine/generic/templatetags/disqus_tags.py
${PYSITELIB}/mezzanine/generic/templatetags/disqus_tags.pyc
${PYSITELIB}/mezzanine/generic/templatetags/disqus_tags.pyo
${PYSITELIB}/mezzanine/generic/templatetags/keyword_tags.py
${PYSITELIB}/mezzanine/generic/templatetags/keyword_tags.pyc
${PYSITELIB}/mezzanine/generic/templatetags/keyword_tags.pyo
${PYSITELIB}/mezzanine/generic/templatetags/rating_tags.py
${PYSITELIB}/mezzanine/generic/templatetags/rating_tags.pyc
${PYSITELIB}/mezzanine/generic/templatetags/rating_tags.pyo
${PYSITELIB}/mezzanine/generic/urls.py
${PYSITELIB}/mezzanine/generic/urls.pyc
${PYSITELIB}/mezzanine/generic/urls.pyo
${PYSITELIB}/mezzanine/generic/views.py
${PYSITELIB}/mezzanine/generic/views.pyc
${PYSITELIB}/mezzanine/generic/views.pyo
${PYSITELIB}/mezzanine/mobile/__init__.py
${PYSITELIB}/mezzanine/mobile/__init__.pyc
${PYSITELIB}/mezzanine/mobile/__init__.pyo
${PYSITELIB}/mezzanine/mobile/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/id_ID/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/id_ID/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/ko/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/pt_PT/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/pt_PT/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/sr@latin/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/sr@latin/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/zh_CN/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/zh_CN/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/locale/zh_TW/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/mobile/locale/zh_TW/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/mobile/models.py
${PYSITELIB}/mezzanine/mobile/models.pyc
${PYSITELIB}/mezzanine/mobile/models.pyo
${PYSITELIB}/mezzanine/mobile/static/css/global-mobile.css
${PYSITELIB}/mezzanine/mobile/static/img/icon-home.png
${PYSITELIB}/mezzanine/mobile/static/img/mobile-bg.gif
${PYSITELIB}/mezzanine/mobile/templates/mobile/404.html
${PYSITELIB}/mezzanine/mobile/templates/mobile/500.html
${PYSITELIB}/mezzanine/mobile/templates/mobile/base.html
${PYSITELIB}/mezzanine/mobile/templates/mobile/blog/blog_post_detail.html
${PYSITELIB}/mezzanine/mobile/templates/mobile/blog/blog_post_list.html
${PYSITELIB}/mezzanine/mobile/templates/mobile/includes/footer_scripts.html
${PYSITELIB}/mezzanine/mobile/templates/mobile/includes/pagination.html
${PYSITELIB}/mezzanine/mobile/templates/mobile/includes/search.html
${PYSITELIB}/mezzanine/mobile/templates/mobile/index.html
${PYSITELIB}/mezzanine/mobile/templates/mobile/pages/form.html
${PYSITELIB}/mezzanine/mobile/templates/mobile/pages/menus/mobile.html
${PYSITELIB}/mezzanine/mobile/templates/mobile/pages/page.html
${PYSITELIB}/mezzanine/mobile/templates/mobile/pages/richtextpage.html
${PYSITELIB}/mezzanine/mobile/templates/mobile/search_results.html
${PYSITELIB}/mezzanine/pages/__init__.py
${PYSITELIB}/mezzanine/pages/__init__.pyc
${PYSITELIB}/mezzanine/pages/__init__.pyo
${PYSITELIB}/mezzanine/pages/admin.py
${PYSITELIB}/mezzanine/pages/admin.pyc
${PYSITELIB}/mezzanine/pages/admin.pyo
${PYSITELIB}/mezzanine/pages/defaults.py
${PYSITELIB}/mezzanine/pages/defaults.pyc
${PYSITELIB}/mezzanine/pages/defaults.pyo
${PYSITELIB}/mezzanine/pages/fields.py
${PYSITELIB}/mezzanine/pages/fields.pyc
${PYSITELIB}/mezzanine/pages/fields.pyo
${PYSITELIB}/mezzanine/pages/fixtures/mezzanine.json
${PYSITELIB}/mezzanine/pages/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/cs/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/cs/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/de/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/de/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/eo/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/eo/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/id_ID/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/id_ID/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/it/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/it/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/ko/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/ko/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/nb/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/nb/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/pt_BR/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/pt_BR/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/pt_PT/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/pt_PT/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/sk/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/sk/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/sr@latin/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/sr@latin/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/zh_CN/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/zh_CN/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/locale/zh_TW/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/pages/locale/zh_TW/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/pages/managers.py
${PYSITELIB}/mezzanine/pages/managers.pyc
${PYSITELIB}/mezzanine/pages/managers.pyo
${PYSITELIB}/mezzanine/pages/middleware.py
${PYSITELIB}/mezzanine/pages/middleware.pyc
${PYSITELIB}/mezzanine/pages/middleware.pyo
${PYSITELIB}/mezzanine/pages/migrations/0001_initial.py
${PYSITELIB}/mezzanine/pages/migrations/0001_initial.pyc
${PYSITELIB}/mezzanine/pages/migrations/0001_initial.pyo
${PYSITELIB}/mezzanine/pages/migrations/0002_auto__del_field_page__keywords__add_field_page_keywords_string__chg_fi.py
${PYSITELIB}/mezzanine/pages/migrations/0002_auto__del_field_page__keywords__add_field_page_keywords_string__chg_fi.pyc
${PYSITELIB}/mezzanine/pages/migrations/0002_auto__del_field_page__keywords__add_field_page_keywords_string__chg_fi.pyo
${PYSITELIB}/mezzanine/pages/migrations/0003_auto__add_field_page_site.py
${PYSITELIB}/mezzanine/pages/migrations/0003_auto__add_field_page_site.pyc
${PYSITELIB}/mezzanine/pages/migrations/0003_auto__add_field_page_site.pyo
${PYSITELIB}/mezzanine/pages/migrations/0004_auto__del_contentpage__add_richtextpage.py
${PYSITELIB}/mezzanine/pages/migrations/0004_auto__del_contentpage__add_richtextpage.pyc
${PYSITELIB}/mezzanine/pages/migrations/0004_auto__del_contentpage__add_richtextpage.pyo
${PYSITELIB}/mezzanine/pages/migrations/0005_rename_contentpage.py
${PYSITELIB}/mezzanine/pages/migrations/0005_rename_contentpage.pyc
${PYSITELIB}/mezzanine/pages/migrations/0005_rename_contentpage.pyo
${PYSITELIB}/mezzanine/pages/migrations/0006_auto__add_field_page_gen_description.py
${PYSITELIB}/mezzanine/pages/migrations/0006_auto__add_field_page_gen_description.pyc
${PYSITELIB}/mezzanine/pages/migrations/0006_auto__add_field_page_gen_description.pyo
${PYSITELIB}/mezzanine/pages/migrations/0007_auto__chg_field_page_slug__chg_field_page_title.py
${PYSITELIB}/mezzanine/pages/migrations/0007_auto__chg_field_page_slug__chg_field_page_title.pyc
${PYSITELIB}/mezzanine/pages/migrations/0007_auto__chg_field_page_slug__chg_field_page_title.pyo
${PYSITELIB}/mezzanine/pages/migrations/0008_auto__add_link.py
${PYSITELIB}/mezzanine/pages/migrations/0008_auto__add_link.pyc
${PYSITELIB}/mezzanine/pages/migrations/0008_auto__add_link.pyo
${PYSITELIB}/mezzanine/pages/migrations/0009_add_field_page_in_menus.py
${PYSITELIB}/mezzanine/pages/migrations/0009_add_field_page_in_menus.pyc
${PYSITELIB}/mezzanine/pages/migrations/0009_add_field_page_in_menus.pyo
${PYSITELIB}/mezzanine/pages/migrations/0010_set_menus.py
${PYSITELIB}/mezzanine/pages/migrations/0010_set_menus.pyc
${PYSITELIB}/mezzanine/pages/migrations/0010_set_menus.pyo
${PYSITELIB}/mezzanine/pages/migrations/0011_delete_nav_flags.py
${PYSITELIB}/mezzanine/pages/migrations/0011_delete_nav_flags.pyc
${PYSITELIB}/mezzanine/pages/migrations/0011_delete_nav_flags.pyo
${PYSITELIB}/mezzanine/pages/migrations/0012_add_field_page__meta_title.py
${PYSITELIB}/mezzanine/pages/migrations/0012_add_field_page__meta_title.pyc
${PYSITELIB}/mezzanine/pages/migrations/0012_add_field_page__meta_title.pyo
${PYSITELIB}/mezzanine/pages/migrations/__init__.py
${PYSITELIB}/mezzanine/pages/migrations/__init__.pyc
${PYSITELIB}/mezzanine/pages/migrations/__init__.pyo
${PYSITELIB}/mezzanine/pages/models.py
${PYSITELIB}/mezzanine/pages/models.pyc
${PYSITELIB}/mezzanine/pages/models.pyo
${PYSITELIB}/mezzanine/pages/page_processors.py
${PYSITELIB}/mezzanine/pages/page_processors.pyc
${PYSITELIB}/mezzanine/pages/page_processors.pyo
${PYSITELIB}/mezzanine/pages/static/mezzanine/css/admin/page_tree.css
${PYSITELIB}/mezzanine/pages/static/mezzanine/js/admin/page_tree.js
${PYSITELIB}/mezzanine/pages/templates/admin/pages/page/change_list.html
${PYSITELIB}/mezzanine/pages/templates/admin/pages/page/delete_confirmation.html
${PYSITELIB}/mezzanine/pages/templates/pages/index.html
${PYSITELIB}/mezzanine/pages/templates/pages/menus/admin.html
${PYSITELIB}/mezzanine/pages/templates/pages/menus/breadcrumb.html
${PYSITELIB}/mezzanine/pages/templates/pages/menus/dropdown.html
${PYSITELIB}/mezzanine/pages/templates/pages/menus/footer.html
${PYSITELIB}/mezzanine/pages/templates/pages/menus/footer_tree.html
${PYSITELIB}/mezzanine/pages/templates/pages/menus/mobile.html
${PYSITELIB}/mezzanine/pages/templates/pages/menus/primary.html
${PYSITELIB}/mezzanine/pages/templates/pages/menus/tree.html
${PYSITELIB}/mezzanine/pages/templates/pages/page.html
${PYSITELIB}/mezzanine/pages/templates/pages/richtextpage.html
${PYSITELIB}/mezzanine/pages/templatetags/__init__.py
${PYSITELIB}/mezzanine/pages/templatetags/__init__.pyc
${PYSITELIB}/mezzanine/pages/templatetags/__init__.pyo
${PYSITELIB}/mezzanine/pages/templatetags/pages_tags.py
${PYSITELIB}/mezzanine/pages/templatetags/pages_tags.pyc
${PYSITELIB}/mezzanine/pages/templatetags/pages_tags.pyo
${PYSITELIB}/mezzanine/pages/urls.py
${PYSITELIB}/mezzanine/pages/urls.pyc
${PYSITELIB}/mezzanine/pages/urls.pyo
${PYSITELIB}/mezzanine/pages/views.py
${PYSITELIB}/mezzanine/pages/views.pyc
${PYSITELIB}/mezzanine/pages/views.pyo
${PYSITELIB}/mezzanine/project_template/.gitignore
${PYSITELIB}/mezzanine/project_template/.hgignore
${PYSITELIB}/mezzanine/project_template/__init__.py
${PYSITELIB}/mezzanine/project_template/__init__.pyc
${PYSITELIB}/mezzanine/project_template/__init__.pyo
${PYSITELIB}/mezzanine/project_template/deploy/crontab
${PYSITELIB}/mezzanine/project_template/deploy/gunicorn.conf.py
${PYSITELIB}/mezzanine/project_template/deploy/gunicorn.conf.pyc
${PYSITELIB}/mezzanine/project_template/deploy/gunicorn.conf.pyo
${PYSITELIB}/mezzanine/project_template/deploy/live_settings.py
${PYSITELIB}/mezzanine/project_template/deploy/live_settings.pyc
${PYSITELIB}/mezzanine/project_template/deploy/live_settings.pyo
${PYSITELIB}/mezzanine/project_template/deploy/nginx.conf
${PYSITELIB}/mezzanine/project_template/deploy/supervisor.conf
${PYSITELIB}/mezzanine/project_template/fabfile.py
${PYSITELIB}/mezzanine/project_template/fabfile.pyc
${PYSITELIB}/mezzanine/project_template/fabfile.pyo
${PYSITELIB}/mezzanine/project_template/local_settings.py.template
${PYSITELIB}/mezzanine/project_template/manage.py
${PYSITELIB}/mezzanine/project_template/manage.pyc
${PYSITELIB}/mezzanine/project_template/manage.pyo
${PYSITELIB}/mezzanine/project_template/requirements/project.txt
${PYSITELIB}/mezzanine/project_template/settings.py
${PYSITELIB}/mezzanine/project_template/settings.pyc
${PYSITELIB}/mezzanine/project_template/settings.pyo
${PYSITELIB}/mezzanine/project_template/urls.py
${PYSITELIB}/mezzanine/project_template/urls.pyc
${PYSITELIB}/mezzanine/project_template/urls.pyo
${PYSITELIB}/mezzanine/template/__init__.py
${PYSITELIB}/mezzanine/template/__init__.pyc
${PYSITELIB}/mezzanine/template/__init__.pyo
${PYSITELIB}/mezzanine/template/loader_tags.py
${PYSITELIB}/mezzanine/template/loader_tags.pyc
${PYSITELIB}/mezzanine/template/loader_tags.pyo
${PYSITELIB}/mezzanine/twitter/__init__.py
${PYSITELIB}/mezzanine/twitter/__init__.pyc
${PYSITELIB}/mezzanine/twitter/__init__.pyo
${PYSITELIB}/mezzanine/twitter/defaults.py
${PYSITELIB}/mezzanine/twitter/defaults.pyc
${PYSITELIB}/mezzanine/twitter/defaults.pyo
${PYSITELIB}/mezzanine/twitter/locale/ca/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/twitter/locale/ca/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/twitter/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/twitter/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/twitter/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/twitter/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/twitter/locale/fr/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/twitter/locale/fr/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/twitter/locale/pl/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/twitter/locale/pl/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/twitter/locale/pt_PT/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/twitter/locale/pt_PT/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/twitter/locale/ru/LC_MESSAGES/django.mo
${PYSITELIB}/mezzanine/twitter/locale/ru/LC_MESSAGES/django.po
${PYSITELIB}/mezzanine/twitter/management/__init__.py
${PYSITELIB}/mezzanine/twitter/management/__init__.pyc
${PYSITELIB}/mezzanine/twitter/management/__init__.pyo
${PYSITELIB}/mezzanine/twitter/management/commands/__init__.py
${PYSITELIB}/mezzanine/twitter/management/commands/__init__.pyc
${PYSITELIB}/mezzanine/twitter/management/commands/__init__.pyo
${PYSITELIB}/mezzanine/twitter/management/commands/poll_twitter.py
${PYSITELIB}/mezzanine/twitter/management/commands/poll_twitter.pyc
${PYSITELIB}/mezzanine/twitter/management/commands/poll_twitter.pyo
${PYSITELIB}/mezzanine/twitter/managers.py
${PYSITELIB}/mezzanine/twitter/managers.pyc
${PYSITELIB}/mezzanine/twitter/managers.pyo
${PYSITELIB}/mezzanine/twitter/migrations/0001_initial.py
${PYSITELIB}/mezzanine/twitter/migrations/0001_initial.pyc
${PYSITELIB}/mezzanine/twitter/migrations/0001_initial.pyo
${PYSITELIB}/mezzanine/twitter/migrations/0002_auto__chg_field_query_value.py
${PYSITELIB}/mezzanine/twitter/migrations/0002_auto__chg_field_query_value.pyc
${PYSITELIB}/mezzanine/twitter/migrations/0002_auto__chg_field_query_value.pyo
${PYSITELIB}/mezzanine/twitter/migrations/__init__.py
${PYSITELIB}/mezzanine/twitter/migrations/__init__.pyc
${PYSITELIB}/mezzanine/twitter/migrations/__init__.pyo
${PYSITELIB}/mezzanine/twitter/models.py
${PYSITELIB}/mezzanine/twitter/models.pyc
${PYSITELIB}/mezzanine/twitter/models.pyo
${PYSITELIB}/mezzanine/twitter/templates/twitter/tweets.html
${PYSITELIB}/mezzanine/twitter/templatetags/__init__.py
${PYSITELIB}/mezzanine/twitter/templatetags/__init__.pyc
${PYSITELIB}/mezzanine/twitter/templatetags/__init__.pyo
${PYSITELIB}/mezzanine/twitter/templatetags/twitter_tags.py
${PYSITELIB}/mezzanine/twitter/templatetags/twitter_tags.pyc
${PYSITELIB}/mezzanine/twitter/templatetags/twitter_tags.pyo
${PYSITELIB}/mezzanine/urls.py
${PYSITELIB}/mezzanine/urls.pyc
${PYSITELIB}/mezzanine/urls.pyo
${PYSITELIB}/mezzanine/utils/__init__.py
${PYSITELIB}/mezzanine/utils/__init__.pyc
${PYSITELIB}/mezzanine/utils/__init__.pyo
${PYSITELIB}/mezzanine/utils/cache.py
${PYSITELIB}/mezzanine/utils/cache.pyc
${PYSITELIB}/mezzanine/utils/cache.pyo
${PYSITELIB}/mezzanine/utils/conf.py
${PYSITELIB}/mezzanine/utils/conf.pyc
${PYSITELIB}/mezzanine/utils/conf.pyo
${PYSITELIB}/mezzanine/utils/device.py
${PYSITELIB}/mezzanine/utils/device.pyc
${PYSITELIB}/mezzanine/utils/device.pyo
${PYSITELIB}/mezzanine/utils/docs.py
${PYSITELIB}/mezzanine/utils/docs.pyc
${PYSITELIB}/mezzanine/utils/docs.pyo
${PYSITELIB}/mezzanine/utils/email.py
${PYSITELIB}/mezzanine/utils/email.pyc
${PYSITELIB}/mezzanine/utils/email.pyo
${PYSITELIB}/mezzanine/utils/html.py
${PYSITELIB}/mezzanine/utils/html.pyc
${PYSITELIB}/mezzanine/utils/html.pyo
${PYSITELIB}/mezzanine/utils/importing.py
${PYSITELIB}/mezzanine/utils/importing.pyc
${PYSITELIB}/mezzanine/utils/importing.pyo
${PYSITELIB}/mezzanine/utils/models.py
${PYSITELIB}/mezzanine/utils/models.pyc
${PYSITELIB}/mezzanine/utils/models.pyo
${PYSITELIB}/mezzanine/utils/sites.py
${PYSITELIB}/mezzanine/utils/sites.pyc
${PYSITELIB}/mezzanine/utils/sites.pyo
${PYSITELIB}/mezzanine/utils/tests.py
${PYSITELIB}/mezzanine/utils/tests.pyc
${PYSITELIB}/mezzanine/utils/tests.pyo
${PYSITELIB}/mezzanine/utils/timezone.py
${PYSITELIB}/mezzanine/utils/timezone.pyc
${PYSITELIB}/mezzanine/utils/timezone.pyo
${PYSITELIB}/mezzanine/utils/urls.py
${PYSITELIB}/mezzanine/utils/urls.pyc
${PYSITELIB}/mezzanine/utils/urls.pyo
${PYSITELIB}/mezzanine/utils/views.py
${PYSITELIB}/mezzanine/utils/views.pyc
${PYSITELIB}/mezzanine/utils/views.pyo

File Added: pkgsrc/www/py-mezzanine/distinfo
$NetBSD: distinfo,v 1.1 2013/01/03 14:29:29 ryoon Exp $

SHA1 (Mezzanine-1.2.4.tar.gz) = 170caf095ba956bb5b2cd7f629cf67c2b7713f1f
RMD160 (Mezzanine-1.2.4.tar.gz) = be85f1dacc0a48bb8dadcaa8e32e51b6b11dd732
Size (Mezzanine-1.2.4.tar.gz) = 4696330 bytes