Re: Languages problem

2009-03-24 Thread Muslu Yüksektepe
tegory, self).save() > >self.secid = "%s__%s" %(self.secid, self.pk) > >return super(MainCategory, self).save()* delete this code and try again 2009/3/24 alexarsh <alexar...@gmail.com> > > Hi, > > No, I don't have any errors. I just get m

Re: Languages problem

2009-03-24 Thread Muslu Yüksektepe
> If I create new object with title on Russian or Arabic or any other > language, I see it in admin with the empty string instead of it's > title. > My database is postgres and its utf-8. > I guess it's something to do with unicode but I can't

Re: [Newbie] Problem with startproject

2009-03-23 Thread Muslu Yüksektepe
gt; > > PD: I'm spanish, sorry my poor english ^^u > > > > > > > > > > > -- > André Santos > Graduando em Ciência da Computação - UFRJ > > > > -- Muslu YÜKSEKTEPE --~--~-~--~~~---~--~~ You received this message b

django-cms error "VariableDoesNotExist: Failed lookup for key [page] in u"

2009-03-21 Thread Muslu Yüksektepe
i am trying to django-cms. i have a model photoalbum when i link this url it says error Caught an exception while rendering: Failed lookup for key [page] in u"[{}, {}, {}, {}, {}, {'son_fotoalbumler': []}]" 99 {% cms_subpages page as subpages %} 100 {% if subpages %} 101 {% trans

Re: Category / Subcategory / Product

2009-03-10 Thread Muslu Yüksektepe
okey thanks for everything. i made it now. www.yuksektepe.com i use it in "videolar" its okey now. 2009/3/10 Alex Gaynor <alex.gay...@gmail.com> > > > On Tue, Mar 10, 2009 at 4:17 AM, Muslu Yüksektepe < > musluyuksekt...@gmail.com> wrote: > >> than

Re: Category / Subcategory / Product

2009-03-10 Thread Muslu Yüksektepe
thanks your answer. i tryed 3 models but i dont know how can i use codes in templates. i setuped mptt but i dont understand anything oops 2009/3/10 Malcolm Tredinnick <malc...@pointy-stick.com> > > On Tue, 2009-03-10 at 01:12 -0700, Muslu Yüksektepe wrote: > > Hi guys; >

Category / Subcategory / Product

2009-03-10 Thread Muslu Yüksektepe
Hi guys; I am preparing one project with Django. i need to make one application. it must be categories. Like: Category1 ...Subcategory1 ..Video1 ..Video2 ...Subcategory2 ..Video3 ..Video4 Category2 ...Subcategory3 ..Video5 ..Video6 ...Subcategory4 ..Video7

Re: translating app name ... again

2009-03-06 Thread Muslu Yüksektepe
4 patrickk <sehmasch...@gmail.com> > > so far, it doesn´t seem possible to translate the app-names within the > admin-interface, which results in a strange index-site with mixed > languages. > > any updates on this issue? any ideas? > > thanks, &g

Re: ImportError: Could not import settings '.settings'.

2009-03-06 Thread Muslu Yüksektepe
,'wikinotes.wikinote.views.process_logout'), >14 (r'^create/$','wikinotes.wikinote.views.create_note'), >15 (r'^newnote/$','wikinotes.wikinote.views.create_new_note', > dict({})), >16 # > (r'^create/(?P[-\w]+)/$','wikinote.views.create_note', > dict(queryset

Re: Problems rendering HTML stored in database.

2009-03-06 Thread Muslu Yüksektepe
(wysiwyg- > editor) in the admin interface. > It saves/deletes/updates as supposed, but the view+template does not > render the HTML-tags, the HTML-tags renders as plain text. > > Any one know why? > > > > > -- Muslu YÜKSEKTEPE --~--~-~--~~~--

Re: Generic foreignKey model: Category

2009-02-16 Thread Muslu Yüksektepe
hi guys; i wrote this codes. but how can i use in template like first choose company category product On 12 Şubat, 19:13, danfreak wrote: > Right, I created my Genric Category model using : > > - > from django.db

Re: Django için yeterli Türkçe kaynak bulunamadığı için bazı kaynak örnekleri alıntı yaparak bir sunum yapmayı düşündüm.

2009-02-14 Thread Muslu Yüksektepe
http://groups.google.com.tr/group/django-turkiye --~--~-~--~~~---~--~~ 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

Django için yeterli Türkçe kaynak bulunamadığı için bazı kaynak örnekleri alıntı yaparak bir sunum yapmayı düşündüm.

2009-02-14 Thread Muslu Yüksektepe
ve deneyimlerimi anlaşılır bir dilde anlatacağım. Muslu YÜKSEKTEPE 14/02/2009 tarihinde Ubuntu İşletim Sistemi üzerinde Open Office.org Write ile hazırlanmıştır. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Error loading sqlite3 module

