Double security login system

2011-04-27 Thread mendes.rich...@gmail.com
Dear Django developers, Recently we've been asked to start a medical project with the highest security level system and login wise. This means we have to work with a double login system either managed via cisco tokens or sms codes send to the owners phone. After some searching around i found the

Re: django version 1.1.1 decimalfield invalidoperation

2010-05-14 Thread mendes.rich...@gmail.com
t 8:22 AM, mendes.rich...@gmail.com < > > > > > > mendes...@gmail.com> wrote: > > [snip] > > > The problem i'm having is with the following model class with the > > field value: > > > class Measurement(models.Model): > >        me

Re: django version 1.1.1 decimalfield invalidoperation

2010-05-14 Thread mendes.rich...@gmail.com
wrong and can assist me helping to fix the problem. thanks in advance, Richard On May 11, 4:51 pm, Karen Tracey <kmtra...@gmail.com> wrote: > On Tue, May 11, 2010 at 9:49 AM, mendes.rich...@gmail.com < > > > > > > mendes...@gmail.com> wrote: > > On our p

django version 1.1.1 decimalfield invalidoperation

2010-05-11 Thread mendes.rich...@gmail.com
Hello Django Users, On our production server we are running the last official release 1.1.1, When i started uploading big decimal values i ran into trouble and came across a ticket which described the error. This was ticket 10692 and it was solved. Unfortunately i couldn't track down which

after except IntegrityError no database values are returned anymore

2010-03-31 Thread mendes.rich...@gmail.com
Dear Django Users, There is a part in my code where i check if there is an IntegrityError on certain values and is so the error is caught and saved in a list. To be able to do this i imported from psycopg2 the IntegrityError. This all does work like it should the only thing is that after that i

Re: upgrade to released version 1.1.1 problems

2010-03-04 Thread mendes.rich...@gmail.com
comments. Richard On Mar 4, 5:42 pm, Karen Tracey <kmtra...@gmail.com> wrote: > On Wed, Mar 3, 2010 at 4:07 PM, mendes.rich...@gmail.com < > > mendes...@gmail.com> wrote: > > Hello Django Users, > > > I just tried to upgrade my django version towards the last offic

Re: django static files css headache

2010-03-03 Thread mendes.rich...@gmail.com
Hello Justin, It's a bit hard to see what's wrong based on this info. The thing you should check is if you could access the css by navigating to it in the url bar. You could check if the following would work. @import {{media_url}}style.css; another thing that is different from the

upgrade to released version 1.1.1 problems

2010-03-03 Thread mendes.rich...@gmail.com
Hello Django Users, I just tried to upgrade my django version towards the last official release Django 1.1.1 and ran into some trouble after the install. When i do a runserver first it complained about an AttributeError: 'Settings' that didn't have certain attributes. To solve this is added the

Re: search_field doesn't work ?

2010-02-28 Thread mendes.rich...@gmail.com
that handles the search. I like to see what happens there. regards, Richard On Feb 27, 2:51 pm, Daniel Roseman <dan...@roseman.org.uk> wrote: > On Feb 27, 12:03 pm, "mendes.rich...@gmail.com" <mendes...@gmail.com> > wrote: > > > Hello Django Users, > >

search_field doesn't work ?

2010-02-27 Thread mendes.rich...@gmail.com
Hello Django Users, I have the following problem, In some of my models i have search_fields listed, and for some reason these are not working anymore ( they previously did ). the syntax i used to get the search field is the following. search_fields = ('labcode') The url i get when i execute a

Re: admin calender not showing for datefields

2010-02-19 Thread mendes.rich...@gmail.com
Ok thanks, indeed the javascript files were missing, i think i deleted the whole javascript folder by mistake when moving. regards, Richard On Feb 19, 2:34 am, Kenneth Gonsalves <law...@au-kbc.org> wrote: > On Friday 19 Feb 2010 2:01:50 am mendes.rich...@gmail.com wrote: > > >

admin calender not showing for datefields

2010-02-18 Thread mendes.rich...@gmail.com
Hello Django Users, We started putting our django application in production and came across something what to me was really odd. In our database model we have multiple DateFields which are presented with a today and calender besides it in the admin site. When we moved our application into

user permissions of request in template

2010-01-26 Thread mendes.rich...@gmail.com
Hello Django Users, I'm currently working on a part of the admin portal for a django application. This specific part of the admin page should only be available to one guy and the superusers. in order to do this i thought to add a special permission in the permission model which i can add to