It is a very simple weblog build using available framework features and community apps.
Download or clone
git clone [email protected]:mjaszczyk/simple-weblog.git
Install requirements
pip install -r requirements.txt
Prepare database
./manage.py syncdb --migrate
Runserver
./manage.py runserver
Go to localhost:8000
There are few automated tests. Run
./manage.py tests posts
Admin Panel
/admin/
Files Panel
/admin/files/
- Django 1.4
- South
- Django Tagging
- Django Markup
- Django BFM
- Django AutoFixture
- Markdown