This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var ReportDesigner = Backbone.View.extend({ | |
| initialize: function(args) { | |
| this.workspace = args.workspace; | |
| // Create a unique ID for use as the CSS selector | |
| this.id = _.uniqueId("report_"); | |
| $(this.el).attr({ id: this.id }); | |
| this.add_button(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Day job: | |
| Python programmer, data analyst, and DBA at Stetson University | |
| Favorite Python project: | |
| Django, because I'm a perfectionist that's always on a deadline | |
| Favorite Conference: | |
| TED, because being an inventor runs in the family | |
| Python Experience Level: |
NewerOlder