Continuing the discussion from ImportError: no module named foo; AttributeError: 'module' object has no attribute 'bar':
@AWSOM this is the linked documentation and influences the standard design pattern I follow:
Here’s my typical starting template with the material design theme
user email and password are both empty
sidenote on hash routing
The above dependency includes HashRouting, which I use with all my projects now.
Without the dependency, use the standard
self.content_panel.clear()
self.content_panel.add_component(someForm())
# (I've put this in the comments)
Others will have varying standard design patterns they follow I’m sure…