PyWeblog is a
Django based open source blog application has written by me.
Features:
- Template support (Django contains an advanced template language)
- Django administration interface
- Tagging
- Commenting
- Picture Uploading
Releases:
Installing
- Download latest version and extract anywhere.
- Create a MySQL database to use for this application
- Open settings.py to editing and set DATABASE_NAME,DATABASE_USER AND DATABASE_PASSWORD variables
- Open terminal in where you extracted the files, and type:
>>> python manage.py validate
- If manage.py counted zero errors, type this:
>>> python.manage.py syncdb
- That's all :)
Requirements: