From 7e43e78a7c69d622d6700c9c2d80faab863c865b Mon Sep 17 00:00:00 2001 From: Anna Date: Wed, 27 Sep 2017 14:12:01 +0300 Subject: [PATCH] initial --- __init__.py => imagehosting/__init__.py | 0 admin.py => imagehosting/admin.py | 0 apps.py => imagehosting/apps.py | 0 forms.py => imagehosting/forms.py | 0 models.py => imagehosting/models.py | 0 tests.py => imagehosting/tests.py | 0 urls.py => imagehosting/urls.py | 0 views.py => imagehosting/views.py | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => imagehosting/__init__.py (100%) rename admin.py => imagehosting/admin.py (100%) rename apps.py => imagehosting/apps.py (100%) rename forms.py => imagehosting/forms.py (100%) rename models.py => imagehosting/models.py (100%) rename tests.py => imagehosting/tests.py (100%) rename urls.py => imagehosting/urls.py (100%) rename views.py => imagehosting/views.py (100%) diff --git a/__init__.py b/imagehosting/__init__.py similarity index 100% rename from __init__.py rename to imagehosting/__init__.py diff --git a/admin.py b/imagehosting/admin.py similarity index 100% rename from admin.py rename to imagehosting/admin.py diff --git a/apps.py b/imagehosting/apps.py similarity index 100% rename from apps.py rename to imagehosting/apps.py diff --git a/forms.py b/imagehosting/forms.py similarity index 100% rename from forms.py rename to imagehosting/forms.py diff --git a/models.py b/imagehosting/models.py similarity index 100% rename from models.py rename to imagehosting/models.py diff --git a/tests.py b/imagehosting/tests.py similarity index 100% rename from tests.py rename to imagehosting/tests.py diff --git a/urls.py b/imagehosting/urls.py similarity index 100% rename from urls.py rename to imagehosting/urls.py diff --git a/views.py b/imagehosting/views.py similarity index 100% rename from views.py rename to imagehosting/views.py