Posts by Junior • 11 points
2 posts
-
0
votes0
answers76
viewsQ: Create a Crud with a table with relationship N to N C#
I have this structure and wanted to know how I do a CRUD with a relationship N-> N My doubts : 1 - How to list participants of a given event. 2 - How to include a participant in an event.…
-
0
votes1
answer96
viewsQ: Django connection to sql express 2017
My python version is : 3.7.5 my Django version is : 3.0.2 when I ran the command 'Pip install Django-pyodbc-Azure' it uninstalled my Django version and installed version 2.1 In the file of Settings…