What's new? | Help | Directory | Sign in
Google
trespams
Blog software based on Blogmaker
  
  
  
  
    
Links:
Blogs:
Join project
Project owners:
  antoni.aloy

Trespams Blog project

The goal is to replace my current WP blog in http://trespams.com for one based on Django.

WP is very good, but I'd like to write code inside the blog, and control how the blog looks and works.I suppose that WP and PHP can do that, but I'm a Python and Django freaky, so I'd like a system which allows me to experiment and modify.

This code uses http://code.google.com/p/blogmaker/ but I I have adapted it to fit my needs:

I don't want to make a true fork of Blogmaker, so I plan to send patches and bug corrections to Blogmaker folks. So if you are searching something stable for your site, please go directly to the Blogmaker page.

Install trespams blog

I suppose you have installed Django and Python and downloaded the last version of trespams.

python manage.py syncdb

and follow the instructions. This may create the database structure for you and it will ask for a user and password.
  • Run the local server
python manage.py runserver

To run in production environment please follow the instructions you'll fing in the Django site. Configuration of Apache, mod_python are out of the scope of this document.

To do

Screenshots

Everybody likes screenshots :)