Posts by Matheus Massa • 11 points
3 posts
-
0
votes2
answers670
viewsQ: Error Uncaught Error: Class 'Client Register' not found Using namespace
I am studying about namespaces, I wrote the code below, but is returning the following error: string(16) "Client Register" 'Client Register' not found in…
-
1
votes1
answer38
viewsQ: Return only the file name in the view
How do I display only the file name, example RET_PREF_ANAPOLIS..., removing the path arquivos/? py.models: def user_directory_path(instance, filename): if instance.tipo_arquivo.id == 1: tipo = 'RET'…
-
0
votes0
answers287
viewsQ: Modeling Banks Financial Institution
I am starting a personal project for my learning, an application simulating a financial institution system, first using the following products: current account, credit agreement (loans). I came…