PyLucid CMS Logo

An OpenSource CMS written in Python, using django

↑ last page changes:  #

update time title user name
Nov. 22, 2012, 4:37 p.m. New comment for 'local_settings.py'
(PyLucid comment)
Rhinodj
Nov. 20, 2012, 1:25 p.m. New in PyLucid v1.4.2
(blog entry content)
Jens Diemer
Nov. 20, 2012, 1:11 p.m. Include external widgets with 'generic' plugin
(PageContent)
Jens Diemer
Nov. 20, 2012, 12:58 p.m. Example page with 'generic/flickr_colorbox2.html' template
(PageContent)
Jens Diemer
Nov. 20, 2012, 12:58 p.m. Example page with default template
(PageContent)
Jens Diemer
Oct. 18, 2012, 2:39 p.m. static HTML dump
(blog entry content)
Jens Diemer
Sept. 7, 2012, 6:35 p.m. Traps if you made a dist upgrade...
(blog entry content)
Jens Diemer
Aug. 30, 2012, 2:59 p.m. secure Login without https
(PageContent)
Jens Diemer
Aug. 30, 2012, 2:49 p.m. detail JS-SHA1-Login procedure
(PageContent)
Jens Diemer
Aug. 30, 2012, 2:14 p.m. PyLucid v1.4.1 changes...
(blog entry content)
Jens Diemer
get update journal as RSS/Atom feed.

↑ about PyLucid  #

PyLucid is an Open Source web content management system written in Python using Django, jQuery and many more external software...

Some PyLucid Features are:

external contrib plugins:

↑ install  #

(Please read the complete installation instructions.)

To create a PyLucid virtual environment, use our bootstrap script:

/home/FooBar$ wget https://raw.github.com/jedie/PyLucid/master/bootstrap/pylucid-boot.py
/home/FooBar$ python pylucid-boot.py PyLucid_env

create a new page instance:

/home/FooBar$ cd PyLucid_env
/home/FooBar/PyLucid_env$ ./create_page_instance.sh /var/www/YourSite

After run our script you have these files/directory:

/var/www/YourSite/media/ Static media files
/var/www/YourSite/index.fcgi fastCGI dispatcher file
/var/www/YourSite/index.wsgi mod_WSGI dispatcher file
/var/www/YourSite/index.cgi CGI handler, should only used for debugging
/var/www/YourSite/local_settings.py your own settings
/var/www/YourSite/manage.py Access to django cli management
/var/www/YourSite/.htaccess prepared to use fast_CGI, mod_WSGI, CGI via mod_rewrite

create database tables and insert initial data:

/home/FooBar/PyLucid_env$ cd /var/www/YourSite
/var/www/YourSite$ ./manage.py syncdb
/var/www/YourSite$ ./manage.py migrate
/var/www/YourSite$ ./manage.py loaddata pylucid.json

Now you can start the local developer server with:

/var/www/YourSite$ ./manage.py runserver

Or use these files for apache with fastCGI:

To complete the installation follow the steps in setup PyLucid after installation.


↑ links  #

Homepage http://www.pylucid.org
Development history visible / backward-incompatible changes
Forum http://forum.pylucid.org/
IRC #pylucid on freenode.net
Github http://github.com/jedie/PyLucid
Sourceforge http://sourceforge.net/projects/pylucid/
Google code http://code.google.com/p/pylucid/
0 comments for 'about PyLucid':
    there exist no comment for 'about PyLucid'
Leave a comment
tag navi about

django-processinfo: 76.1 ms of 561.1 ms (13.6%)