Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit ef227e9

Browse files
committed
changed root dir name from application to src
1 parent 64822a3 commit ef227e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+2
-2
lines changed

Diff for: config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66
import os
7-
from application.database import db
7+
from src.database import db
88

99

1010
class Config:

Diff for: apitest.py renamed to examples/apitest.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: application/forms.py renamed to src/forms.py

File renamed without 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.
File renamed without 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.
File renamed without 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.
File renamed without 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.
File renamed without 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.
File renamed without 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.

Diff for: wsgi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from application import init_app
1+
from src import init_app
22

33

44
app = init_app()

0 commit comments

Comments
 (0)