head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.08.13.19.07.12;	author rm;	state Exp;
branches;
next	1.1;

1.1
date	2012.02.07.04.28.08;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 302477 on 2012-08-13 19:07:12Z by rm

- update to version 2.3
- update dependency upon www/py-django-sekizai (at least 0.6.1 is needed)
- fix directories at pkg-message
- use @@dirrm (not @@dirrmtry) for the port's own directories
- don't try to use @@dirrmtry to other ports directories

while here:
- use CHEESESHOP shortcut
- remove unnecessary MASTER_SITE_SUBDIR
- strict python version to 2.x only

PR:		169599
Submitted by:	bsam
Approved by:	maintainer timeout (6 weeks)
@
text
@**********************************************************************

To try out django CMS, open a shell and run the following commands:

    django-admin.py startproject mycmsproject
    cd mycmsproject/mycmsproject
    rm settings.py
    rm urls.py
    fetch https://gist.github.com/raw/1125918/settings.py
    fetch https://gist.github.com/raw/1125918/urls.py
    mkdir templates
    cd templates
    fetch https://gist.github.com/raw/1125918/example.html
    cd ../..
    python manage.py syncdb --all
    python manage.py migrate --fake
    python manage.py runserver

The last command should start a local server on port 8000 serving
your CMS installation, so open your browser and go to 127.0.0.1:8000
and you should see the CMS welcome page.

**********************************************************************
@


1.1
log
@A free and open source content management system for publishing
content on the World Wide Web and intranets.  It is based on Django
and written in Python.

WWW: http://django-cms.org/

PR:		ports/164624
Submitted by:	Matthew X. Economou <xenophon+fbsdports@@irtnog.org>
@
text
@d6 1
a6 1
    cd mycmsproject
d14 1
a14 1
    cd ..
@

