This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Piotr Husiatyński (author)
Tue Nov 17 13:03:08 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Aug 22 15:03:32 -0700 2009 | |
| |
.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/ | Tue Nov 17 13:03:08 -0800 2009 | |
| |
easycache - 9ddc63f | Mon Nov 16 13:00:17 -0800 2009 | |
| |
flatpage/ | Sun Aug 30 02:47:46 -0700 2009 | |
| |
manage.py | Sat Apr 11 14:07:42 -0700 2009 | |
| |
settings.py.example | Sat Aug 29 05:32:36 -0700 2009 | |
| |
static/ | Tue Nov 17 13:03:08 -0800 2009 | |
| |
templates/ | Mon Nov 16 12:45:52 -0800 2009 | |
| |
urls.py | Sat Aug 22 10:04:43 -0700 2009 | |
| |
utils/ | Sat Sep 05 04:50:34 -0700 2009 |
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