2009-02-13 Thread Muslu Yüksektepe
try to setup sqlite3 or check your models.py for* _sqlite* item 2009/2/13 Sandeep > > I just installed Python 2.6.1 and Django 1.0.2 on Windows. > > I am new to Python and Django and am following the tutorial for > Django. > > Per tutorial, I am setting the 'DATABASE_ENGINE'

Re: how can i create alphabetic list

2009-02-06 Thread Muslu Yüksektepe
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 <alex.gay...@gmail.com> > > > On Fri, Feb 6, 2009 at 8:52 AM, Muslu Yüksektepe < > musluyuksekt...@gmail.com> wrote: > >> ok i am telling you agai

Re: how can i create alphabetic list

2009-02-06 Thread Muslu Yüksektepe
b5 b6 later i wanna choose titles. i hope i can understand example: http://www.utexas.edu/world/univ/alpha 2009/2/6 Alex Gaynor <alex.gay...@gmail.com> > > > On Fri, Feb 6, 2009 at 8:33 AM, Muslu Yüksektepe < > musluyuksekt...@gmail.com> wrote: > >> my model: >

Re: how can i create alphabetic list

2009-02-06 Thread Muslu Yüksektepe
i added codes but nothing changed 2009/2/6 Alex Gaynor <alex.gay...@gmail.com> > > > On Fri, Feb 6, 2009 at 7:39 AM, Muslu Yüksektepe < > musluyuksekt...@gmail.com> wrote: > >> i tryed but it doesnt work. >> >> 2009/2/5 Muslu Yüksektepe <musluyuksekt..

Re: how can i create alphabetic list

2009-02-06 Thread Muslu Yüksektepe
i tryed but it doesnt work. 2009/2/5 Muslu Yüksektepe <musluyuksekt...@gmail.com> > thanx i will try tomorrow. > i hope it will be ok > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django u

Re: how can i create alphabetic list

2009-02-05 Thread 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 django-users@googlegroups.com To unsubscribe from this group,

Re: how can i create alphabetic list

2009-02-05 Thread Muslu Yüksektepe
can u give me one example? i dont understand On 5 Şubat, 16:35, Alex Gaynor <alex.gay...@gmail.com> wrote: > On Thu, Feb 5, 2009 at 7:20 AM, Muslu Yüksektepe > <musluyuksekt...@gmail.com>wrote: > > > > > @Rama: > > where can i add this code? > >

Re: how can i create alphabetic list

2009-02-05 Thread Muslu Yüksektepe
@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

how can i create alphabetic list

2009-02-05 Thread Muslu Yüksektepe
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

Re: mptt usage

2009-02-03 Thread Muslu Yüksektepe
i did try it too but i deleted. 2009/2/3 new_user > > Hi, everyone. > > Recently I've installed mptt app on my project. But I cannot find out > how to use it. Should I use it's functions manually, or could I use > admin interface to order my models in tree structure? > > Thx

i need help about comments.

2009-01-31 Thread Muslu Yüksektepe
hi guys; i am preparing to blog and i need help about comments. i am using v1.0.2. who can tell me how can i add comments on html? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: building a blog site

2009-01-30 Thread Muslu Yüksektepe
jazz <joti.ch...@gmail.com> > > Hi Muslu > > how can i can it yuor website to english. I dont uderstad that > language. > > On Jan 19, 11:20 pm, "Muslu Yüksektepe" <musluyuksekt...@gmail.com> > wrote: > > i am preparing a blog site. > > ch

Re: howto view thumbnails on webpage generated by {% thumbnail ...%}?

2009-01-23 Thread Muslu Yüksektepe
i think u have to add this code urls.py DIRNAME = os.path.dirname(__file__) (r'^photos/(.*)$', 'django.views.static.serve', {'document_root': os.path.join(DIRNAME, "photos")}), pls answer me if your code will ok 2009/1/23 nmr 2009/1/23 nmr > >

Re: TypeError: 'tuple' object is not callable

2009-01-23 Thread Muslu Yüksektepe
check your urls.py from django.conf.urls.defaults import * from django.contrib import admin admin.autodiscover() import os,sys urlpatterns = patterns('', (r'^admin/(.*)', admin.site.root), ) add it if u use django.1.0.2 2009/1/23 joti chand > > Hi Guys, I was

Re: building a blog site

2009-01-19 Thread Muslu Yüksektepe
i am preparing a blog site. check out www.yuksektepe.com i will add how can make blog as soon as thank you from Turkiye 2009/1/19 joti chand > > anyone knows is there any blog site development example in django > > > > --~--~-~--~~~---~--~~

pyisapie.dll error

2009-01-12 Thread Muslu Yüksektepe
i have this error. please help me Internal Server Error An error occurred processing this request. Request handler failed Traceback (most recent call last): File "C:\Program Files\SWsoft\Plesk\Additional\Python\lib\site- packages\Http\Isapi.py", line 15, in Request