PyLucid is an Open Source web content management system written in Python using Django, jQuery and many more external software...
Some PyLucid Features are:
(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
/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.
| 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/ |
| update time | title | user name |
|---|---|---|
| May 13, 2012, 5:19 p.m. | moved from django v1.3 to v1.4 - **draft** (blog entry content) |
Jens Diemer |
| May 8, 2012, 2:02 p.m. | django-reversion: Diff Ansicht... (blog entry content) |
Jens Diemer |
| May 8, 2012, 2:02 p.m. | django-reversion: Diff view... (blog entry content) |
Jens Diemer |
| April 24, 2012, 10:09 a.m. | runserver (PageContent) |
Jens Diemer |
| April 21, 2012, 3:12 p.m. | Entstehungs Geschichte von PyLucid (PageContent) |
Jens Diemer |
| April 13, 2012, 6:52 a.m. | New comment for 'PyLucid DEMO site online...' (PyLucid comment) |
Jens Diemer |
| March 14, 2012, 10:03 a.m. | django-sync-server works well with new Firefox v11 (blog entry content) |
Jens Diemer |
| March 14, 2012, 10:03 a.m. | django-sync-server funktioniert mit dem neuen Firefox v11 (blog entry content) |
Jens Diemer |
| Feb. 1, 2012, 5:09 p.m. | Problem: Suchmaschinen Bots und Blog Tag-Filter (blog entry content) |
Jens Diemer |
| Jan. 25, 2012, 12:42 a.m. | Dynamische SITE_ID in Django. (blog entry content) |
Jens Diemer |
django-processinfo: 6.2 ms of 328.0 ms (1.9%)