Implementing RSS Feeding to Blog App -

2008-02-03 Thread goober
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

Django Tag Cloud

2008-01-11 Thread goober
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

Re: Django Book: The Django Administration Site

2008-01-06 Thread goober
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

Re: Redirect base.html to index.html

2008-01-01 Thread goober
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

Redirect base.html to index.html

2007-12-30 Thread goober
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

Re: django site-administration

2007-12-27 Thread goober
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

django site-administration

2007-12-26 Thread goober
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: