public
Description: django blog app
Homepage:
Clone URL: git://github.com/husio/django-blog.git
name age message
file .gitignore Sat Aug 22 15:03:32 -0700 2009 .gitignore and .gitmodules added [Piotr Husiatyński]
file .gitmodules Sat Aug 22 15:03:32 -0700 2009 .gitignore and .gitmodules added [Piotr Husiatyński]
file LICENSE Sat Aug 22 15:14:54 -0700 2009 MIT license file added [Piotr Husiatyński]
file README.markdown Mon Nov 09 13:35:07 -0800 2009 README file renamed.. [Piotr Husiatyński]
file __init__.py Sat Apr 11 14:07:42 -0700 2009 init [Piotr Husiatyński]
directory blog/ Tue Nov 17 13:03:08 -0800 2009 Merge branch 'title_listing' Conflicts: stati... [Piotr Husiatyński]
submodule easycache - 9ddc63f Mon Nov 16 13:00:17 -0800 2009 easycache submodule update [Piotr Husiatyński]
directory flatpage/ Sun Aug 30 02:47:46 -0700 2009 compability changes for easycache v0.2 [Piotr Husiatyński]
file manage.py Sat Apr 11 14:07:42 -0700 2009 init [Piotr Husiatyński]
file settings.py.example Sat Aug 29 05:32:36 -0700 2009 json import exaption handling included [Piotr Husiatyński]
directory static/ Tue Nov 17 13:03:08 -0800 2009 Merge branch 'title_listing' Conflicts: stati... [Piotr Husiatyński]
directory templates/ Mon Nov 16 12:45:52 -0800 2009 comment markdown format update [Piotr Husiatyński]
file urls.py Sat Aug 22 10:04:43 -0700 2009 too much to describe.. [Piotr Husiatyński]
directory utils/ Sat Sep 05 04:50:34 -0700 2009 default arg bugfix [Piotr Husiatyński]
README.markdown

Installation

  1. Clone the repository:

    $ git clone git@github.com:husio/django-blog.git

  2. Pull all submodules:

    $cd django-blog $ git submodule init $ git submodule update

  3. Copy/edit configuration file (set secret key!):

    $ cp settings.py.example settings.py

  4. Synchronize database:

    $ python manage.py syncdb

  5. Start application & goto admin:

    $ python manage.py runserver

http://127.0.0.1:8000/admin/