hi again
i added codes but i dont see anything on template
i sent my views where do i change
2009/2/6 Alex Gaynor
>
>
> On Fri, Feb 6, 2009 at 8:52 AM, Muslu Yüksektepe <
> musluyuksekt...@gmail.com> wrote:
>
>> ok i am telling you again
>> i wrote photo album
>> i add title and photos.
>> i ne
On Fri, Feb 6, 2009 at 8:52 AM, Muslu Yüksektepe
wrote:
> ok i am telling you again
> i wrote photo album
> i add title and photos.
> i need show my titles like this
>
> a1
> a2
> a3
> a4
> b2
> b3
> b4
> b5
> b6
> c1
> c2
> c3
> c4
> c5
> c6
>
> and
>
> i wanna use letter like this
> a b c d e f
ok i am telling you again
i wrote photo album
i add title and photos.
i need show my titles like this
a1
a2
a3
a4
b2
b3
b4
b5
b6
c1
c2
c3
c4
c5
c6
and
i wanna use letter like this
a b c d e f g
when i click "a" it have to show only
a1
a2
a3
a4
or click "b"
b2
b3
b4
b5
b6
later i wanna cho
On Fri, Feb 6, 2009 at 8:33 AM, Muslu Yüksektepe
wrote:
> my model:
> #-*- coding: utf-8-*-
> from django.db import models
> from django.contrib import admin
> import re
> import os,sys
> from datetime import datetime
> from sorl.thumbnail.fields import ImageWithThumbnailsField
> #
> class Fotoalb
my model:
#-*- coding: utf-8-*-
from django.db import models
from django.contrib import admin
import re
import os,sys
from datetime import datetime
from sorl.thumbnail.fields import ImageWithThumbnailsField
#
class Fotoalbum(models.Model):
baslik = models.CharField(max_length=100,verbose_name="
On Fri, Feb 6, 2009 at 7:39 AM, Muslu Yüksektepe
wrote:
> i tryed but it doesnt work.
>
> 2009/2/5 Muslu Yüksektepe
>
> thanx i will try tomorrow.
>> i hope it will be ok
>>
>
>
> >
>
You need to provide more information than simply it doesn't work, try
dpasting a traceback.
Alex
--
"I disappr
i tryed but it doesnt work.
2009/2/5 Muslu Yüksektepe
> thanx i will try tomorrow.
> i hope it will be ok
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to
thanx i will try tomorrow.
i hope it will be ok
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group,
On Thu, Feb 5, 2009 at 10:03 AM, Muslu Yüksektepe wrote:
>
> can u give me one example?
>
> i dont understand
>
>
> On 5 Şubat, 16:35, Alex Gaynor wrote:
> > On Thu, Feb 5, 2009 at 7:20 AM, Muslu Yüksektepe
> > wrote:
> >
> >
> >
> > > @Rama:
> > > where can i add this code?
> >
> > > and i wann
can u give me one example?
i dont understand
On 5 Şubat, 16:35, Alex Gaynor wrote:
> On Thu, Feb 5, 2009 at 7:20 AM, Muslu Yüksektepe
> wrote:
>
>
>
> > @Rama:
> > where can i add this code?
>
> > and i wanna use like this.
>
> > my items:
> > -
> > aa
> > aaa
>
On Thu, Feb 5, 2009 at 7:20 AM, Muslu Yüksektepe
wrote:
> @Rama:
> where can i add this code?
>
> and i wanna use like this.
>
> my items:
> -
> aa
> aaa
>
> a
> bb
> bbb
> b
> ccc
> cc
> cc
> --
> my list:
> a b
@Rama:
where can i add this code?
and i wanna use like this.
my items:
-
aa
aaa
a
bb
bbb
b
ccc
cc
cc
--
my list:
a b c d e f g h
when i click "a" i wanna show only
aa
aaa
a
this items
even i can
Yes he can use the below
1.string.ascii_lowercase
2.string.ascii_uppercase
As iam new to python,django i couldn't able to recollect it while
answering.
On Feb 5, 3:57 pm, Masklinn wrote:
> On 5 févr. 09, at 11:40, Rama Vadakattu
> wrote:> k = [chr(i) for i in range(97,123)]
>
> Why do you
On 5 févr. 09, at 11:40, Rama Vadakattu
wrote:
> k = [chr(i) for i in range(97,123)]
>
>>
>>
Why do you manually recreate something already provided to you in the
'string' module?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to th
k = [chr(i) for i in range(97,123)]
The above will give you a list from a to z.
if you want capital letter list [A,Z] then you should use the
respective ascii values range(65,92).
On Feb 5, 3:25 pm, Muslu Yüksektepe wrote:
> hi;
> i need to use a-z list for my photo album. i wanna use link for
hi;
i need to use a-z list for my photo album. i wanna use link for all
items.
like
a b c d e f g h ...
when i click "a" i wanna show all items star a character
thnx
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"
16 matches
Mail list logo