diff options
author | Santo Cariotti <dcariotti24@gmail.com> | 2020-03-20 11:11:03 +0100 |
---|---|---|
committer | Santo Cariotti <dcariotti24@gmail.com> | 2020-03-20 11:11:03 +0100 |
commit | a79bca799a5830b035df818d7e87425c25d081df (patch) | |
tree | 2089b30b66f0022cae889cb7739860dc143d5314 | |
parent | 6f3c1d94a6a8858369256b63cec90d42d61706ae (diff) |
chore: move frest dir into src
-rw-r--r-- | frest/auth/__init__.py.bak | 0 | ||||
-rw-r--r-- | src/frest/auth/__init__.py (renamed from frest/auth/__init__.py) | 0 | ||||
-rw-r--r-- | src/frest/auth/forms.py (renamed from frest/auth/forms.py) | 0 | ||||
-rw-r--r-- | src/frest/auth/models.py (renamed from frest/auth/models.py) | 0 | ||||
-rw-r--r-- | src/frest/auth/routes.py (renamed from frest/auth/routes.py) | 0 | ||||
-rw-r--r-- | src/frest/database.py (renamed from frest/database.py) | 0 | ||||
-rw-r--r-- | src/frest/decorators.py (renamed from frest/decorators.py) | 0 | ||||
-rw-r--r-- | src/frest/forms.py (renamed from frest/forms.py) | 0 | ||||
-rw-r--r-- | src/frest/mail.py (renamed from frest/mail.py) | 0 | ||||
-rw-r--r-- | src/frest/utils.py (renamed from frest/utils.py) | 0 |
10 files changed, 0 insertions, 0 deletions
diff --git a/frest/auth/__init__.py.bak b/frest/auth/__init__.py.bak deleted file mode 100644 index e69de29..0000000 --- a/frest/auth/__init__.py.bak +++ /dev/null diff --git a/frest/auth/__init__.py b/src/frest/auth/__init__.py index e69de29..e69de29 100644 --- a/frest/auth/__init__.py +++ b/src/frest/auth/__init__.py diff --git a/frest/auth/forms.py b/src/frest/auth/forms.py index abc2f49..abc2f49 100644 --- a/frest/auth/forms.py +++ b/src/frest/auth/forms.py diff --git a/frest/auth/models.py b/src/frest/auth/models.py index ea79def..ea79def 100644 --- a/frest/auth/models.py +++ b/src/frest/auth/models.py diff --git a/frest/auth/routes.py b/src/frest/auth/routes.py index c4dcfc9..c4dcfc9 100644 --- a/frest/auth/routes.py +++ b/src/frest/auth/routes.py diff --git a/frest/database.py b/src/frest/database.py index 176cd52..176cd52 100644 --- a/frest/database.py +++ b/src/frest/database.py diff --git a/frest/decorators.py b/src/frest/decorators.py index 181b62d..181b62d 100644 --- a/frest/decorators.py +++ b/src/frest/decorators.py diff --git a/frest/forms.py b/src/frest/forms.py index 8ce2e95..8ce2e95 100644 --- a/frest/forms.py +++ b/src/frest/forms.py diff --git a/frest/mail.py b/src/frest/mail.py index e553525..e553525 100644 --- a/frest/mail.py +++ b/src/frest/mail.py diff --git a/frest/utils.py b/src/frest/utils.py index 934aec4..934aec4 100644 --- a/frest/utils.py +++ b/src/frest/utils.py |