From 28bbf51d216fbfbc0f665daf1ba85b5091db3daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sun, 24 Nov 2024 14:50:18 +0200 Subject: [PATCH] Reorder files --- notesapp/manage.py => manage.py | 0 notesapp/{notesapp => }/__init__.py | 0 notesapp/{notesapp => }/asgi.py | 0 notesapp/{notesapp => }/settings.py | 0 notesapp/{notesapp => }/urls.py | 0 notesapp/{notesapp => }/wsgi.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename notesapp/manage.py => manage.py (100%) rename notesapp/{notesapp => }/__init__.py (100%) rename notesapp/{notesapp => }/asgi.py (100%) rename notesapp/{notesapp => }/settings.py (100%) rename notesapp/{notesapp => }/urls.py (100%) rename notesapp/{notesapp => }/wsgi.py (100%) diff --git a/notesapp/manage.py b/manage.py similarity index 100% rename from notesapp/manage.py rename to manage.py diff --git a/notesapp/notesapp/__init__.py b/notesapp/__init__.py similarity index 100% rename from notesapp/notesapp/__init__.py rename to notesapp/__init__.py diff --git a/notesapp/notesapp/asgi.py b/notesapp/asgi.py similarity index 100% rename from notesapp/notesapp/asgi.py rename to notesapp/asgi.py diff --git a/notesapp/notesapp/settings.py b/notesapp/settings.py similarity index 100% rename from notesapp/notesapp/settings.py rename to notesapp/settings.py diff --git a/notesapp/notesapp/urls.py b/notesapp/urls.py similarity index 100% rename from notesapp/notesapp/urls.py rename to notesapp/urls.py diff --git a/notesapp/notesapp/wsgi.py b/notesapp/wsgi.py similarity index 100% rename from notesapp/notesapp/wsgi.py rename to notesapp/wsgi.py