The ActiveBrainAtlas’s documentation

These pages contain documentation regarding the MVC (model, view, and controller) programming classes for the Django database interface. Django breaks up this interface into ‘apps’.

These apps contain classes for each of the MVC components. The models.py file contains classes that describe a database schema table.