diff --git a/myproject/__init__.py b/django_startproject/__init__.py similarity index 100% rename from myproject/__init__.py rename to django_startproject/__init__.py diff --git a/README b/django_startproject/project_template/README similarity index 100% rename from README rename to django_startproject/project_template/README diff --git a/docs/Makefile b/django_startproject/project_template/docs/Makefile similarity index 100% rename from docs/Makefile rename to django_startproject/project_template/docs/Makefile diff --git a/docs/conf.py b/django_startproject/project_template/docs/conf.py similarity index 100% rename from docs/conf.py rename to django_startproject/project_template/docs/conf.py diff --git a/docs/deployment.rst b/django_startproject/project_template/docs/deployment.rst similarity index 100% rename from docs/deployment.rst rename to django_startproject/project_template/docs/deployment.rst diff --git a/docs/index.rst b/django_startproject/project_template/docs/index.rst similarity index 100% rename from docs/index.rst rename to django_startproject/project_template/docs/index.rst diff --git a/docs/install.rst b/django_startproject/project_template/docs/install.rst similarity index 100% rename from docs/install.rst rename to django_startproject/project_template/docs/install.rst diff --git a/fabfile.py b/django_startproject/project_template/fabfile.py similarity index 100% rename from fabfile.py rename to django_startproject/project_template/fabfile.py diff --git a/myproject/apps/__init__.py b/django_startproject/project_template/myproject/__init__.py similarity index 100% rename from myproject/apps/__init__.py rename to django_startproject/project_template/myproject/__init__.py diff --git a/myproject/conf/__init__.py b/django_startproject/project_template/myproject/apps/__init__.py similarity index 100% rename from myproject/conf/__init__.py rename to django_startproject/project_template/myproject/apps/__init__.py diff --git a/myproject/bin/manage.py b/django_startproject/project_template/myproject/bin/manage.py similarity index 100% rename from myproject/bin/manage.py rename to django_startproject/project_template/myproject/bin/manage.py diff --git a/myproject/conf/common/__init__.py b/django_startproject/project_template/myproject/conf/__init__.py similarity index 100% rename from myproject/conf/common/__init__.py rename to django_startproject/project_template/myproject/conf/__init__.py diff --git a/myproject/conf/common/urls/__init__.py b/django_startproject/project_template/myproject/conf/common/__init__.py similarity index 100% rename from myproject/conf/common/urls/__init__.py rename to django_startproject/project_template/myproject/conf/common/__init__.py diff --git a/myproject/conf/dev/__init__.py b/django_startproject/project_template/myproject/conf/common/urls/__init__.py similarity index 100% rename from myproject/conf/dev/__init__.py rename to django_startproject/project_template/myproject/conf/common/urls/__init__.py diff --git a/myproject/conf/common/urls/admin.py b/django_startproject/project_template/myproject/conf/common/urls/admin.py similarity index 100% rename from myproject/conf/common/urls/admin.py rename to django_startproject/project_template/myproject/conf/common/urls/admin.py diff --git a/myproject/conf/common/urls/static.py b/django_startproject/project_template/myproject/conf/common/urls/static.py similarity index 100% rename from myproject/conf/common/urls/static.py rename to django_startproject/project_template/myproject/conf/common/urls/static.py diff --git a/django_startproject/project_template/myproject/conf/dev/__init__.py b/django_startproject/project_template/myproject/conf/dev/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/myproject/conf/dev/settings.py b/django_startproject/project_template/myproject/conf/dev/settings.py similarity index 100% rename from myproject/conf/dev/settings.py rename to django_startproject/project_template/myproject/conf/dev/settings.py diff --git a/myproject/conf/dev/urls.py b/django_startproject/project_template/myproject/conf/dev/urls.py similarity index 100% rename from myproject/conf/dev/urls.py rename to django_startproject/project_template/myproject/conf/dev/urls.py diff --git a/myproject/conf/settings.py b/django_startproject/project_template/myproject/conf/settings.py similarity index 100% rename from myproject/conf/settings.py rename to django_startproject/project_template/myproject/conf/settings.py diff --git a/myproject/conf/urls.py b/django_startproject/project_template/myproject/conf/urls.py similarity index 100% rename from myproject/conf/urls.py rename to django_startproject/project_template/myproject/conf/urls.py diff --git a/myproject/templates/400.html b/django_startproject/project_template/myproject/templates/400.html similarity index 100% rename from myproject/templates/400.html rename to django_startproject/project_template/myproject/templates/400.html diff --git a/myproject/templates/500.html b/django_startproject/project_template/myproject/templates/500.html similarity index 100% rename from myproject/templates/500.html rename to django_startproject/project_template/myproject/templates/500.html diff --git a/myproject/templates/base.html b/django_startproject/project_template/myproject/templates/base.html similarity index 100% rename from myproject/templates/base.html rename to django_startproject/project_template/myproject/templates/base.html diff --git a/requirements.pip b/django_startproject/project_template/requirements.pip similarity index 100% rename from requirements.pip rename to django_startproject/project_template/requirements.pip diff --git a/server_configs/dev/apache.conf b/django_startproject/project_template/server_configs/dev/apache.conf similarity index 100% rename from server_configs/dev/apache.conf rename to django_startproject/project_template/server_configs/dev/apache.conf diff --git a/server_configs/dev/django.wsgi b/django_startproject/project_template/server_configs/dev/django.wsgi similarity index 100% rename from server_configs/dev/django.wsgi rename to django_startproject/project_template/server_configs/dev/django.wsgi diff --git a/server_configs/dev/nginx.conf b/django_startproject/project_template/server_configs/dev/nginx.conf similarity index 100% rename from server_configs/dev/nginx.conf rename to django_startproject/project_template/server_configs/dev/nginx.conf diff --git a/setup.py b/django_startproject/project_template/setup.py similarity index 100% rename from setup.py rename to django_startproject/project_template/setup.py diff --git a/show_boilerplate.py b/django_startproject/show_boilerplate.py similarity index 100% rename from show_boilerplate.py rename to django_startproject/show_boilerplate.py