Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In Line 4 we can find the logging section, in this section can be specified the logging level for the root logger, and the level for specific loggers

...

Each type of model is constructed with an specific structure:

Code Block
languagejs
themeDJango
"Model_Type" : {
  "Model_Name": ["name1", "name2", "name3"]
}

...