Wichtig: Viele der Informationen hier auf der Webseite sind veraltet, weil sie für ältere PyLucid <v2 Versionen vorgesehen waren!
PyLucid ist ein Open Source Web-Content-Management System. Es ist in Python geschrieben und basiert auf Django-CMS.
Seid dem PyLucid v2 rewrite ist PyLucid im Grunde eine Alternative zum djangocms-installer.
Die Hauptvorteil ist das einfache erstellen einer Django-CMS installation:
Um ein PyLucid "Virtual-Environment" zu erstellen, nutzte unser "Bootstrap"-Skript:
1 2 3 4 5 | # download bootstrap file:
/home/FooBar$ wget https://github.com/jedie/PyLucid/raw/develop/pylucid-boot.py
# Create virtualenv with all needed packages:
/home/FooBar$ python3 pylucid-boot.py ~/PyLucid_env
|
Bitte lese die komplette Anleitung.
| 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 |