LiorA

Results 7 issues of LiorA

In the forums app, if we take a look at the models.py module, one can see there two models: Forum and Comment. In the Forum model defined 'comments' ManyToMany field....

In the favs app - The views 'AddFavoriteView' and 'DeleteFavoriteView', use in the 'csrf_exempt' decorator, because we want to allow non-secure access, but I found a way to use csrf...

In the myarts/views.py module we can implement 'form_valid', in other manner, without to do a double 'save()' calls. Implementation suggestion : https://github.com/LiorA1/Django/blob/main/dj4e-samples/myarts/owner.py#L23

Hi, I'm going to use this library, in my project, but I'm using openCV 3.4.5. I want to make it more modular. Also, I want to downgrade it to Android...

I'm trying to build a blog, for personal purposes. Can I integrate iframe with tinyMCE ? I searched, but didnt find decisive answer.. Thanks!

In the below link, there is the same question, with different correct answer. Can we fix it? ``` 1. Which services can be used across hybrid AWS Cloud architectures? (Select...