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 > > Hi, > > No, I don't have any errors. I just get my title empty. >

Re: Languages problem

2009-03-24 Thread Muslu Yüksektepe
le 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 understand what > exactly. > Do you have any ideas?

Re: [Newbie] Problem with startproject

2009-03-23 Thread Muslu Yüksektepe
ises an error: "ImportError: no module named > > django.core". I know that it means that there isn't a required file, > > but I don't konw why it isn't. Do I have installed Django incorrectly? > > > > Thanks > > > > PD: I'm spanish,

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 > > > On Tue, Mar 10, 2009 at 4:17 AM, Muslu Yüksektepe < > musluyuksekt...@gmail.com> wrote: > >> thanks your answer. i tryed 3 model

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 > > On Tue, 2009-03-10 at 01:12 -0700, Muslu Yüksektepe wrote: > > Hi guys; > > I am preparing one project w

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 ..Video

Re: translating app name ... again

2009-03-06 Thread Muslu Yüksektepe
4 patrickk > > 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, > pat

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

2009-03-06 Thread Muslu Yüksektepe
t=wikinotes)), >10 > > (r'^note/(?P[-\w]+)/update/$','wikinotes.wikinote.views.update_note'), >11 > > (r'^note/(?P[-\w]+)/delete/$','wikinotes.wikinote.views.delete_note'), > >12 (r'^login/$','wi

Re: Problems rendering HTML stored in database.

2009-03-06 Thread Muslu Yüksektepe
dmin 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 --~--~-~--~~~---~--~~ You received

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 import models > from django.co

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 group,

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' to sqlite3 in > sett

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 > > > 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 albu

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 > > > On Fri, Feb 6, 2009 at 8:33 AM, Muslu Yüksektepe < > musluyuksekt...@gmail.com> wrote: > >> my model: >> #-*- coding: utf-8-*- &

Re: how can i create alphabetic list

2009-02-06 Thread Muslu Yüksektepe
eturn self.baslik my django version is 1.0.2 python 2.5.2 i added codes but nothing changed 2009/2/6 Alex Gaynor > > > 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

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 > 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 thi

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 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: > &g

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 in advance. > > >

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 thi

Re: building a blog site

2009-01-30 Thread Muslu Yüksektepe
jazz > > 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" > wrote: > > i am preparing a blog site. > > check outwww.yuksektepe.com > > i will add how can

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 > > Hi. > > I'm having problem to view my th

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 doing to the tutorials from

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 > > > > --~--~-~--~~~---~--~~ You received this mess

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 imp.load_source(Name,