module.exports = function(bookshelf) {
  if (bookshelf.model('Django.Site') == null) {
    bookshelf.model('Django.Site', {
      tableName: 'django_site',