Skip to content

Commit 57b3856

Browse files
authored
Merge pull request #13 from vroncevic/dev
[flask_func_struct] updated GHW actions and project setup file
2 parents 5353546 + 72db7d9 commit 57b3856

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

.github/workflows/flask_func_struct_package.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
branches: [ master ]
55
paths:
66
- 'app_server/**'
7-
- 'setup.py'
7+
- 'manage_commands/**'
8+
- 'manage.py'
89
pull_request:
910
branches: [ master ]
1011
paths:
1112
- 'app_server/**'
12-
- 'setup.py'
13+
- 'manage_commands/**'
14+
- 'manage.py'
1315
jobs:
1416
build:
1517
runs-on: ubuntu-latest

.github/workflows/flask_func_struct_py_checker.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
branches: [ master ]
55
paths:
66
- 'app_server/**'
7-
- 'setup.py'
7+
- 'manage_commands/**'
8+
- 'manage.py'
89
pull_request:
910
branches: [ master ]
1011
paths:
1112
- 'app_server/**'
12-
- 'setup.py'
13+
- 'manage_commands/**'
14+
- 'manage.py'
1315
jobs:
1416
build:
1517
runs-on: ubuntu-latest

app_server/forms/base/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# -*- coding: utf-8 -*-

app_server/views/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
13
'''
24
Defining views
35
'''

flask_func_struct.code-workspace

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {
8+
"makefile.extensionOutputFolder": "./.vscode"
9+
}
10+
}

0 commit comments

Comments
 (0)