diff --git a/sample/__init__.py b/example/__init__.py similarity index 100% rename from sample/__init__.py rename to example/__init__.py diff --git a/sample/manage.py b/example/manage.py similarity index 100% rename from sample/manage.py rename to example/manage.py diff --git a/sample/settings.py b/example/settings.py similarity index 100% rename from sample/settings.py rename to example/settings.py diff --git a/sample/simpletext/__init__.py b/example/simpletext/__init__.py similarity index 100% rename from sample/simpletext/__init__.py rename to example/simpletext/__init__.py diff --git a/sample/simpletext/admin.py b/example/simpletext/admin.py similarity index 100% rename from sample/simpletext/admin.py rename to example/simpletext/admin.py diff --git a/sample/simpletext/models.py b/example/simpletext/models.py similarity index 100% rename from sample/simpletext/models.py rename to example/simpletext/models.py diff --git a/sample/simpletext/tests.py b/example/simpletext/tests.py similarity index 100% rename from sample/simpletext/tests.py rename to example/simpletext/tests.py diff --git a/sample/simpletext/views.py b/example/simpletext/views.py similarity index 100% rename from sample/simpletext/views.py rename to example/simpletext/views.py diff --git a/sample/urls.py b/example/urls.py similarity index 100% rename from sample/urls.py rename to example/urls.py