Piotr Husiatyński (author)
Fri Dec 25 15:02:09 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | Sat Aug 22 15:03:32 -0700 2009 | |
| |
LICENSE | Sat Aug 22 15:14:54 -0700 2009 | |
| |
README.markdown | Mon Nov 09 13:35:07 -0800 2009 | |
| |
__init__.py | Sat Apr 11 14:07:42 -0700 2009 | |
| |
blog/ | ||
| |
easycache - 9ddc63f | Mon Nov 16 13:00:17 -0800 2009 | |
| |
flatpage/ | Fri Dec 25 15:02:09 -0800 2009 | |
| |
manage.py | Sat Apr 11 14:07:42 -0700 2009 | |
| |
settings.py.example | Sat Aug 29 05:32:36 -0700 2009 | |
| |
static/ | ||
| |
templates/ | Mon Nov 16 12:45:52 -0800 2009 | |
| |
urls.py | ||
| |
utils/ |
README.markdown
Installation
Clone the repository:
$ git clone git@github.com:husio/django-blog.git
Pull all submodules:
$cd django-blog $ git submodule init $ git submodule update
Copy/edit configuration file (set secret key!):
$ cp settings.py.example settings.py
Synchronize database:
$ python manage.py syncdb
Start application & goto admin:
$ python manage.py runserver

