Django developer required for full time job

2013-04-10 Thread Mo Mughrabi
Hello, We are looking for a Django developer for a full time job in a start up, the candidate must have work experience with Django. As a plus knowing the below - Linux administration / setup - amazon cloud computing - RabbitMQ and Celery - South migration for Django

django 1.4 using locale urls

2012-09-02 Thread Mo Mughrabi
Hi, am stuck with trying to use locale urls and applying language prefix. I tried to follow the manual but i guess i might have missed something, i also tried posting a question on stackoverflow but no signs yet. Any one can guide me, I would appreciate it.

showing many-to-many field in admin interface

2012-08-09 Thread Mo Mughrabi
hello everyone, am trying to build a single model that will be used for uploaded images/files. Am trying to use it in the best way in the admin pages, so when i associate it with a specific model as a many-to-many field it would appear in a friendly way for users to upload images. My attachment

reading external urls file and building reverse pattern

2012-03-06 Thread Mo Mughrabi
Hi, Am stuck in building a function that would read from an external urlpattern and generate a url, I've written a question and posted it here http://stackoverflow.com/questions/9592332/django-read-urls-on-runtime-and-compile-reverse-output if anyone can help, i would appreciate it a lot --

Re: Django REST

2012-03-04 Thread Mo Mughrabi
I recommend django-piston, we've been using it and it's great and highly capable On Sun, Mar 4, 2012 at 9:13 PM, Bharath Mundlapudi wrote: > Dear Django Users and Authors, > > I am wondering if there are any best practices or better way to write REST > based apps on top of

Searching for django developer

2012-01-29 Thread Mo Mughrabi
Hello, We are searching for a django developer for full time job, he/she must be very capable and ready to take over a full time job. Must have strong django experience, postgres, django-gis, html, css, jquery. Please contact me back as soon as possible to discuss details, regards, -- You

Searching for django developer with good experience in JQuery/CSS3 and Html

2012-01-14 Thread Mo Mughrabi
Hello, I've been working with a team for the past 6 months on a project, the project is designer on cloud computing, using django as our main framework, rabbitmq and celery to handle transactions. We are currently, consist of project lead and 3 developers. We have a very high standard in coding,

searching for a django developer for an online gig

2011-12-18 Thread Mo Mughrabi
hi, am looking for a good django developer to help finish a site, we are a team of two and we would like to increase the work force. Must have strong communication skills, good knowledge with html, css and javascripting (jquery). We are using amazon was, celery, rabbitmq and social networking

Re: Django Gig

2011-11-12 Thread Mo Mughrabi
gt; Hope this helps, > Casey > > > On 11/12/2011 08:52 AM, mo.mughrabi wrote: > >> We are located in Kuwait as for the second question am not quite sure >> what you mean. >> >> On Nov 12, 6:07 am, Russell >> Keith-Magee<russ...@keith-**magee.com<rus

Django Gig

2011-11-11 Thread Mo Mughrabi
Hello fellows django developers, I've been developing with django for sometime now, building a website for almost 6 months now. Am at a late stages and am getting stuck in a lot of things related mostly to CSS, JS and some advance Django challenges. Am looking for a django developer who's

Re: Problem with file upload!

2011-09-02 Thread Mo Mughrabi
is there any error messages you seeing? or logged? does the file exists on the filesystem? On Fri, Sep 2, 2011 at 8:39 PM, Ludvig wrote: > Hello, > > Usually only read these posts so i hope i'm doing this right! > > Recently my file upload just stopped working, and i've

Re: Multiple Database Routing Based on Site

2011-09-02 Thread Mo Mughrabi
What I did is create an attribute in my models and called it model.py class Data(models.Model): # connection_name is my database name which points to the name from settings.py connection_name = "gis" name = models.CharField(max_length=50) area = models.IntegerField() and created

configuration field

2011-09-02 Thread Mo Mughrabi
Hi I have a table which every has TextField to store plain text. Am using this field for configuration and putting there some XML to read later on. The problem with my approach that the xml is not validated and the reading operation can be exhausting to parse the xml every time. And since

selecting all columns from a table (advanced query)

2011-05-05 Thread Mo Mughrabi
Hi, I been trying to create a backward relation using queryset and the joining is working fine, accept that its not including the other joined table in the selected columns. Below is my models, queryset and query.__str__() print class Main(models.Model): slug =

django queryset include more columns in select statement

