|
Project Information
Links
|
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 |