Skip to content

Commit 2da6c83

Browse files
committed
Move the application files in flaskr
1 parent cdc0c8e commit 2da6c83

File tree

10 files changed

+4
-2
lines changed

10 files changed

+4
-2
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
bin
22
include
3-
lib
3+
Lib
44
.Python
55
.envrc
66
__pycache__
77
Scripts
8-
pyvenv.cfg
8+
pyvenv.cfg
9+
pyproject.toml

flaskr/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

utils.py renamed to flaskr/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import json
22

3+
34
def loadClubs():
45
with open("clubs.json") as c:
56
listOfClubs = json.load(c)["clubs"]

0 commit comments

Comments
 (0)