Skip to content

Commit

Permalink
Python + Flask sample link
Browse files Browse the repository at this point in the history
  • Loading branch information
DlhSoftTeam committed Dec 21, 2019
1 parent 0691e68 commit 7895f48
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion GanttChartHyperLibraryDemos/Demos/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,11 +543,17 @@ angular.module('Demos', [])
}
},
{
component: 'GanttChartView', feature: 'NodeJS', title: 'Node.js® + Express (pug)', description: 'Simple Node.js® based application developed using pug template engine and Express framework',
component: 'GanttChartView', feature: 'NodeJS', title: 'Node.js® + Express + pug', description: 'Simple Node.js® based application developed using pug template engine and Express framework',
sourceCodeUrls: {
'JavaScript': 'http://github.com/DlhSoftTeam/NodeJS-GanttChartViewSampleApp/archive/master.zip'
}
},
{
component: 'GanttChartView', feature: 'Python', title: 'Python™ + Flask', description: 'Simple Python™ based application developed using Flask Web framework',
sourceCodeUrls: {
'JavaScript': 'http://github.com/DlhSoftTeam/Python-GanttChartViewSampleApp/archive/master.zip'
}
},
{
component: 'GanttChartView', feature: 'LightSwitch', title: 'LightSwitch® (HTML)', description: 'HTML based LightSwitch® app',
sourceCodeUrls: {
Expand Down
8 changes: 7 additions & 1 deletion GanttChartHyperLibraryDemos/Demos/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -555,11 +555,17 @@ angular.module('Demos', [])
}
},
{
component: 'GanttChartView', feature: 'NodeJS', title: 'Node.js® + Express (pug)', description: 'Simple Node.js® based application developed using pug template engine and Express framework',
component: 'GanttChartView', feature: 'NodeJS', title: 'Node.js® + Express + pug', description: 'Simple Node.js® based application developed using pug template engine and Express framework',
sourceCodeUrls: {
'JavaScript': 'http://github.com/DlhSoftTeam/NodeJS-GanttChartViewSampleApp/archive/master.zip'
}
},
{
component: 'GanttChartView', feature: 'Python', title: 'Python™ + Flask', description: 'Simple Python™ based application developed using Flask Web framework',
sourceCodeUrls: {
'JavaScript': 'http://github.com/DlhSoftTeam/Python-GanttChartViewSampleApp/archive/master.zip'
}
},
{
component: 'GanttChartView', feature: 'LightSwitch', title: 'LightSwitch® (HTML)', description: 'HTML based LightSwitch® app',
sourceCodeUrls: {
Expand Down

0 comments on commit 7895f48

Please sign in to comment.