Thumbnail resizing issue, strange behavior

2012-11-30 Thread Mo J. Al-Mughrabi
Hi, I've been trying to resolve this issue for a day without luck, its very strange error, i tried to post it on stackoverflow but still no luck. http://stackoverflow.com/questions/13629099/getting-cannot-identify-image-file-when-trying-to-create-thumbnail-in-django -- You received this

Complex queryset subquery where in

2011-09-09 Thread Mo J. Al-Mughrabi
Hi, I have been going in circles for hours and couldnt find help on stack overflow. Here is my question http://stackoverflow.com/questions/7365359/complex-query-in-django-where-subquery-exists Regards, Mo -- You received this message because you are subscribed to the Google Groups "Django

Re: Where Is My Javascript Code's Problem?

2011-01-21 Thread Mo J. Al-Mughrabi
Lol Sent from my iPhone On Jan 22, 2011, at 12:34 AM, Sandro Dutra wrote: LOL! What are you trying to do, guy? It's obvius the alert box will appear, 'cause it's a visual element. But the rest of the code only set a bunch of variables, it's not printing anything, it's not

Re: Django compressor

2011-01-15 Thread Mo J. Al-Mughrabi
%} > {% compress css %} > charset="utf-8"> > p { border:5px solid green;} > charset="utf-8"> > {% endcompress %} > > This goes in your template. Make the CSS for that page a separate file and > only include it on the pages where you actually wa

Django compressor

2011-01-15 Thread Mo J. Al-Mughrabi
Hi, Am using django compressor to compress n include my CSS files. There are some CSS I would like to render only in certain pages, any idea how will I include more CSS files dynamically at run time? Sent from my iPhone -- You received this message because you are subscribed to the Google

Re: Database Table Locks/unlocks (for reading, writing or both)

2011-01-12 Thread Mo J. Al-Mughrabi
You could use custom SQL Sent from my iPhone On Jan 12, 2011, at 7:14 PM, Jagdeep Singh Malhi wrote: > >>> Is Django automatically done the table locking /unlocking concept in >>> case of Mysql/PostGreSQL? >> >> Depends how backend handles database sessions. >> >>> if

Re: i18n django models

2011-01-08 Thread Mo J. Al-Mughrabi
Yes, I did that part, How can I navigate transmeta source for that function? I used python setup.py install, Sent from my iPhone On Jan 9, 2011, at 1:12 AM, Alessandro Pasotti wrote: 2011/1/8 Mo Mughrabi > Transmeta is much nicer and much

Re: Templates Directory Question

2011-01-03 Thread Mo J. Al-Mughrabi
By document root they mean apache public directory, aka htdocs Sent from my iPhone On Jan 3, 2011, at 4:53 PM, Anthony Pearce wrote: > In Tutorial 2, I was instructed to make a templates directory. It is > located at: > C:\DjangoProjects\mysite\templates > > Now again