Re: TypeError: __init__() takes 2 positional arguments but 3 were given (django-material)

2017-07-28 Thread 'Tom Evans' via Django users
Your error refers to part of a class you haven't included, ClientsForm, and it has an error to do with a class called Stacked, which you haven't shown where it is imported from. Hard to diagnose further.. Cheers Tom On Thu, Jul 27, 2017 at 1:02 AM, Elias Coutinho

Re: TypeError: __init__() takes 2 positional arguments but 3 were given (django-material)

2017-07-26 Thread Elias Coutinho
Traceback (most recent call last): File "/home/eliaspai/danibraz/.danibraz/lib/python3.5/site-packages/django/utils/autoreload.py", line 226, in wrapper fn(*args, **kwargs) File

Re: TypeError: __init__() takes 2 positional arguments but 3 were given (django-material)

2017-07-25 Thread Tim Graham
Please give the exception traceback. On Tuesday, July 25, 2017 at 3:35:41 PM UTC-4, Elias Coutinho wrote: > > Hello guys! > > I'm trying to recreate a form with Inline using django and django-stuff. I > already got it once, but this is not being easy! > > I want to create a form that can

TypeError: __init__() takes 2 positional arguments but 3 were given (django-material)

2017-07-25 Thread Elias Coutinho
Hello guys! I'm trying to recreate a form with Inline using django and django-stuff. I already got it once, but this is not being easy! I want to create a form that can register a Client and its addresses, or something similar to this link here. Example 1: Adding contacts. Example 2: Adding