2👍
✅
just to develop @RezaHeydari‘s answer with new elements:
-
refer to this post https://n3tc4t.com/posts/hide-django-from-wappalyzer/ to get the idea how Wappalyzer manages to detect
django
usingcsrfmiddlewaretoken
. -
fortunately, a package already exists and you don’t need to implement the logic on your own, try this package https://pypi.org/project/django-hide/, git repo : https://github.com/metemaddar/django_hide
2👍
- [Django]-DjangoRest Serializer returns empty object
- [Django]-How to delete an instance of a ManyToMany field in Django
Source:stackexchange.com