ce for those of you that like the kind of
thing that we do at Tabblo (see here:
http://app.tabblo.com/studio/view/favorites/antonio for some examples)
and after talking to Adrian, we've decided that the simplest most
direct thing would be to offer anyone who is so inclined a coupon for a
free po
p://dev.textpattern.com/browser/releases/4.0.3/source/
textpattern/lib/i18n-ascii.txt
Also:
>>> print slugify_utf8_slug("Δ")
Δ
So this would be no good.
Perhaps I’m missing something but unicodedata won’t cut it. If
we’re going the asciify-route, we need a lookup ta
s import idna
>>> p.encode('idna')
'xn--perch-fsa'
>>> p.encode('punycode')
'perch-fsa'
>>> puny = 'perch-fsa'
>>> puny.decode('punycode')
u'perch\xe9'
>>> print puny.decode(
th different MIME
types, you may be on a slippery slope there.
HTH,
--
Antonio
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-devel
On 17 Oct 2006, at 12:21, Michael Radziej wrote:
> Antonio, you're probably suffering from a severe read-only-first-
> paragraph syndrome here. Proposed cure is to read email again until
> bottom hits ;-)
Michael: you’re right, I’m a moron :-)
Sorry for wasting everyone’s
_with_respect_to
> be welcomed?
Yeah. I, for one, would very much welcome something like it.
BTW: is this code working at the moment?
http://code.djangoproject.com/browser/django/trunk/django/contrib/
admin/media/js/admin/ordering.js
Cheers.
--
Antonio
--~--~-~--~~---
or Russ: the testing framework is amazing, it changed completely
how I go about designing models for my own apps. Thanks for that! I'm
looking forward to the fixtures support.
Cheers.
--
Antonio
--~--~-~--~~~---~--~~
You received this message because you are subscr
parser.delete_first_token()
return Html4Node(nodelist)
class Html4Node(template.Node):
def __init__(self, nodelist):
self.nodelist = nodelist
def render(self, context):
output = self.nodelist.render(context)
return output.replace(' />',
e
> advertise clearly that the Django forms system is going to produce
> XHTML and that if you want HTML4 you'll need to use the filter.
I posted a tag earlier in this thread that does what you ask (it's
pretty trivial). Are my messages coming through, anyway?
--
Antonio
--~--~--
temporary data in a hidden field?
Cheers.
--
Antonio
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To un
ndatory in all
cases anyway.
Cheers.
--
Antonio
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To uns
lidated data, you just need to ensure
> that it
> hasn't changed since you validated it.
MAC? An MD5/SHA1 hash, probably?
--
Antonio
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django dev
done in a context of progressive enhancement.
What do you guys think?
--
Antonio
About me: I’ve been hacking with Django for some weeks now, I’ve
been developing websites for almost 8 years now and I used to code in
PHP/JS/ActionScript/XSLT. I’ve been moving to Python for the last
year and
set in
my .bash_profile to switch from one django project to the other, just
so that I don’t have to see or type DJANGO_SETTINGS_MODULE too much.
So, any solution that rids me of environment variables is definitely
welcome.
Cheers.
--
Antonio
ould be fixed by adding or removing an S.
+1, let’s get rid of pluralisation altogether.
It’s also bad for newcomers: in my first django app I used to have
“newss” :-/
Cheers.
--
Antonio
I’m willing to help implement it.
Maybe we could start a “unicode” branch right after “magic-removal”
is merged back into the trunk?
--
Antonio
On 12 Jan 2006, at 14:44, Simon Willison wrote:
http://www.flickr.com/services/api/misc.encoding.html
ROTFL!
Could you make that text a bit bigger? I’m not sure which encoding is
expected by the Flickr API :-p
--
Antonio
se following config:
(r'^user/favorate/(?P.*)$', 'test.fav.index'),
how about something like this?
(r'^user/favorate/(?P[a-zA-Z0-9\.]*)$', 'test.fav.index'),
Also: shouldn’t favorate be spelled “favorite”?
--
Antonio
, but support can be added in.
Cheers.
--
Antonio
/group/django-developers
Cheers.
--
Antonio
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe
help a bit discuss this matters,
Antonio
Lima-Peru
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to
django
ave to make it into
the 1.0 release?
Is there anything else that can be done to make it happen?
Yes, I know there are patches for both issues but I really want to
avoid depending on a patched Django.
Regards and thanks for your time,
Antonio.
--~--~-~--~~~---~--~~
nside is that it's for pay, about $100 a year IIRC.
My app would be free anyway. If there's interest I can package and release it.
Cheers.
--
Antonio
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"
es:
http://mytech.it/search/?q=test
HTH,
--
Antonio
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To u
rary: Template library comments not found,
tried
django.templatetags.comments,django.contrib.admin.templatetags.comments,django.contrib.staticfiles.templatetags.comments,mptt.templatetags.comments,tagging.templatetags.comments,zinnia.templatetags.comments
Request Method:GETRequest URL:http://localhost:
On Nov 30, 1:33 am, "Adrian Holovaty" <[EMAIL PROTECTED]> wrote:
> I think we ought to call the release 2.0.
Adrian, marketing matters. :)
How about releasing 1.0 now, 1.2 in a month or so, and then 2.0 when
all the features listed above will be implemented?
Cheers,
Antonio
Hi,
My name is Juan Antonio (aka ersame) from Spain and I am a computer science
student . I have been enrolled in some Django projects since September 2010.
I think it’s time to start contributing in this amazing project. I just want
to say hello to everybody and if someone could make a review
Thank you ! :)
2011/2/7 Lachlan Musicman
> On Mon, Feb 7, 2011 at 11:40, Russell Keith-Magee
> wrote:
> > On Mon, Feb 7, 2011 at 6:24 AM, Juan Antonio Infantes
> wrote:
> >> Hi,
> >>
> >> My name is Juan Antonio (aka ersame) from Spain and I am a com
Hi Everyone.
I'm looking at reassessing our Operating System of choice for our
Django site, and I really need some background information (popularity
& suitability mainly)
If you have a minute spare I'd really appreciate some answers to the
following questions:
(live publicly viewable sites onl
Hi everyone,
I was using py2exe + Django 1.3 without problems. From Django 1.4 the way
to find the commands changed and it tries to find .py files as you can see
in the find_commands() function in the file core/management/__init__.py .
When you compile Django using py2exe, your don't have .py
I'm using:
Django==1.11.3
channels==1.1.6
When the user connects to the websocket, I do the following:
@channel_session
def connect(self, message, **kwargs):
group = Group('user-%s' % user.uuid)
# Do not use more than one device.
group.send({"close": True}, immediately=True)
grou
31 matches
Mail list logo