My favorites | Sign in
Project Logo
                
Code license: New BSD License
Labels: blogapp, blog, Python, Django
Links:
Blogs:
Feeds:
People details
Project owners:
  borderj

blogapp is a django base blog written with python

How to run Blog-app.

First you should install Django 1.0 from http://www.djangoproject.com/

svn checkout http://blog-app.googlecode.com/svn/trunk/ blog-app
cd blog-app/
python manage.py syncdb
python manage.py runserver

look http://localhost:8000








Powered by Google Project Hosting