Django snippets - printable view?

2011-01-19 Thread Derek
I see the original design for the Django Snippets site was by Jeff Croft. I am not sure if he is involved any more, or who maintains the site design, but I was wondering if the CSS could be upgraded to allow for an improved, printable view? Thanks Derek -- You received this message because you

Re: Django Snippets-contact form

2007-12-05 Thread Marty Alchin
I doubt the problem is with base.html itself, but there might still be a mismatch of block names. contact.html is expecting the following blocks to be defined in base.html: * fulltitle * header * extrahead * content-wrap While thankyou.html is expecting the following blocks instead: *

Re: Django Snippets-contact form

2007-12-05 Thread mike
Jarek Zgoda <[EMAIL PROTECTED]> wrote: > > > mike napisał(a): > > > > I have been trying to implement the contact form from the Django > > > Snippets page found here. > > > >http://www.djangosnippets.org/snippets/261/I'm able to make it all > &

Re: Django Snippets-contact form

2007-12-05 Thread mike
On Dec 5, 10:36 am, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > mike napisał(a): > > > I have been trying to implement the contact form from the Django > > Snippets page found here. > > >http://www.djangosnippets.org/snippets/261/ I'm able to make it all > &g

Re: Django Snippets-contact form

2007-12-05 Thread Jarek Zgoda
mike napisał(a): > I have been trying to implement the contact form from the Django > Snippets page found here. > > http://www.djangosnippets.org/snippets/261/ I'm able to make it all > work together, but the contacts.html page, is blank unless i remove > the{% extends &q

Re: Django Snippets-contact form

2007-12-05 Thread mike
ument.MM_returnValue" /> {% endblock %} ### thankyou.html # On Dec 5, 10:32 am, mike <[EMAIL PROTECTED]> wrote: > I have been trying to implement the contact form from the Django

Django Snippets-contact form

2007-12-05 Thread mike
I have been trying to implement the contact form from the Django Snippets page found here. http://www.djangosnippets.org/snippets/261/ I'm able to make it all work together, but the contacts.html page, is blank unless i remove the{% extends "base.html" %} part. After removing it

Re: Django snippets

2007-02-28 Thread Rubic
In just the past few days, while djangosnippets.org was under active development (and even down for several hours), the number of submissions has grown to 45. Pretty cool. Anyone care to guess when it will break 100? Kudos to James for setting up this site. -- Jeff Bauer Rubicon, Inc.

Re: Django snippets

2007-02-28 Thread akaihola
akaihola wrote: > > The e-mail field when registering towww.djangosnippets.orgis too > > short for the e-mail address I use for on-line services. James replied: > Do you mean it throws a validation error? Or that the field is too > small for you to see the whole address as you type? The field

Re: Django snippets

2007-02-26 Thread dougeven
> Do you mean it throws a validation error? Or that the field is too > small for you to see the whole address as you type? The email field will not accept an address more than 30 characters. The one I want to use is 31! I didn't notice until after submitting the form that the final "m" in com

Re: Django snippets

2007-02-26 Thread limodou
It seems that only top 20 items can be displayed? right? I think it's a bug. -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Django snippets

2007-02-26 Thread [EMAIL PROTECTED]
Nice Work James! I've Dugg and Reddited it here: http://digg.com/programming/djangosnippets_org_a_site_where_Django_users_can_share_code http://reddit.com/info/16lyo/comments --Simon --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: Django snippets

2007-02-26 Thread Ramiro Morales
James, On 2/26/07, James Bennett <[EMAIL PROTECTED]> wrote: > > Also, a few people have mentioned not getting account activation > emails; I don't know what's up with that [...] Could this be related to [1]this ?. Regards, 1. http://code.djangoproject.com/ticket/3472#comment:4 -- Ramiro

Re: Django snippets

2007-02-26 Thread James Bennett
I hate to spam the list, but since I'm being inundated... I've now pointed out in multiple places that I'm working on RSS feeds, but that they weren't quite ready when I wanted to launch. *please* stop emailing me about feeds; they're coming, but I need to do a little work. -- "Bureaucrat

Re: Django snippets

