Skip to content

Commit

Permalink
completed initial build, templates for Simple theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish committed Mar 16, 2013
1 parent 4057c47 commit 08279ac
Show file tree
Hide file tree
Showing 23 changed files with 339 additions and 1,050 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
18 changes: 9 additions & 9 deletions code/LocationAdmin.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
class LocationAdmin extends ModelAdmin {
static $managed_models = array(
'LocationQuery',
'LocationResult',
'Location'
);
static $model_importers = array(
'Location' => 'LocationCsvBulkLoader',
);
static $url_segment = 'locations';
static $managed_models = array(
'Location'
);
static $model_importers = array(
'Location' => 'LocationCsvBulkLoader',
);

static $url_segment = 'locations';
}
13 changes: 0 additions & 13 deletions code/LocationController.php

This file was deleted.

20 changes: 0 additions & 20 deletions code/LocationDataObjectManager.php

This file was deleted.

38 changes: 0 additions & 38 deletions code/LocationImportController.php

This file was deleted.

252 changes: 0 additions & 252 deletions code/LocationPage.php

This file was deleted.

31 changes: 0 additions & 31 deletions code/LocationQuery.php

This file was deleted.

Loading

0 comments on commit 08279ac

Please sign in to comment.