django-stdimage admin TemplateSyntaxError

2012-03-07 Thread Randa Hisham
i use django-stdimage package and when i display the object n the admin i found this error Caught TemplateDoesNotExist while rendering: stdimage/admin_widget.html -- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham

twitter timeline

2012-03-21 Thread Randa Hisham
hey iam going to make an app that read the timeline of a user from twitter what django package do you recommend? -- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You received this message becaus

default setting module undefiend

2012-03-25 Thread Randa Hisham
hey i try to run aproject and i got that error default setting module undefiend -- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You received this message because you are subscribed to the Google

twitter

2012-04-04 Thread Randa Hisham
hey iam looking for django app that working with twitter stream api,any recommends? -- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You received this message because you are subscribed to the G

ecommerce like openCart in php

2012-04-11 Thread Randa Hisham
iam searching for an ecommerce open source like OpenCart in php - - Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You received this message because you are subscribed to the Google Groups "Djan

Django Egypt

2012-07-13 Thread Randa Hisham
Django Egypt new group on facebook https://www.facebook.com/groups/480998031926391/ -- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You received this message because you are subscribed to the

E-commerce package

2012-09-04 Thread Randa Hisham
Iam developing an e-commerce website,lookig for a good django package any recommends? -- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You received this message because you are subscribed to the

ajax

2012-12-19 Thread Randa Hisham
hey, if i wana use ajax in my django project could i use jquery or dajax liberary -- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You received this message because you are subscribed to the Goo

how to send confirmation mail

2012-12-20 Thread Randa Hisham
how to send confirmation mail and encryprted ink -- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You received this message because you are subscribed to the Google Groups "Django users" group.

image list

2013-01-08 Thread Randa Hisham
i have list of images i send it and display as table in django template i make user to change add delete images how to save back this changes -- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You

imagefield

2013-01-14 Thread Randa Hisham
how to hide tag change and currently from imagefield and show only fileinput and imageurl -- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You received this message because you are subscribed to

[no subject]

2013-01-16 Thread Randa Hisham
i want to pass value from javascript function to view in form submit -- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You received this message because you are subscribed to the Google Groups "

Re: jquery multi file uploads in single post

2013-01-16 Thread Randa Hisham
Try to use formsets On Mon, Jan 14, 2013 at 6:55 PM, Chad Vernon wrote: > I'm creating an asset management system with Django and I'm using this > jquery multi-file uploader: > http://blueimp.github.com/jQuery-File-Upload/ > > I want to be able to get all uploaded files in a single POST request

Upgrade to django 1.5

2013-03-03 Thread Randa Hisham
Iam now working in aproject using django 1.4.2 could I upgrade to django 1.5? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegrou

Upgrade django 1.5

2013-03-03 Thread Randa Hisham
Iam working in aproject using django 1.4.2..could I upgrade to django1.5 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.co

django notification like facebook

2013-03-18 Thread Randa Hisham
what is the best django app for executinng realtime notification -- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You received this message because you are subscribed to the Google Groups "Djan

arabic input

2013-05-03 Thread Randa Hisham
when write arabic input in django it turn into "\xD8\xB5\xD8\xB5\xD8\xB5" -- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You received this message because you are subscribed to the Google Grou

Re: arabic input

2013-05-03 Thread Randa Hisham
i need to save form On Sat, May 4, 2013 at 12:31 AM, Javier Guerra Giraldez wrote: > On Fri, May 3, 2013 at 5:27 PM, Randa Hisham > wrote: > > "\xD8\xB5\xD8\xB5\xD8\xB5" > > print "\xD8\xB5\xD8\xB5\xD8\xB5".decode('utf8') > ==> صصص > >

Re: arabic input

2013-05-03 Thread Randa Hisham
i changed the Collation of the model field to utf8_bin and it worked On Sat, May 4, 2013 at 12:35 AM, Randa Hisham wrote: > i need to save form > > > On Sat, May 4, 2013 at 12:31 AM, Javier Guerra Giraldez < > jav...@guerrag.com> wrote: > >> On Fri, May 3,

example on django mptt

2013-05-28 Thread Randa Hisham
-- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

save data from html table

2013-07-16 Thread Randa Hisham
if i have dynami table in my template contain data wht is the best way to save this data from table to view -- Randa Hesham Software Developer Twitter:@ro0oraa FaceBook:Randa Hisham ٍ -- You received this message because you

Re: save data from html table

2013-07-16 Thread Randa Hisham
> > https://docs.djangoproject.com/en/dev/topics/db/models/ > > Or, you could write a custom SQL that would fetch exactly the data you > want, and > save it in dict or list ... and you have this data inside view ... > > > > On 07/16/2013 03:00 PM, Randa Hisham wrote: &g