2007-02-26 Thread aaloy
Nice place, thank you! On think I have missed from the actual wiki is to be able to filter the code snipets by version. I like very much the firefox plugin idea, wich marks each plugin with the compatible versions. Best regards, -- Antoni Aloy López Binissalem - Mallorca

Re: Django snippets

2007-02-26 Thread James Bennett
On 2/26/07, akaihola <[EMAIL PROTECTED]> wrote: > One small note: > The e-mail field when registering to www.djangosnippets.org is too > short for the e-mail address I use for on-line services. Do you mean it throws a validation error? Or that the field is too small for you to see the whole

Re: Django snippets

2007-02-26 Thread [EMAIL PROTECTED]
Site failing with: Mod_python error: "PythonHandler django.core.handlers.modpython" Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDispatch result = object(req) File

Re: Django snippets

2007-02-26 Thread akaihola
Great! One small note: The e-mail field when registering to www.djangosnippets.org is too short for the e-mail address I use for on-line services. Also, the FAQ page fails: File "/home/ubernostrum/pylib/cab/models.py", line 137 original = models.ForeignKey('self', null=True, blank=True,,

Re: Django snippets

2007-02-25 Thread James Bennett
On 2/25/07, limodou <[EMAIL PROTECTED]> wrote: > For displaying snippets, maybe the description is under the code but > not in right side is better. Because some description maybe long, and > the right side is too narrow to display. And if I can write the > description in ReST? Probably not

Re: Django snippets

2007-02-25 Thread limodou
Some suggestions: For editing snippets, the title too short, and the code and the description maybe larger. For displaying snippets, maybe the description is under the code but not in right side is better. Because some description maybe long, and the right side is too narrow to display. And if

Re: Django snippets

2007-02-25 Thread limodou
It seems that I can not change the language type of a snippets. So if you can add changing language type functionality. -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou --~--~-~--~~~---~--~~ You

Re: Django snippets

2007-02-25 Thread James Bennett
Also, a few people have mentioned not getting account activation emails; I don't know what's up with that, but I just manually activated a bunch of accounts. If you register and don't get an activation email within twelve hours, let me know (email me directly -- don't spam the list) and I'll take

Re: Django snippets

2007-02-25 Thread limodou
On 2/26/07, James Bennett <[EMAIL PROTECTED]> wrote: > > On 2/25/07, limodou <[EMAIL PROTECTED]> wrote: > > Can you add RSS to the site, so that I can subscribe it to see the > > newest entries. > > There's some very basic feed code in the app already, but it's not > quite done and I want to get

Re: Django snippets

2007-02-25 Thread James Bennett
On 2/25/07, limodou <[EMAIL PROTECTED]> wrote: > Can you add RSS to the site, so that I can subscribe it to see the > newest entries. There's some very basic feed code in the app already, but it's not quite done and I want to get it right before I start exposing it :) -- "Bureaucrat Conrad,

Re: Django snippets

2007-02-25 Thread Malcolm Tredinnick
On Sun, 2007-02-25 at 16:56 -0600, James Bennett wrote: [...] > > Hopefully, that will soon fade into memories of "that's what it was > like in the old days", because today I've launched djangosnippets.org, > a site whose sole purpose is to make it easy to post and share useful > bits of

Re: Django snippets

2007-02-25 Thread limodou
On 2/26/07, limodou <[EMAIL PROTECTED]> wrote: > On 2/26/07, James Bennett <[EMAIL PROTECTED]> wrote: > > > > For a while now I've been annoyed with the fact that, while it's > > relatively easy to build and advertise a complete Django application, > > it's relatively hard to advertise smaller

Re: Django snippets

2007-02-25 Thread limodou
On 2/26/07, James Bennett <[EMAIL PROTECTED]> wrote: > > For a while now I've been annoyed with the fact that, while it's > relatively easy to build and advertise a complete Django application, > it's relatively hard to advertise smaller pieces of useful code; there > are tons of things in the

Django snippets

2007-02-25 Thread James Bennett
For a while now I've been annoyed with the fact that, while it's relatively easy to build and advertise a complete Django application, it's relatively hard to advertise smaller pieces of useful code; there are tons of things in the "Cookbook" section of the wiki and on people's blogs, but it's