List Info

Thread: Django snippets




Re: Django snippets
country flaguser name
United States
2007-02-26 04:11:25
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,,
editable=False,

SyntaxError: invalid syntax


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Django users" group.
To post to this group, send email to django-usersgooglegroups.com
To unsubscribe from this group, send email to
django-users-unsubscribegooglegroups.com
For more options, visit this group at htt
p://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Django snippets
country flaguser name
United States
2007-02-26 10:11:09
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&
quot;, line
299, in HandlerDispatch
    result = object(req)

  File
"/home/ubernostrum/pylib/django/core/handlers/modpython
.py",
line 177, in handler
    return ModPythonHandler()(req)

  File
"/home/ubernostrum/pylib/django/core/handlers/modpython
.py",
line 150, in __call__
    response = self.get_response(request)

  File
"/home/ubernostrum/pylib/django/core/handlers/base.py&q
uot;, line
125, in get_response
    callback, param_dict = resolver.resolve500()

  File
"/home/ubernostrum/pylib/django/core/urlresolvers.py&qu
ot;, line
200, in resolve500
    return self._resolve_special('500')

  File
"/home/ubernostrum/pylib/django/core/urlresolvers.py&qu
ot;, line
189, in _resolve_special
    callback = getattr(self.urlconf_module, 'handler%s' %
view_type)

  File
"/home/ubernostrum/pylib/django/core/urlresolvers.py&qu
ot;, line
177, in _get_urlconf_module
    self._urlconf_module = __import__(self.urlconf_name, {},
{}, [''])

  File "/home/ubernostrum/pylib/snippets/urls.py",
line 5, in ?
    from cab.models import Language, Snippet, Tag

  File "/home/ubernostrum/pylib/cab/models.py",
line 137

    original = models.ForeignKey('self', null=True,
blank=True,,
editable=False,

                                                            
  ^

SyntaxError: invalid syntax

On Feb 26, 11:11 am, "akaihola" <akaih...gmail.com> wrote:
> Great!
>
> One small note:
> The e-mail field when registering
towww.djangosnippets.orgis 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,,
> editable=False,
>
> SyntaxError: invalid syntax


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Django users" group.
To post to this group, send email to django-usersgooglegroups.com
To unsubscribe from this group, send email to
django-users-unsubscribegooglegroups.com
For more options, visit this group at htt
p://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Django snippets
user name
2007-02-26 11:25:01
On 2/26/07, akaihola <akaiholagmail.com> 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 address as you type?

-- 
"Bureaucrat Conrad, you are technically correct -- the
best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Django users" group.
To post to this group, send email to django-usersgooglegroups.com
To unsubscribe from this group, send email to
django-users-unsubscribegooglegroups.com
For more options, visit this group at htt
p://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Django snippets
user name
2007-02-26 12:09:37
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
Soci de Bulma - http://www.bulma.cat

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Django users" group.
To post to this group, send email to django-usersgooglegroups.com
To unsubscribe from this group, send email to
django-users-unsubscribegooglegroups.com
For more options, visit this group at htt
p://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Django snippets
user name
2007-02-26 14:54:31
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 Conrad, you are technically correct -- the
best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Django users" group.
To post to this group, send email to django-usersgooglegroups.com
To unsubscribe from this group, send email to
django-users-unsubscribegooglegroups.com
For more options, visit this group at htt
p://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Django snippets
user name
2007-02-26 15:52:16
James,

On 2/26/07, James Bennett <ubernostrumgmail.com> 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. h
ttp://code.djangoproject.com/ticket/3472#comment:4

-- 
 Ramiro Morales

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Django users" group.
To post to this group, send email to django-usersgooglegroups.com
To unsubscribe from this group, send email to
django-users-unsubscribegooglegroups.com
For more options, visit this group at htt
p://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Django snippets
country flaguser name
United States
2007-02-26 16:20:20
Nice Work James!

I've Dugg and Reddited it here:

http://digg.com/programmi
ng/djangosnippets_org_a_site_where_Django_users_can_share_co
de
http://reddit.c
om/info/16lyo/comments

--Simon


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Django users" group.
To post to this group, send email to django-usersgooglegroups.com
To unsubscribe from this group, send email to
django-users-unsubscribegooglegroups.com
For more options, visit this group at htt
p://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Django snippets
user name
2007-02-26 23:15:18
It seems that only top 20 items can be displayed? right? I
think it's a bug.

-- 
I like python!
UliPad <<The Python Editor>>: http://wiki
.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/l
imodou

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Django users" group.
To post to this group, send email to django-usersgooglegroups.com
To unsubscribe from this group, send email to
django-users-unsubscribegooglegroups.com
For more options, visit this group at htt
p://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Django snippets
country flaguser name
United States
2007-02-28 09:21:20
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.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Django users" group.
To post to this group, send email to django-usersgooglegroups.com
To unsubscribe from this group, send email to
django-users-unsubscribegooglegroups.com
For more options, visit this group at htt
p://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---


[1-10] [11-19]

about | contact  Other archives ( Real Estate discussion Medical topics )