diff --git a/django-markdown/django_markdown/dmd_app/__init__.py b/django-markdown/dmd_app/__init__.py similarity index 100% rename from django-markdown/django_markdown/dmd_app/__init__.py rename to django-markdown/dmd_app/__init__.py diff --git a/django-markdown/django_markdown/dmd_app/admin.py b/django-markdown/dmd_app/admin.py similarity index 100% rename from django-markdown/django_markdown/dmd_app/admin.py rename to django-markdown/dmd_app/admin.py diff --git a/django-markdown/django_markdown/dmd_app/apps.py b/django-markdown/dmd_app/apps.py similarity index 100% rename from django-markdown/django_markdown/dmd_app/apps.py rename to django-markdown/dmd_app/apps.py diff --git a/django-markdown/django_markdown/dmd_app/markdown_extensions.py b/django-markdown/dmd_app/markdown_extensions.py similarity index 100% rename from django-markdown/django_markdown/dmd_app/markdown_extensions.py rename to django-markdown/dmd_app/markdown_extensions.py diff --git a/django-markdown/django_markdown/dmd_app/migrations/0001_initial.py b/django-markdown/dmd_app/migrations/0001_initial.py similarity index 100% rename from django-markdown/django_markdown/dmd_app/migrations/0001_initial.py rename to django-markdown/dmd_app/migrations/0001_initial.py diff --git a/django-markdown/django_markdown/dmd_app/migrations/0002_markdowncontent_slug.py b/django-markdown/dmd_app/migrations/0002_markdowncontent_slug.py similarity index 100% rename from django-markdown/django_markdown/dmd_app/migrations/0002_markdowncontent_slug.py rename to django-markdown/dmd_app/migrations/0002_markdowncontent_slug.py diff --git a/django-markdown/django_markdown/dmd_app/migrations/__init__.py b/django-markdown/dmd_app/migrations/__init__.py similarity index 100% rename from django-markdown/django_markdown/dmd_app/migrations/__init__.py rename to django-markdown/dmd_app/migrations/__init__.py diff --git a/django-markdown/django_markdown/dmd_app/models.py b/django-markdown/dmd_app/models.py similarity index 100% rename from django-markdown/django_markdown/dmd_app/models.py rename to django-markdown/dmd_app/models.py diff --git a/django-markdown/django_markdown/dmd_app/static/dmd_app/styles.css b/django-markdown/dmd_app/static/dmd_app/styles.css similarity index 100% rename from django-markdown/django_markdown/dmd_app/static/dmd_app/styles.css rename to django-markdown/dmd_app/static/dmd_app/styles.css diff --git a/django-markdown/django_markdown/dmd_app/templates/dmd_app/markdown_content.html b/django-markdown/dmd_app/templates/dmd_app/markdown_content.html similarity index 100% rename from django-markdown/django_markdown/dmd_app/templates/dmd_app/markdown_content.html rename to django-markdown/dmd_app/templates/dmd_app/markdown_content.html diff --git a/django-markdown/django_markdown/dmd_app/templatetags/__init__.py b/django-markdown/dmd_app/templatetags/__init__.py similarity index 100% rename from django-markdown/django_markdown/dmd_app/templatetags/__init__.py rename to django-markdown/dmd_app/templatetags/__init__.py diff --git a/django-markdown/django_markdown/dmd_app/templatetags/dmd_extras.py b/django-markdown/dmd_app/templatetags/dmd_extras.py similarity index 100% rename from django-markdown/django_markdown/dmd_app/templatetags/dmd_extras.py rename to django-markdown/dmd_app/templatetags/dmd_extras.py diff --git a/django-markdown/django_markdown/dmd_app/tests.py b/django-markdown/dmd_app/tests.py similarity index 100% rename from django-markdown/django_markdown/dmd_app/tests.py rename to django-markdown/dmd_app/tests.py diff --git a/django-markdown/django_markdown/dmd_app/views.py b/django-markdown/dmd_app/views.py similarity index 100% rename from django-markdown/django_markdown/dmd_app/views.py rename to django-markdown/dmd_app/views.py diff --git a/django-markdown/django_markdown/dmd_project/__init__.py b/django-markdown/dmd_project/__init__.py similarity index 100% rename from django-markdown/django_markdown/dmd_project/__init__.py rename to django-markdown/dmd_project/__init__.py diff --git a/django-markdown/django_markdown/dmd_project/asgi.py b/django-markdown/dmd_project/asgi.py similarity index 100% rename from django-markdown/django_markdown/dmd_project/asgi.py rename to django-markdown/dmd_project/asgi.py diff --git a/django-markdown/django_markdown/dmd_project/settings.py b/django-markdown/dmd_project/settings.py similarity index 100% rename from django-markdown/django_markdown/dmd_project/settings.py rename to django-markdown/dmd_project/settings.py diff --git a/django-markdown/django_markdown/dmd_project/urls.py b/django-markdown/dmd_project/urls.py similarity index 100% rename from django-markdown/django_markdown/dmd_project/urls.py rename to django-markdown/dmd_project/urls.py diff --git a/django-markdown/django_markdown/dmd_project/wsgi.py b/django-markdown/dmd_project/wsgi.py similarity index 100% rename from django-markdown/django_markdown/dmd_project/wsgi.py rename to django-markdown/dmd_project/wsgi.py diff --git a/django-markdown/django_markdown/manage.py b/django-markdown/manage.py similarity index 100% rename from django-markdown/django_markdown/manage.py rename to django-markdown/manage.py diff --git a/django-markdown/django_markdown/requirements.txt b/django-markdown/requirements.txt similarity index 100% rename from django-markdown/django_markdown/requirements.txt rename to django-markdown/requirements.txt