Re: save data from html table

2013-07-16 Thread Randa Hisham
my problem not to save to database but is how to get data from template


On Tue, Jul 16, 2013 at 3:03 PM, Lukas Nemec <lu.ne...@gmail.com> wrote:

>  That depends, you could use django.db models to access that table,
> but that depends on the table - there is a ton of information on this
> subject here:
>
> 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:
>
> 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 <http://twitter.com/#%21/ro0oraa>
> FaceBook:Randa Hisham <http://www.facebook.com/Ro0oraaa>
>
> ٍ
>   --
> 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.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
>
>  --
> 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.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Randa Hesham
Software Developer

Twitter:@ro0oraa <http://twitter.com/#%21/ro0oraa>
FaceBook:Randa Hisham <http://www.facebook.com/Ro0oraaa>

ٍ

-- 
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.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.




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 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.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.




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 emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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 <randahes...@gmail.com> 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, 2013 at 5:27 PM, Randa Hisham <randahes...@gmail.com>
>> wrote:
>> > "\xD8\xB5\xD8\xB5\xD8\xB5"
>>
>> print "\xD8\xB5\xD8\xB5\xD8\xB5".decode('utf8')
>> ==> صصص
>>
>>
>>
>> --
>> Javier
>>
>> --
>> 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.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at http://groups.google.com/group/django-users?hl=en.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>
> --
> Randa Hesham
> Software Developer
>
> Twitter:@ro0oraa <http://twitter.com/#%21/ro0oraa>
> FaceBook:Randa Hisham <http://www.facebook.com/Ro0oraaa>
>
> ٍ
>



-- 
Randa Hesham
Software Developer

Twitter:@ro0oraa <http://twitter.com/#%21/ro0oraa>
FaceBook:Randa Hisham <http://www.facebook.com/Ro0oraaa>

ٍ

-- 
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.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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
<jav...@guerrag.com>wrote:

> On Fri, May 3, 2013 at 5:27 PM, Randa Hisham <randahes...@gmail.com>
> wrote:
> > "\xD8\xB5\xD8\xB5\xD8\xB5"
>
> print "\xD8\xB5\xD8\xB5\xD8\xB5".decode('utf8')
> ==> صصص
>
>
>
> --
> Javier
>
> --
> 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.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>


-- 
Randa Hesham
Software Developer

Twitter:@ro0oraa <http://twitter.com/#%21/ro0oraa>
FaceBook:Randa Hisham <http://www.facebook.com/Ro0oraaa>

ٍ

-- 
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.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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 Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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
> instead of each file having it's own request so I can count all the files
> as a single check-in.  The uploader has a singleFileUploads option that is
> supposed to do just this, but in my view, the request.FILES always has just
> one value.  Does anyone have any experience with this or have any
> suggestions?
>
> Thank you,
> Chad
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/EDthZAV_fR4J.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
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 post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



[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 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 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, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 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, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 

ٍ

-- 
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, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.