Basic CRUD form with navigation layout

2008-06-23 Thread Leandro Severino
Hi Djangers, This is my first post and sorry by my terrible english. Well, My customer needs a page with this layout: [div id="toolbar"] NEW - SAVE - DELETE - SEARCH - <<(previous) - >>(next) - PRINT ( elements) [/div] [div id="content"] The forms

Re: Basic CRUD form with navigation layout

2008-06-25 Thread Leandro Severino
4 jun, 03:55, "Antoni Aloy" <[EMAIL PROTECTED]> wrote: > 2008/6/24 Leandro Severino <[EMAIL PROTECTED]>: > > > > > > > Hi Djangers, > > > This is my first post and sorry by my terrible english. > > > Well, > > My customer

Re: Basic CRUD form with navigation layout

2008-06-25 Thread Leandro Severino
ThanksĀ³ Antoni, This is a very good example and it can resolve my problem. []s Leandro. On 25 jun, 10:29, "Antoni Aloy" <[EMAIL PROTECTED]> wrote: > 2008/6/25 Leandro Severino <[EMAIL PROTECTED]>: > > > > > Thanks Antoni, > > &

two modelForm fields to a one model Field

2015-09-01 Thread Leandro Severino
Hi, In my first post, I have a simple question: Its possible a modelForm have two fields for a one model Field ? My codes: In my models: class MyClass(models.Model): COMMON_AMENITIES_CHOICES = (('A', 'Aditional'), (

Re: two modelForm fields to a one model Field

2015-09-02 Thread Leandro Severino
Thanks James. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@goo

How to create a side menu with the urls of each step

2015-09-05 Thread Leandro Severino
Hello, I have a formwizard (formtools) https://django-formtools.readthedocs.org/en/latest/index.html with 7 steps. OK, my formwizard is OK. But now, in this page, my customer wants a side menu with a link for each step, because he wants access the step 5 for example without click in