Hello,
I am trying to implement a Django RSS based on the Definitive Guide to
Django, but I seem to be having trouble viewing the RSS output in my
browser. My codes are:
# urls.py
urls.py (located in the apps directory)
from django.conf.urls.defaults import *
snip
from django_apps.blog.fee
I would like to implement and include a Django Tag cloud in my current
blog. I would like to find out if there are any good/excellent
examples that you all can recommend?
Cheers.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Goog
Mikey3D,
I believe you need to seed the database by typing python manage sql
or type python manage sqlall. The you need to type python
manage syncdb db again.
Cheeers.
Did you run python manage syncdb?
Did you run python manage sqlall?
On Jan 6, 2:10 pm, Mikey3D <[EMAIL PROTECTED]> wrote:
> H
Thank you Chris, I will definitely go over the tutorial as well as
reading the URL dispatch. Incidentally, I notice Apache has the
mod_write URL rewriting engine.
Cheers.
On Dec 30 2007, 3:45 pm, SmileyChris <[EMAIL PROTECTED]> wrote:
> On Dec 31, 7:03 am, goober <[EMAIL PROTE
Greetings!
I have Django .97 installed and I currently have a base.html in my
template directory. My apache 2.2.3 default configuration is:
begin snipp
DocumentRoot /home/django_apps
Options FollowSymLinks
AllowOverride None
escape set to on by default.
>
> check thishttp://www.djangoproject.com/documentation/templates/#autoescape
> and thishttp://www.djangoproject.com/documentation/templates/#safe
>
> an example:
> {{ blog.content|safe }}
>
> On 26 Dic, 18:22, goober <[EMAIL PROTECTED]> wr
Greetings!
I have been wrestling with django site-administration on and off for
the past few days. I am trying to populate a simple blog using the
models provided in the django tutorial. However, I am puzzled by
adding simple text with html tags within the application. By this I
mean if I mean:
7 matches
Mail list logo