kavehcs

Results 3 issues of kavehcs

hello Thank you for sharing your knowledge I want to use multiple languages in the Angular program demo. For this purpose, I changed the following code in app.component.ts : ```javascript...

hello. how to code "get_instances_from_related" for The following models : I want to index the "inject_type" model : class myModel(models.Model): user = models.ForeignKey(settings.AUTH_USER_MODEL, on_delete=models.CASCADE, related_name='inject_user' , null=True) which_user = models.ForeignKey(settings.AUTH_USER_MODEL,...