Найти - Пользователи
Полная версия: нужна простая CMS + sqlite
Начало » Web » нужна простая CMS + sqlite
1
sypper-pit
Чтоб можно было сохранить в папку на сервере , создать БД на sqlite и она запохала. Просто джанго это сильно извращенно, а тут есть апатч с mod_python и настройкой “.htaccess”
AddHandler python-program .py
PythonHandler index
PythonDebug On
вот и хотелось бы получить более мениее внятные пояснение по CMS такого типа.
пример отработки скрипта http://es-net.ru/2/
sypper-pit
index.py
from mod_python import apache

def handler(req):
req.log_error('handler')
req.content_type = 'text/plain'
req.send_http_header()
req.write('mptest.py\n')
req.write('is work')
return apache.OK
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB