Top "Program-structure" questions

Is it possible to generate a diagram of an entire Django webapp?

Is it possible to generate a diagram of an entire Django site? For example, to understand the model/database structure …

python django uml diagram program-structure
C - program structure (avoiding global variables, includes, etc.)

I'm using C (not C++) and I'm unsure how to avoid using global variables. I have a pretty decent grasp …

c global-variables program-structure