Change language in Admin modules

2008-08-28 Thread Bobo
in Danish instead of English. I know it is not meant to be installed but I can't find any information on how to use those language files. I've tried to read in django book but with little luck only. I hope someone have the answer or a good tutorial / page that can explain

Link to CSS and JS files other than in base.html

2008-09-08 Thread Bobo
so on. Thanks Bobo --~--~-~--~~~---~--~~ 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 [EMAIL

PDF in Django (not via reportlab)

2008-09-15 Thread Bobo
ding on another webservice. They might be down or have overload or something that can make problems. So my question is if anyone out there knows about a way to get around my little problem. Thanks in advance Bobo --~--~-~--~~~---~--~~ You received this message

image path in CSS - won't work???

2008-09-30 Thread Bobo
Hi everyone, I'm having a very strange problem with my Django project. I’ve a menu with several links but I want to make a hover effect with it and for that I use pictures. The problem is that my path in my CSS won’t work and the pictures aren’t loaded and therefore not shown in the menu. My st

Select only two posts from a database list and show them on a HTML page

2008-11-05 Thread Bobo
at e.g. in November month this and this message was posted and in October, this and this message, but that’s a whole new question :-) Thank you for your time - Bobo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Djan

Date format question

2008-11-05 Thread Bobo
- bobo --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED

Sort drop-down list in Admin module

2008-11-12 Thread Bobo
only find something about a fieldsets (http:// docs.djangoproject.com/en/dev/ref/contrib/admin/) and list_filter and List_display. Am I on the right track here or is there a easy method to change the sorting filter in the admin module of Django??? Re

Archive - Generic Views

2009-04-25 Thread Bobo
for %} {% endblock %} I would really appreciate if there were some good answers that I can learn from and implement the Generic Views in my Django project. Thanks - Bobo --~--~-~--~~~---~--~~ You received this message because you are subscr

Forms: set required value at runtime

2010-10-23 Thread bobo
Hi All, I have a form, width two different address field (invoice and post) and a booleanfield: class AddressForm(forms.Form): invoice_address = forms.CharField(max_length=255) same = forms.BooleanField(initial=True) post_address = forms.CharField(max_length=255,required=False) I'd l

Re: Forms: set required value at runtime

2010-10-24 Thread bobo
> Bence, > > I think your problem is related to the second case described in > documentation about validation fields that depend on each other [1]. > > Just an observation about your design, if I may: I believe you should > explicitly set and store both addresses. You will ease user task by > provi

Dynamically retrieve data from table

2020-02-05 Thread bobo michel
Hi all, I am struggling with a piece of code for a few days now and thought I'll seek for advice. Here is the storyline: I have a user, who enter invoices on the database based on the Invoices model. Each invoice is linked to an Entity. The user does not have any link to either the Invoice or