head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2011.01.30.16.56.00; author adam; state dead; branches; next 1.1; 1.1 date 2011.01.12.08.15.06; author adam; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2011.01.12.08.15.06; author adam; state Exp; branches; next ; desc @@ 1.2 log @We don't need this patch any more @ text @$NetBSD: patch-aa,v 1.1 2011/01/12 08:15:06 adam Exp $ --- setup.py.orig 2010-12-28 19:26:14.000000000 +0000 +++ setup.py @@@@ -4,7 +4,7 @@@@ import cms media_files = [] for dirpath, dirnames, filenames in os.walk('cms/media'): - media_files.append([dirpath, [os.path.join(dirpath, f) for f in filenames]]) + media_files.append(['share/django-'+dirpath, [os.path.join(dirpath, f) for f in filenames]]) setup( author="Patrick Lauber", @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @A Django app for managing hierarchical pages of content in multiple languages, on different sites. Django CMS handles the navigation rendering for you in multiple languages with internationalization (i18n) slugs, and the navigation can be extended by your own models. Pages are rendered with a template that has placeholders which get filled via plugins. @ text @@