Re: form adding

2009-06-01 Thread samira
? On Jun 1, 9:45 am, samira wrote: > I exactly do like when I use Django 0.96. > for example this: > > Class AccountAdd(forms.Form): >     accountNo = forms.IntegerField(min_value=1, required=True, > widget=forms.TextInput(attrs={'size':'10'})) > >    

Re: form adding

2009-06-01 Thread samira
? On Jun 1, 9:45 am, samira wrote: > I exactly do like when I use Django 0.96. > for example this: > > Class AccountAdd(forms.Form): >     accountNo = forms.IntegerField(min_value=1, required=True, > widget=forms.TextInput(attrs={'size':'10'})) > >    

Re: form adding

2009-05-31 Thread samira
I exactly do like when I use Django 0.96. for example this: Class AccountAdd(forms.Form): accountNo = forms.IntegerField(min_value=1, required=True, widget=forms.TextInput(attrs={'size':'10'})) def __init__(self, data=None, auto_id='id_%s', prefix=None, initial=None, instance=None):

form adding

2009-05-31 Thread samira
Hello all I am using djnago for 2 years, but I don't see such a problem yet. For adding data to database, I create a template to display input text, some of that data is required but when I go to page for first time, before clicking save button I see the required error and it seems for loading for

Internationalization

2009-02-24 Thread samira
Hello all I am looking good document about localization, As I read Djangoproject document and I cannot learn. could anybody good refrence about it? Thanks in advance --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dj

Re: Admin Site

2008-12-20 Thread samira
You are right, I find that by mistake I user active account. thanks alot On Dec 20, 5:55 pm, Fridrik Mar Jonsson wrote: > Hi Samira! > > On Dec 17, 5:34 pm, samira wrote: > > > Caught an exception while rendering: Tried activateAccount in module > > mywebSite.mywebS

Re: Admin Site

2008-12-20 Thread samira
='Calendar') class Meta: db_table = 'tasks' and in admin.py: class TaskAdmin(admin.ModelAdmin): list_display = ("id","calendar","task","taskType") search_fields = ['task'] admin.site.register(Task, TaskAdmin

Re: Admin Site

2008-12-20 Thread samira
I checked my source code alot, but nothing is wrong in it. Also as I mentioned it is work on my local.Shall I set something on site for it? On Dec 17, 8:43 pm, "Jeremy Dunck" wrote: > On Wed, Dec 17, 2008 at 11:34 AM, samira wrote: > > > I activeadminsitefor Django 1.0.

Admin Site

2008-12-17 Thread samira
attribute 'activateAccount' can anu body knows about activeAccount attribute? Regards, Samira --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj

Re: custom 404 error page

2008-02-10 Thread samira
Dear Karen You are absolutely right. Thanks a lot. My problem solved. --~--~-~--~~~---~--~~ 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 unsu

custom 404 error page

2008-02-09 Thread samira
ly define 404.html template in application template path and set debug=False in settings. That is correct in firefox, but it is not work in IE at all. Can any body help me? Regards, Samira --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Directory Protection

2007-09-01 Thread samira
Dear Django Users I have problem with directory protection, I set username/password for my directory by Apache. when I want to access to directory directly that is correct, but if I want to use it by Django the username/ password reqiured box displaied, if user cancel this box requested page displ

Django RSS

2007-05-27 Thread samira
Hello All. I want to use RSS and study Django document about it, but I can't understand. can you help me and describe it for me? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: Django Administration

2007-05-23 Thread samira
13, 2007 at 12:18:22AM -0700, samira wrote: > > I don't congifured it, how I can do this? > > the error message is this"Not Found > > The requested document was not found on this server." > > Are you using the apache web > server?http://www.djangoproject.c

Re: Django Administration

2007-05-13 Thread samira
I don't congifured it, how I can do this? the error message is this"Not Found The requested document was not found on this server." On May 13, 10:14 am, Baurzhan Ismagulov <[EMAIL PROTECTED]> wrote: > Hello samira, > > On Sun, May 13, 2007 at 12:03:13AM -0700, s

Re: Django Administration

2007-05-13 Thread samira
I don't congifured it, how I can do this? the error message is this"Not Found The requested document was not found on this server." --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to th

Re: Django Administration

2007-05-13 Thread samira
I don't congifured it, how I can do this? the error message is this"Not Found The requested document was not found on this server." --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to th

Re: Django Administration

2007-05-13 Thread samira
I don't congifured it, how I can do this? the error message is this"Not Found The requested document was not found on this server." --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to th

Django Administration

2007-05-13 Thread samira
Hello All, I want to use Adjango administrator. that is correct in my local, I access to it throw this address: http://127.0.0.1:8000/admin/. but I don't know how I can accees in my domain? I put my domain Ip instead od localhost Ip, but it is not work :( could anybody help me? --~--~-~-

Re: Template Problem

2007-03-14 Thread samira
Thanks a lot. My problem solved. On Mar 14, 2:09 pm, "ScottB" <[EMAIL PROTECTED]> wrote: > Hi Samira. > > On Mar 11, 11:56 am, "samira" <[EMAIL PROTECTED]> wrote: > > > Hi every Body, can any body help me? I want to have two folders for my > &

Template Problem

2007-03-11 Thread samira
Hi every Body, can any body help me? I want to have two folders for my templates. One it for general template and other for template related to member for example. How I can extend from general folder in member ? Regards Samira --~--~-~--~~~---~--~~ You received

Re: uploding image file

2007-03-07 Thread samira
xtfield...I > gave a sample in a post yesterday: > > http://groups.google.com/group/django-users/browse_thread/thread/ede0... > > On Mar 6, 3:38 am, limodou <[EMAIL PROTECTED]> wrote: > > > > > On 3/6/07, samira <[EMAIL PROTECTED]> wrote: > > > >

Re: uploding image file

2007-03-06 Thread samira
Mybe I didn't describe good. this is my project: I want to have user page that get member information and allow user to upload her display image. I don't know how I can do this,. On Mar 6, 11:17 am, limodou <[EMAIL PROTECTED]> wrote: > On 3/6/07, samira <[E

Re: uploding image file

2007-03-06 Thread samira
play in my template :-s do you know what is ths problem? shall I write any code in manipulator or not? On Mar 6, 11:10 am, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 06-Mar-07, at 1:21 PM, samira wrote: > > > I have Problem with uploading file in Django. First time I want to u

uploding image file

2007-03-05 Thread samira
Hello all I have Problem with uploading file in Django. First time I want to use python regular way of uploading file but it is not work by Django. As I studied Django has "ImageField" and "FillField" but I don't really know how I can use them, can any body help me? Regards Samia --~--~-

Catch Problem

2007-03-03 Thread samira
Hi everybody I have problem with Django Catching. Can anybody help me? I have a page that loads some AJAX-based tables. It takes too much time to load completely and sometimes an error display that mentioned loading script accrued error and ask to cancel loading script or continue. I use "CACHE_BA

Re: Cooki Problem

2007-02-13 Thread samira
t? Maybe I create it in wrong way. Thanks a lot On Feb 12, 5:08 pm, "ScottB" <[EMAIL PROTECTED]> wrote: > On Feb 12, 8:06 am, "samira" <[EMAIL PROTECTED]> wrote: > > > I want to have two > > kind ofcookie: permanent and temporary. Temporarycookies

Cooki Problem

2007-02-12 Thread samira
Can anybody help me? I have problem by cookies. I want to have two kind of cookie: permanent and temporary. Temporary cookie should be deleted when browser close. I don't want to use "SESSION_EXPIRE_AT_BROWSER_CLOSE" because that will delete all part of cookies but I want to temporary part to dele