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
Gul You hit the nail right on the head...thanks a bunch.
On Dec 5, 10:52 am, "Marty Alchin" <[EMAIL PROTECTED]> wrote:
> 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
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:
* billboar
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
&
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
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{% exten
\'Email\' appears not to be
valid.','message','2','1','Field \'message\' is empty.');return
document.MM_returnValue" />
{% endblock %}
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 removi
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.
--~--~
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 di
> 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 was
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 t
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
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 Mor
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 Conr
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
http://www.trespams.com
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 addre
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 "/home/ubernostrum/pylib/django/core/handlers/modp
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,,
ed
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 going
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 I
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 receive
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
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 i
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, you
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 Django-r
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 pie
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 "Co
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 alm
29 matches
Mail list logo