Programming

is the include() function in django unnecessary to use

Started by anarhackist · Feb 18, 2026

#11652
So, I was thinking, why use that while I can just import the views & routes directly ?
#11654
↳ Replying to @rGarlic
Oh, OK, that makes sense, because it much cleaner. since manual importing makes the code messy.