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 (
djournal /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Jun 18 00:02:08 -0700 2009 | |
| |
README.rst | Sat Jun 27 20:28:05 -0700 2009 | |
| |
__init__.py | Tue Jun 23 03:33:56 -0700 2009 | |
| |
admin.py | Fri Oct 02 21:28:56 -0700 2009 | |
| |
conf/ | Sun Sep 20 20:34:03 -0700 2009 | |
| |
context_processors.py | Wed Jun 24 04:41:58 -0700 2009 | |
| |
feeds.py | Mon Oct 05 05:26:41 -0700 2009 | |
| |
managers.py | Sat May 30 03:02:19 -0700 2009 | |
| |
models.py | Fri Oct 02 21:28:56 -0700 2009 | |
| |
moderators.py | Sun Jul 26 03:36:08 -0700 2009 | |
| |
sitemaps.py | Sat Jun 27 20:28:29 -0700 2009 | |
| |
tests.py | Fri May 29 21:55:40 -0700 2009 | |
| |
urls/ | Mon Oct 05 05:26:08 -0700 2009 | |
| |
views.py | Mon Sep 28 21:18:31 -0700 2009 |
README.rst
Djournal
Djournal is a blog application for Django written by P.C. Shyamshankar.
Installation Instructions
- Add "djournal" to your INSTALLED_APPS.
- Add "djournal.context_processors.djournal_settings" to your TEMPLATE_CONTEXT_PROCESSORS list.
- Add "django.contrib.flatpages.middleware.FlatpageFallbackMiddleware" to your MIDDLEWARE_CLASSES.
- If you want Akismet or Typepad Anti-Spam protection for your comments, make sure either AKISMET_API_KEY or TYPEPAD_ANTISPAM_API_KEY is set.
Required Modules
These are thing you'll need to add to your INSTALLED_APPS list.
From django.contrib, we have:
- django.contrib.comments
- django.contrib.humanize
- django.contrib.syndication
- django.contrib.sitemaps
- django.contrib.flatpages
Third party stuff:
- typogrify Web typography.
- rip (ReST in Peace) Restructured Text Formatter (Optional.)
- django-tagging
- akismet antispam service API bindings (Optional.) (Not in INSTALLED_APPS)







