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 files
seems something went wrong with the syncdb but i can't figure out
what, does anyone know what i'm doing wrong and can assist me helping
to fix the problem.
thanks in advance,
Richard
On May 11, 4:51 pm, Karen Tracey wrote:
> On Tue, May 11, 2010 at 9:49 AM, mendes.rich...@gmail.com
Ok, thanks a lot for your help
Apparently I misunderstood that part, and indeed I replaced it to 20
and 15 leaving again 5 digits.
It should do the trick i'll change it asap.
Thanks again.
Richard
On May 14, 7:38 pm, Karen Tracey wrote:
> On Fri, May 14, 2010 at 8:22 AM, men
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 indiv
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 product
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 wrote:
> On Friday 19 Feb 2010 2:01:50 am mendes.rich...@gmail.com wrote:
>
> > Does anyone know a solut
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 se
ethod that handles the search.
I like to see what happens there.
regards,
Richard
On Feb 27, 2:51 pm, Daniel Roseman wrote:
> On Feb 27, 12:03 pm, "mendes.rich...@gmail.com"
> wrote:
>
> > Hello Django Users,
>
> > I have the following problem,
> > In
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 f
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 alert.
r you comments.
Richard
On Mar 4, 5:42 pm, Karen Tracey 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 official
> > relea
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
c
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
13 matches
Mail list logo