diff options
Diffstat (limited to 'migrations')
-rw-r--r-- | migrations/__init__.py | 1 | ||||
-rw-r--r-- | migrations/auth/__init__.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/migrations/__init__.py b/migrations/__init__.py new file mode 100644 index 0000000..cedf48d --- /dev/null +++ b/migrations/__init__.py @@ -0,0 +1 @@ +"""Migrations package""" diff --git a/migrations/auth/__init__.py b/migrations/auth/__init__.py new file mode 100644 index 0000000..1358c9a --- /dev/null +++ b/migrations/auth/__init__.py @@ -0,0 +1 @@ +"Auth(entic|oris)ation package." |