2011-05-05 Thread Mo Mughrabi
Hi, I been trying to create a backward relation using queryset and the joining is working fine, accept that its not including the other joined table in the selected columns. Below is my models, queryset and query.__str__() print class Main(models.Model): slug =

Re: remove items from queryset for nested regrouping

2011-04-15 Thread Mo Mughrabi
%} {% endfor %} On Fri, Apr 15, 2011 at 4:39 PM, Mo Mughrabi <mo.mughr...@gmail.com> wrote: > Hi, > > I've been working on a project that takes into consideration performance as > the top priority therefore am trying to use single to queries at each page > to c

remove items from queryset for nested regrouping

2011-04-15 Thread Mo Mughrabi
Hi, I've been working on a project that takes into consideration performance as the top priority therefore am trying to use single to queries at each page to collect all the needed information. Any who, I got to a point where I have one query set that need to be regrouped based on column (left,

question update: django auto filling some data based on model attribute

2011-01-20 Thread Mo Mughrabi
Any one? please, I been researching since yesterday http://stackoverflow.com/questions/4725685/django-auto-filling-some-data-based-on-model-attribute -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

django custom signals

2011-01-18 Thread Mo Mughrabi
Hi, am having problem with django custom signals not being able to see signals across application. I made a simple call in my *core/signals.py* * from django.dispatch.dispatcher import Signal* *# Signal-emitting code... emits whenever a file upload is received* *#

templating best practices in django

2011-01-08 Thread Mo Mughrabi
Hi, I'm wondering what would be the best practice for templating in django. I plan on having a single theme in which heads and footers will almost be the same across my project, 1. Should I great an app only for this purpose, in the sense, an app will host a header and footer functions (methods)

Re: i18n django models

2011-01-08 Thread Mo Mughrabi
PM, Alessandro Pasotti <apaso...@gmail.com>wrote: > 2011/1/8 Mo Mughrabi <mo.mughr...@gmail.com> > > This is not exactly what I need. >> >> this library is not done as per the common best practices for i18nlizing >> data. >> >> All you have

Re: i18n django models

2011-01-08 Thread Mo Mughrabi
with very little information about it. Any other solutions? On Fri, Jan 7, 2011 at 6:25 PM, Marcos Moyano <marcosmoy...@gmail.com>wrote: > I've worked on/with this app > https://github.com/Anue/django-polyglot/ > > Hope it helps. > Rgds, > Marcos > > On Fri, Jan 7,

Including subfolders

2011-01-07 Thread Mo Mughrabi
Hi, My project is getting quite large with so many apps, so i decided to create a folder for libs/shared and folder for apps in which libs/shared will contain all my generic libraries and apps will contain the project specific apps. I found the following

Re: Designing a workflow engine on Django

2011-01-07 Thread Mo Mughrabi
still maintaining the code, if it will work with 1.2 django.. Any ideas of alternative solutions? Regards, On Fri, Jan 7, 2011 at 7:01 PM, Javier Guerra Giraldez <jav...@guerrag.com>wrote: > On Fri, Jan 7, 2011 at 10:09 AM, Mo Mughrabi <mo.mughr...@gmail.com> > wrote: > &g

creating apps inside sub folders

2011-01-07 Thread Mo Mughrabi
Hi, am trying to organize some commonly used apps in my libs/shared folder inside my project. When I moved the file there, I just appended libs.shared.appname to the INSTALLED_APP and it worked. but the views are not working, i noticed the urls that needed to be appended as well. What else am

i18n django models

2011-01-07 Thread Mo Mughrabi
Hello, in my design there are some models where I need to store certain fields in different languages. I was wondering if anyone has done it before? I saw some django modules that help do model translations but some of them did not work properly. Any best practices out there? below is my code

Re: Any Django framework command to freeze/wait/notify ?

2011-01-05 Thread Mo Mughrabi
Am not quite sure of your question, but I use celery to create jobs running in the background, queue them and get their status. http://celeryproject.org/ regards, On Wed, Jan 5, 2011 at 10:21 AM, vivek_12315 wrote: > Hi all, > > This is a

Django, unobtrusive JavaScript and cross-site scripting

2011-01-03 Thread Mo Mughrabi
Hi, am wondering if there is a manual/tutorial that talks about advance use of JavaScripting and django, using existing frameworks such as JQuery or Prototype, generating unobtrusive JavaScripting with no inline Javascripting. Another question, is there a place where I can read about cross-site