diff --git a/dashboard/assets/__init__.py b/apps/assets/__init__.py similarity index 100% rename from dashboard/assets/__init__.py rename to apps/assets/__init__.py diff --git a/dashboard/assets/api.py b/apps/assets/api.py similarity index 100% rename from dashboard/assets/api.py rename to apps/assets/api.py diff --git a/dashboard/assets/apps.py b/apps/assets/apps.py similarity index 100% rename from dashboard/assets/apps.py rename to apps/assets/apps.py diff --git a/dashboard/assets/migrations/__init__.py b/apps/assets/migrations/__init__.py similarity index 100% rename from dashboard/assets/migrations/__init__.py rename to apps/assets/migrations/__init__.py diff --git a/dashboard/assets/models.py b/apps/assets/models.py similarity index 100% rename from dashboard/assets/models.py rename to apps/assets/models.py diff --git a/dashboard/assets/static/assets/example.png b/apps/assets/static/assets/example.png similarity index 100% rename from dashboard/assets/static/assets/example.png rename to apps/assets/static/assets/example.png diff --git a/dashboard/assets/templates/assets/example.html b/apps/assets/templates/assets/example.html similarity index 100% rename from dashboard/assets/templates/assets/example.html rename to apps/assets/templates/assets/example.html diff --git a/dashboard/assets/templatetags/example_tags.py b/apps/assets/templatetags/example_tags.py similarity index 100% rename from dashboard/assets/templatetags/example_tags.py rename to apps/assets/templatetags/example_tags.py diff --git a/dashboard/assets/tests.py b/apps/assets/tests.py similarity index 100% rename from dashboard/assets/tests.py rename to apps/assets/tests.py diff --git a/dashboard/assets/urls.py b/apps/assets/urls.py similarity index 100% rename from dashboard/assets/urls.py rename to apps/assets/urls.py diff --git a/dashboard/assets/utils.py b/apps/assets/utils.py similarity index 100% rename from dashboard/assets/utils.py rename to apps/assets/utils.py diff --git a/dashboard/assets/views.py b/apps/assets/views.py similarity index 100% rename from dashboard/assets/views.py rename to apps/assets/views.py diff --git a/dashboard/audits/__init__.py b/apps/audits/__init__.py similarity index 100% rename from dashboard/audits/__init__.py rename to apps/audits/__init__.py diff --git a/dashboard/audits/api.py b/apps/audits/api.py similarity index 100% rename from dashboard/audits/api.py rename to apps/audits/api.py diff --git a/dashboard/audits/apps.py b/apps/audits/apps.py similarity index 100% rename from dashboard/audits/apps.py rename to apps/audits/apps.py diff --git a/dashboard/audits/migrations/__init__.py b/apps/audits/migrations/__init__.py similarity index 100% rename from dashboard/audits/migrations/__init__.py rename to apps/audits/migrations/__init__.py diff --git a/dashboard/audits/models.py b/apps/audits/models.py similarity index 100% rename from dashboard/audits/models.py rename to apps/audits/models.py diff --git a/dashboard/audits/templates/audits/example.html b/apps/audits/templates/audits/example.html similarity index 100% rename from dashboard/audits/templates/audits/example.html rename to apps/audits/templates/audits/example.html diff --git a/dashboard/audits/templatetags/example_tags.py b/apps/audits/templatetags/example_tags.py similarity index 100% rename from dashboard/audits/templatetags/example_tags.py rename to apps/audits/templatetags/example_tags.py diff --git a/dashboard/audits/tests.py b/apps/audits/tests.py similarity index 100% rename from dashboard/audits/tests.py rename to apps/audits/tests.py diff --git a/dashboard/audits/urls.py b/apps/audits/urls.py similarity index 100% rename from dashboard/audits/urls.py rename to apps/audits/urls.py diff --git a/dashboard/audits/utils.py b/apps/audits/utils.py similarity index 100% rename from dashboard/audits/utils.py rename to apps/audits/utils.py diff --git a/dashboard/audits/views.py b/apps/audits/views.py similarity index 100% rename from dashboard/audits/views.py rename to apps/audits/views.py diff --git a/dashboard/jumpserver/__init__.py b/apps/jumpserver/__init__.py similarity index 100% rename from dashboard/jumpserver/__init__.py rename to apps/jumpserver/__init__.py diff --git a/dashboard/jumpserver/settings.py b/apps/jumpserver/settings.py similarity index 100% rename from dashboard/jumpserver/settings.py rename to apps/jumpserver/settings.py diff --git a/dashboard/jumpserver/urls.py b/apps/jumpserver/urls.py similarity index 100% rename from dashboard/jumpserver/urls.py rename to apps/jumpserver/urls.py diff --git a/dashboard/jumpserver/wsgi.py b/apps/jumpserver/wsgi.py similarity index 100% rename from dashboard/jumpserver/wsgi.py rename to apps/jumpserver/wsgi.py diff --git a/dashboard/manage.py b/apps/manage.py similarity index 100% rename from dashboard/manage.py rename to apps/manage.py diff --git a/dashboard/ops/__init__.py b/apps/ops/__init__.py similarity index 100% rename from dashboard/ops/__init__.py rename to apps/ops/__init__.py diff --git a/dashboard/ops/api.py b/apps/ops/api.py similarity index 100% rename from dashboard/ops/api.py rename to apps/ops/api.py diff --git a/dashboard/ops/apps.py b/apps/ops/apps.py similarity index 100% rename from dashboard/ops/apps.py rename to apps/ops/apps.py diff --git a/dashboard/ops/migrations/__init__.py b/apps/ops/migrations/__init__.py similarity index 100% rename from dashboard/ops/migrations/__init__.py rename to apps/ops/migrations/__init__.py diff --git a/dashboard/ops/models.py b/apps/ops/models.py similarity index 100% rename from dashboard/ops/models.py rename to apps/ops/models.py diff --git a/dashboard/ops/tests.py b/apps/ops/tests.py similarity index 100% rename from dashboard/ops/tests.py rename to apps/ops/tests.py diff --git a/dashboard/ops/utils.py b/apps/ops/utils.py similarity index 100% rename from dashboard/ops/utils.py rename to apps/ops/utils.py diff --git a/dashboard/ops/views.py b/apps/ops/views.py similarity index 100% rename from dashboard/ops/views.py rename to apps/ops/views.py diff --git a/dashboard/perms/__init__.py b/apps/perms/__init__.py similarity index 100% rename from dashboard/perms/__init__.py rename to apps/perms/__init__.py diff --git a/dashboard/perms/api.py b/apps/perms/api.py similarity index 100% rename from dashboard/perms/api.py rename to apps/perms/api.py diff --git a/dashboard/perms/apps.py b/apps/perms/apps.py similarity index 100% rename from dashboard/perms/apps.py rename to apps/perms/apps.py diff --git a/dashboard/perms/migrations/__init__.py b/apps/perms/migrations/__init__.py similarity index 100% rename from dashboard/perms/migrations/__init__.py rename to apps/perms/migrations/__init__.py diff --git a/dashboard/perms/models.py b/apps/perms/models.py similarity index 100% rename from dashboard/perms/models.py rename to apps/perms/models.py diff --git a/dashboard/perms/templates/perms/example.html b/apps/perms/templates/perms/example.html similarity index 100% rename from dashboard/perms/templates/perms/example.html rename to apps/perms/templates/perms/example.html diff --git a/dashboard/perms/templatetags/perms/example_tags.py b/apps/perms/templatetags/perms/example_tags.py similarity index 100% rename from dashboard/perms/templatetags/perms/example_tags.py rename to apps/perms/templatetags/perms/example_tags.py diff --git a/dashboard/perms/tests.py b/apps/perms/tests.py similarity index 100% rename from dashboard/perms/tests.py rename to apps/perms/tests.py diff --git a/dashboard/perms/urls.py b/apps/perms/urls.py similarity index 100% rename from dashboard/perms/urls.py rename to apps/perms/urls.py diff --git a/dashboard/perms/utils.py b/apps/perms/utils.py similarity index 100% rename from dashboard/perms/utils.py rename to apps/perms/utils.py diff --git a/dashboard/perms/views.py b/apps/perms/views.py similarity index 100% rename from dashboard/perms/views.py rename to apps/perms/views.py diff --git a/dashboard/static/css/animate.css b/apps/static/css/animate.css similarity index 100% rename from dashboard/static/css/animate.css rename to apps/static/css/animate.css diff --git a/dashboard/static/css/bootstrap.min.css b/apps/static/css/bootstrap.min.css similarity index 100% rename from dashboard/static/css/bootstrap.min.css rename to apps/static/css/bootstrap.min.css diff --git a/dashboard/static/css/colorbox.css b/apps/static/css/colorbox.css similarity index 100% rename from dashboard/static/css/colorbox.css rename to apps/static/css/colorbox.css diff --git a/dashboard/static/css/dropzone/basic.css b/apps/static/css/dropzone/basic.css similarity index 100% rename from dashboard/static/css/dropzone/basic.css rename to apps/static/css/dropzone/basic.css diff --git a/dashboard/static/css/dropzone/dropzone.css b/apps/static/css/dropzone/dropzone.css similarity index 100% rename from dashboard/static/css/dropzone/dropzone.css rename to apps/static/css/dropzone/dropzone.css diff --git a/dashboard/static/css/font-awesome.css b/apps/static/css/font-awesome.css similarity index 100% rename from dashboard/static/css/font-awesome.css rename to apps/static/css/font-awesome.css diff --git a/dashboard/static/css/font-awesome.min.css b/apps/static/css/font-awesome.min.css similarity index 100% rename from dashboard/static/css/font-awesome.min.css rename to apps/static/css/font-awesome.min.css diff --git a/dashboard/static/css/images/controls.png b/apps/static/css/images/controls.png similarity index 100% rename from dashboard/static/css/images/controls.png rename to apps/static/css/images/controls.png diff --git a/dashboard/static/css/images/loading.gif b/apps/static/css/images/loading.gif similarity index 100% rename from dashboard/static/css/images/loading.gif rename to apps/static/css/images/loading.gif diff --git a/dashboard/static/css/magnific/magnific-popup.css b/apps/static/css/magnific/magnific-popup.css similarity index 100% rename from dashboard/static/css/magnific/magnific-popup.css rename to apps/static/css/magnific/magnific-popup.css diff --git a/dashboard/static/css/patterns/congruent_pentagon.png b/apps/static/css/patterns/congruent_pentagon.png similarity index 100% rename from dashboard/static/css/patterns/congruent_pentagon.png rename to apps/static/css/patterns/congruent_pentagon.png diff --git a/dashboard/static/css/patterns/header-profile-skin-1.png b/apps/static/css/patterns/header-profile-skin-1.png similarity index 100% rename from dashboard/static/css/patterns/header-profile-skin-1.png rename to apps/static/css/patterns/header-profile-skin-1.png diff --git a/dashboard/static/css/patterns/header-profile-skin-2.png b/apps/static/css/patterns/header-profile-skin-2.png similarity index 100% rename from dashboard/static/css/patterns/header-profile-skin-2.png rename to apps/static/css/patterns/header-profile-skin-2.png diff --git a/dashboard/static/css/patterns/header-profile-skin-3.png b/apps/static/css/patterns/header-profile-skin-3.png similarity index 100% rename from dashboard/static/css/patterns/header-profile-skin-3.png rename to apps/static/css/patterns/header-profile-skin-3.png diff --git a/dashboard/static/css/patterns/header-profile.png b/apps/static/css/patterns/header-profile.png similarity index 100% rename from dashboard/static/css/patterns/header-profile.png rename to apps/static/css/patterns/header-profile.png diff --git a/dashboard/static/css/patterns/otis_redding.png b/apps/static/css/patterns/otis_redding.png similarity index 100% rename from dashboard/static/css/patterns/otis_redding.png rename to apps/static/css/patterns/otis_redding.png diff --git a/dashboard/static/css/patterns/shattered.png b/apps/static/css/patterns/shattered.png similarity index 100% rename from dashboard/static/css/patterns/shattered.png rename to apps/static/css/patterns/shattered.png diff --git a/dashboard/static/css/patterns/triangular.png b/apps/static/css/patterns/triangular.png similarity index 100% rename from dashboard/static/css/patterns/triangular.png rename to apps/static/css/patterns/triangular.png diff --git a/dashboard/static/css/plugins/bootstrap.min.css b/apps/static/css/plugins/bootstrap.min.css similarity index 100% rename from dashboard/static/css/plugins/bootstrap.min.css rename to apps/static/css/plugins/bootstrap.min.css diff --git a/dashboard/static/css/plugins/chosen/chosen-sprite.png b/apps/static/css/plugins/chosen/chosen-sprite.png similarity index 100% rename from dashboard/static/css/plugins/chosen/chosen-sprite.png rename to apps/static/css/plugins/chosen/chosen-sprite.png diff --git a/dashboard/static/css/plugins/chosen/chosen-sprite@2x.png b/apps/static/css/plugins/chosen/chosen-sprite@2x.png similarity index 100% rename from dashboard/static/css/plugins/chosen/chosen-sprite@2x.png rename to apps/static/css/plugins/chosen/chosen-sprite@2x.png diff --git a/dashboard/static/css/plugins/chosen/chosen.css b/apps/static/css/plugins/chosen/chosen.css similarity index 100% rename from dashboard/static/css/plugins/chosen/chosen.css rename to apps/static/css/plugins/chosen/chosen.css diff --git a/dashboard/static/css/plugins/datepicker/datepicker3.css b/apps/static/css/plugins/datepicker/datepicker3.css similarity index 100% rename from dashboard/static/css/plugins/datepicker/datepicker3.css rename to apps/static/css/plugins/datepicker/datepicker3.css diff --git a/dashboard/static/css/plugins/dropzone/basic.css b/apps/static/css/plugins/dropzone/basic.css similarity index 100% rename from dashboard/static/css/plugins/dropzone/basic.css rename to apps/static/css/plugins/dropzone/basic.css diff --git a/dashboard/static/css/plugins/dropzone/dropzone.css b/apps/static/css/plugins/dropzone/dropzone.css similarity index 100% rename from dashboard/static/css/plugins/dropzone/dropzone.css rename to apps/static/css/plugins/dropzone/dropzone.css diff --git a/dashboard/static/css/plugins/fullcalendar/fullcalendar.css b/apps/static/css/plugins/fullcalendar/fullcalendar.css similarity index 100% rename from dashboard/static/css/plugins/fullcalendar/fullcalendar.css rename to apps/static/css/plugins/fullcalendar/fullcalendar.css diff --git a/dashboard/static/css/plugins/fullcalendar/fullcalendar.print.css b/apps/static/css/plugins/fullcalendar/fullcalendar.print.css similarity index 100% rename from dashboard/static/css/plugins/fullcalendar/fullcalendar.print.css rename to apps/static/css/plugins/fullcalendar/fullcalendar.print.css diff --git a/dashboard/static/css/plugins/iCheck/custom.css b/apps/static/css/plugins/iCheck/custom.css similarity index 100% rename from dashboard/static/css/plugins/iCheck/custom.css rename to apps/static/css/plugins/iCheck/custom.css diff --git a/dashboard/static/css/plugins/iCheck/green.png b/apps/static/css/plugins/iCheck/green.png similarity index 100% rename from dashboard/static/css/plugins/iCheck/green.png rename to apps/static/css/plugins/iCheck/green.png diff --git a/dashboard/static/css/plugins/iCheck/green@2x.png b/apps/static/css/plugins/iCheck/green@2x.png similarity index 100% rename from dashboard/static/css/plugins/iCheck/green@2x.png rename to apps/static/css/plugins/iCheck/green@2x.png diff --git a/dashboard/static/css/plugins/images/bootstrap-colorpicker/alpha-horizontal.png b/apps/static/css/plugins/images/bootstrap-colorpicker/alpha-horizontal.png similarity index 100% rename from dashboard/static/css/plugins/images/bootstrap-colorpicker/alpha-horizontal.png rename to apps/static/css/plugins/images/bootstrap-colorpicker/alpha-horizontal.png diff --git a/dashboard/static/css/plugins/images/bootstrap-colorpicker/alpha.png b/apps/static/css/plugins/images/bootstrap-colorpicker/alpha.png similarity index 100% rename from dashboard/static/css/plugins/images/bootstrap-colorpicker/alpha.png rename to apps/static/css/plugins/images/bootstrap-colorpicker/alpha.png diff --git a/dashboard/static/css/plugins/images/bootstrap-colorpicker/hue-horizontal.png b/apps/static/css/plugins/images/bootstrap-colorpicker/hue-horizontal.png similarity index 100% rename from dashboard/static/css/plugins/images/bootstrap-colorpicker/hue-horizontal.png rename to apps/static/css/plugins/images/bootstrap-colorpicker/hue-horizontal.png diff --git a/dashboard/static/css/plugins/images/bootstrap-colorpicker/hue.png b/apps/static/css/plugins/images/bootstrap-colorpicker/hue.png similarity index 100% rename from dashboard/static/css/plugins/images/bootstrap-colorpicker/hue.png rename to apps/static/css/plugins/images/bootstrap-colorpicker/hue.png diff --git a/dashboard/static/css/plugins/images/bootstrap-colorpicker/saturation.png b/apps/static/css/plugins/images/bootstrap-colorpicker/saturation.png similarity index 100% rename from dashboard/static/css/plugins/images/bootstrap-colorpicker/saturation.png rename to apps/static/css/plugins/images/bootstrap-colorpicker/saturation.png diff --git a/dashboard/static/css/plugins/images/sort.png b/apps/static/css/plugins/images/sort.png similarity index 100% rename from dashboard/static/css/plugins/images/sort.png rename to apps/static/css/plugins/images/sort.png diff --git a/dashboard/static/css/plugins/images/sort_asc.png b/apps/static/css/plugins/images/sort_asc.png similarity index 100% rename from dashboard/static/css/plugins/images/sort_asc.png rename to apps/static/css/plugins/images/sort_asc.png diff --git a/dashboard/static/css/plugins/images/sort_desc.png b/apps/static/css/plugins/images/sort_desc.png similarity index 100% rename from dashboard/static/css/plugins/images/sort_desc.png rename to apps/static/css/plugins/images/sort_desc.png diff --git a/dashboard/static/css/plugins/images/sprite-skin-flat.png b/apps/static/css/plugins/images/sprite-skin-flat.png similarity index 100% rename from dashboard/static/css/plugins/images/sprite-skin-flat.png rename to apps/static/css/plugins/images/sprite-skin-flat.png diff --git a/dashboard/static/css/plugins/images/sprite-skin-flat2.png b/apps/static/css/plugins/images/sprite-skin-flat2.png similarity index 100% rename from dashboard/static/css/plugins/images/sprite-skin-flat2.png rename to apps/static/css/plugins/images/sprite-skin-flat2.png diff --git a/dashboard/static/css/plugins/images/sprite-skin-nice.png b/apps/static/css/plugins/images/sprite-skin-nice.png similarity index 100% rename from dashboard/static/css/plugins/images/sprite-skin-nice.png rename to apps/static/css/plugins/images/sprite-skin-nice.png diff --git a/dashboard/static/css/plugins/images/sprite-skin-simple.png b/apps/static/css/plugins/images/sprite-skin-simple.png similarity index 100% rename from dashboard/static/css/plugins/images/sprite-skin-simple.png rename to apps/static/css/plugins/images/sprite-skin-simple.png diff --git a/dashboard/static/css/plugins/images/spritemap.png b/apps/static/css/plugins/images/spritemap.png similarity index 100% rename from dashboard/static/css/plugins/images/spritemap.png rename to apps/static/css/plugins/images/spritemap.png diff --git a/dashboard/static/css/plugins/images/spritemap@2x.png b/apps/static/css/plugins/images/spritemap@2x.png similarity index 100% rename from dashboard/static/css/plugins/images/spritemap@2x.png rename to apps/static/css/plugins/images/spritemap@2x.png diff --git a/dashboard/static/css/plugins/steps/jquery.steps.css b/apps/static/css/plugins/steps/jquery.steps.css similarity index 100% rename from dashboard/static/css/plugins/steps/jquery.steps.css rename to apps/static/css/plugins/steps/jquery.steps.css diff --git a/dashboard/static/css/style.css b/apps/static/css/style.css similarity index 100% rename from dashboard/static/css/style.css rename to apps/static/css/style.css diff --git a/dashboard/static/css/vaildator/images/loading.gif b/apps/static/css/vaildator/images/loading.gif similarity index 100% rename from dashboard/static/css/vaildator/images/loading.gif rename to apps/static/css/vaildator/images/loading.gif diff --git a/dashboard/static/css/vaildator/images/validator_default.png b/apps/static/css/vaildator/images/validator_default.png similarity index 100% rename from dashboard/static/css/vaildator/images/validator_default.png rename to apps/static/css/vaildator/images/validator_default.png diff --git a/dashboard/static/css/vaildator/images/validator_simple.png b/apps/static/css/vaildator/images/validator_simple.png similarity index 100% rename from dashboard/static/css/vaildator/images/validator_simple.png rename to apps/static/css/vaildator/images/validator_simple.png diff --git a/dashboard/static/css/vaildator/jquery.validator.css b/apps/static/css/vaildator/jquery.validator.css similarity index 100% rename from dashboard/static/css/vaildator/jquery.validator.css rename to apps/static/css/vaildator/jquery.validator.css diff --git a/dashboard/static/fonts/FontAwesome.otf b/apps/static/fonts/FontAwesome.otf similarity index 100% rename from dashboard/static/fonts/FontAwesome.otf rename to apps/static/fonts/FontAwesome.otf diff --git a/dashboard/static/fonts/fontawesome-webfont.eot b/apps/static/fonts/fontawesome-webfont.eot similarity index 100% rename from dashboard/static/fonts/fontawesome-webfont.eot rename to apps/static/fonts/fontawesome-webfont.eot diff --git a/dashboard/static/fonts/fontawesome-webfont.svg b/apps/static/fonts/fontawesome-webfont.svg similarity index 100% rename from dashboard/static/fonts/fontawesome-webfont.svg rename to apps/static/fonts/fontawesome-webfont.svg diff --git a/dashboard/static/fonts/fontawesome-webfont.ttf b/apps/static/fonts/fontawesome-webfont.ttf similarity index 100% rename from dashboard/static/fonts/fontawesome-webfont.ttf rename to apps/static/fonts/fontawesome-webfont.ttf diff --git a/dashboard/static/fonts/fontawesome-webfont.woff b/apps/static/fonts/fontawesome-webfont.woff similarity index 100% rename from dashboard/static/fonts/fontawesome-webfont.woff rename to apps/static/fonts/fontawesome-webfont.woff diff --git a/dashboard/static/fonts/fontawesome-webfont.woff2 b/apps/static/fonts/fontawesome-webfont.woff2 similarity index 100% rename from dashboard/static/fonts/fontawesome-webfont.woff2 rename to apps/static/fonts/fontawesome-webfont.woff2 diff --git a/dashboard/static/img/facio.ico b/apps/static/img/facio.ico similarity index 100% rename from dashboard/static/img/facio.ico rename to apps/static/img/facio.ico diff --git a/dashboard/static/img/root.png b/apps/static/img/root.png similarity index 100% rename from dashboard/static/img/root.png rename to apps/static/img/root.png diff --git a/dashboard/static/js/angular-route.min.js b/apps/static/js/angular-route.min.js similarity index 100% rename from dashboard/static/js/angular-route.min.js rename to apps/static/js/angular-route.min.js diff --git a/dashboard/static/js/angular.min.js b/apps/static/js/angular.min.js similarity index 100% rename from dashboard/static/js/angular.min.js rename to apps/static/js/angular.min.js diff --git a/dashboard/static/js/base.js b/apps/static/js/base.js similarity index 100% rename from dashboard/static/js/base.js rename to apps/static/js/base.js diff --git a/dashboard/static/js/bootstrap-dialog.js b/apps/static/js/bootstrap-dialog.js similarity index 100% rename from dashboard/static/js/bootstrap-dialog.js rename to apps/static/js/bootstrap-dialog.js diff --git a/dashboard/static/js/bootstrap.min.js b/apps/static/js/bootstrap.min.js similarity index 100% rename from dashboard/static/js/bootstrap.min.js rename to apps/static/js/bootstrap.min.js diff --git a/dashboard/static/js/cropper/cropper.min.js b/apps/static/js/cropper/cropper.min.js similarity index 100% rename from dashboard/static/js/cropper/cropper.min.js rename to apps/static/js/cropper/cropper.min.js diff --git a/dashboard/static/js/datapicker/bootstrap-datepicker.js b/apps/static/js/datapicker/bootstrap-datepicker.js similarity index 100% rename from dashboard/static/js/datapicker/bootstrap-datepicker.js rename to apps/static/js/datapicker/bootstrap-datepicker.js diff --git a/dashboard/static/js/demo/peity-demo.js b/apps/static/js/demo/peity-demo.js similarity index 100% rename from dashboard/static/js/demo/peity-demo.js rename to apps/static/js/demo/peity-demo.js diff --git a/dashboard/static/js/dropzone/dropzone.js b/apps/static/js/dropzone/dropzone.js similarity index 100% rename from dashboard/static/js/dropzone/dropzone.js rename to apps/static/js/dropzone/dropzone.js diff --git a/dashboard/static/js/echarts/chart/bar.js b/apps/static/js/echarts/chart/bar.js similarity index 100% rename from dashboard/static/js/echarts/chart/bar.js rename to apps/static/js/echarts/chart/bar.js diff --git a/dashboard/static/js/echarts/chart/chord.js b/apps/static/js/echarts/chart/chord.js similarity index 100% rename from dashboard/static/js/echarts/chart/chord.js rename to apps/static/js/echarts/chart/chord.js diff --git a/dashboard/static/js/echarts/chart/eventRiver.js b/apps/static/js/echarts/chart/eventRiver.js similarity index 100% rename from dashboard/static/js/echarts/chart/eventRiver.js rename to apps/static/js/echarts/chart/eventRiver.js diff --git a/dashboard/static/js/echarts/chart/force.js b/apps/static/js/echarts/chart/force.js similarity index 100% rename from dashboard/static/js/echarts/chart/force.js rename to apps/static/js/echarts/chart/force.js diff --git a/dashboard/static/js/echarts/chart/funnel.js b/apps/static/js/echarts/chart/funnel.js similarity index 100% rename from dashboard/static/js/echarts/chart/funnel.js rename to apps/static/js/echarts/chart/funnel.js diff --git a/dashboard/static/js/echarts/chart/gauge.js b/apps/static/js/echarts/chart/gauge.js similarity index 100% rename from dashboard/static/js/echarts/chart/gauge.js rename to apps/static/js/echarts/chart/gauge.js diff --git a/dashboard/static/js/echarts/chart/heatmap.js b/apps/static/js/echarts/chart/heatmap.js similarity index 100% rename from dashboard/static/js/echarts/chart/heatmap.js rename to apps/static/js/echarts/chart/heatmap.js diff --git a/dashboard/static/js/echarts/chart/k.js b/apps/static/js/echarts/chart/k.js similarity index 100% rename from dashboard/static/js/echarts/chart/k.js rename to apps/static/js/echarts/chart/k.js diff --git a/dashboard/static/js/echarts/chart/line.js b/apps/static/js/echarts/chart/line.js similarity index 100% rename from dashboard/static/js/echarts/chart/line.js rename to apps/static/js/echarts/chart/line.js diff --git a/dashboard/static/js/echarts/chart/map.js b/apps/static/js/echarts/chart/map.js similarity index 100% rename from dashboard/static/js/echarts/chart/map.js rename to apps/static/js/echarts/chart/map.js diff --git a/dashboard/static/js/echarts/chart/pie.js b/apps/static/js/echarts/chart/pie.js similarity index 100% rename from dashboard/static/js/echarts/chart/pie.js rename to apps/static/js/echarts/chart/pie.js diff --git a/dashboard/static/js/echarts/chart/radar.js b/apps/static/js/echarts/chart/radar.js similarity index 100% rename from dashboard/static/js/echarts/chart/radar.js rename to apps/static/js/echarts/chart/radar.js diff --git a/dashboard/static/js/echarts/chart/scatter.js b/apps/static/js/echarts/chart/scatter.js similarity index 100% rename from dashboard/static/js/echarts/chart/scatter.js rename to apps/static/js/echarts/chart/scatter.js diff --git a/dashboard/static/js/echarts/chart/tree.js b/apps/static/js/echarts/chart/tree.js similarity index 100% rename from dashboard/static/js/echarts/chart/tree.js rename to apps/static/js/echarts/chart/tree.js diff --git a/dashboard/static/js/echarts/chart/treemap.js b/apps/static/js/echarts/chart/treemap.js similarity index 100% rename from dashboard/static/js/echarts/chart/treemap.js rename to apps/static/js/echarts/chart/treemap.js diff --git a/dashboard/static/js/echarts/chart/venn.js b/apps/static/js/echarts/chart/venn.js similarity index 100% rename from dashboard/static/js/echarts/chart/venn.js rename to apps/static/js/echarts/chart/venn.js diff --git a/dashboard/static/js/echarts/chart/wordCloud.js b/apps/static/js/echarts/chart/wordCloud.js similarity index 100% rename from dashboard/static/js/echarts/chart/wordCloud.js rename to apps/static/js/echarts/chart/wordCloud.js diff --git a/dashboard/static/js/echarts/echarts-all.js b/apps/static/js/echarts/echarts-all.js similarity index 100% rename from dashboard/static/js/echarts/echarts-all.js rename to apps/static/js/echarts/echarts-all.js diff --git a/dashboard/static/js/echarts/echarts.js b/apps/static/js/echarts/echarts.js similarity index 100% rename from dashboard/static/js/echarts/echarts.js rename to apps/static/js/echarts/echarts.js diff --git a/dashboard/static/js/highcharts/adapters/standalone-framework.js b/apps/static/js/highcharts/adapters/standalone-framework.js similarity index 100% rename from dashboard/static/js/highcharts/adapters/standalone-framework.js rename to apps/static/js/highcharts/adapters/standalone-framework.js diff --git a/dashboard/static/js/highcharts/adapters/standalone-framework.src.js b/apps/static/js/highcharts/adapters/standalone-framework.src.js similarity index 100% rename from dashboard/static/js/highcharts/adapters/standalone-framework.src.js rename to apps/static/js/highcharts/adapters/standalone-framework.src.js diff --git a/dashboard/static/js/highcharts/highcharts-3d.js b/apps/static/js/highcharts/highcharts-3d.js similarity index 100% rename from dashboard/static/js/highcharts/highcharts-3d.js rename to apps/static/js/highcharts/highcharts-3d.js diff --git a/dashboard/static/js/highcharts/highcharts-3d.src.js b/apps/static/js/highcharts/highcharts-3d.src.js similarity index 100% rename from dashboard/static/js/highcharts/highcharts-3d.src.js rename to apps/static/js/highcharts/highcharts-3d.src.js diff --git a/dashboard/static/js/highcharts/highcharts-all.js b/apps/static/js/highcharts/highcharts-all.js similarity index 100% rename from dashboard/static/js/highcharts/highcharts-all.js rename to apps/static/js/highcharts/highcharts-all.js diff --git a/dashboard/static/js/highcharts/highcharts-more.js b/apps/static/js/highcharts/highcharts-more.js similarity index 100% rename from dashboard/static/js/highcharts/highcharts-more.js rename to apps/static/js/highcharts/highcharts-more.js diff --git a/dashboard/static/js/highcharts/highcharts-more.src.js b/apps/static/js/highcharts/highcharts-more.src.js similarity index 100% rename from dashboard/static/js/highcharts/highcharts-more.src.js rename to apps/static/js/highcharts/highcharts-more.src.js diff --git a/dashboard/static/js/highcharts/highcharts.js b/apps/static/js/highcharts/highcharts.js similarity index 100% rename from dashboard/static/js/highcharts/highcharts.js rename to apps/static/js/highcharts/highcharts.js diff --git a/dashboard/static/js/highcharts/highcharts.src.js b/apps/static/js/highcharts/highcharts.src.js similarity index 100% rename from dashboard/static/js/highcharts/highcharts.src.js rename to apps/static/js/highcharts/highcharts.src.js diff --git a/dashboard/static/js/highcharts/modules/canvas-tools.js b/apps/static/js/highcharts/modules/canvas-tools.js similarity index 100% rename from dashboard/static/js/highcharts/modules/canvas-tools.js rename to apps/static/js/highcharts/modules/canvas-tools.js diff --git a/dashboard/static/js/highcharts/modules/canvas-tools.src.js b/apps/static/js/highcharts/modules/canvas-tools.src.js similarity index 100% rename from dashboard/static/js/highcharts/modules/canvas-tools.src.js rename to apps/static/js/highcharts/modules/canvas-tools.src.js diff --git a/dashboard/static/js/highcharts/modules/data.js b/apps/static/js/highcharts/modules/data.js similarity index 100% rename from dashboard/static/js/highcharts/modules/data.js rename to apps/static/js/highcharts/modules/data.js diff --git a/dashboard/static/js/highcharts/modules/data.src.js b/apps/static/js/highcharts/modules/data.src.js similarity index 100% rename from dashboard/static/js/highcharts/modules/data.src.js rename to apps/static/js/highcharts/modules/data.src.js diff --git a/dashboard/static/js/highcharts/modules/drilldown.js b/apps/static/js/highcharts/modules/drilldown.js similarity index 100% rename from dashboard/static/js/highcharts/modules/drilldown.js rename to apps/static/js/highcharts/modules/drilldown.js diff --git a/dashboard/static/js/highcharts/modules/drilldown.src.js b/apps/static/js/highcharts/modules/drilldown.src.js similarity index 100% rename from dashboard/static/js/highcharts/modules/drilldown.src.js rename to apps/static/js/highcharts/modules/drilldown.src.js diff --git a/dashboard/static/js/highcharts/modules/exporting.js b/apps/static/js/highcharts/modules/exporting.js similarity index 100% rename from dashboard/static/js/highcharts/modules/exporting.js rename to apps/static/js/highcharts/modules/exporting.js diff --git a/dashboard/static/js/highcharts/modules/exporting.src.js b/apps/static/js/highcharts/modules/exporting.src.js similarity index 100% rename from dashboard/static/js/highcharts/modules/exporting.src.js rename to apps/static/js/highcharts/modules/exporting.src.js diff --git a/dashboard/static/js/highcharts/modules/funnel.js b/apps/static/js/highcharts/modules/funnel.js similarity index 100% rename from dashboard/static/js/highcharts/modules/funnel.js rename to apps/static/js/highcharts/modules/funnel.js diff --git a/dashboard/static/js/highcharts/modules/funnel.src.js b/apps/static/js/highcharts/modules/funnel.src.js similarity index 100% rename from dashboard/static/js/highcharts/modules/funnel.src.js rename to apps/static/js/highcharts/modules/funnel.src.js diff --git a/dashboard/static/js/highcharts/modules/heatmap.js b/apps/static/js/highcharts/modules/heatmap.js similarity index 100% rename from dashboard/static/js/highcharts/modules/heatmap.js rename to apps/static/js/highcharts/modules/heatmap.js diff --git a/dashboard/static/js/highcharts/modules/heatmap.src.js b/apps/static/js/highcharts/modules/heatmap.src.js similarity index 100% rename from dashboard/static/js/highcharts/modules/heatmap.src.js rename to apps/static/js/highcharts/modules/heatmap.src.js diff --git a/dashboard/static/js/highcharts/modules/no-data-to-display.js b/apps/static/js/highcharts/modules/no-data-to-display.js similarity index 100% rename from dashboard/static/js/highcharts/modules/no-data-to-display.js rename to apps/static/js/highcharts/modules/no-data-to-display.js diff --git a/dashboard/static/js/highcharts/modules/no-data-to-display.src.js b/apps/static/js/highcharts/modules/no-data-to-display.src.js similarity index 100% rename from dashboard/static/js/highcharts/modules/no-data-to-display.src.js rename to apps/static/js/highcharts/modules/no-data-to-display.src.js diff --git a/dashboard/static/js/highcharts/modules/solid-gauge.js b/apps/static/js/highcharts/modules/solid-gauge.js similarity index 100% rename from dashboard/static/js/highcharts/modules/solid-gauge.js rename to apps/static/js/highcharts/modules/solid-gauge.js diff --git a/dashboard/static/js/highcharts/modules/solid-gauge.src.js b/apps/static/js/highcharts/modules/solid-gauge.src.js similarity index 100% rename from dashboard/static/js/highcharts/modules/solid-gauge.src.js rename to apps/static/js/highcharts/modules/solid-gauge.src.js diff --git a/dashboard/static/js/highcharts/themes/dark-blue.js b/apps/static/js/highcharts/themes/dark-blue.js similarity index 100% rename from dashboard/static/js/highcharts/themes/dark-blue.js rename to apps/static/js/highcharts/themes/dark-blue.js diff --git a/dashboard/static/js/highcharts/themes/dark-green.js b/apps/static/js/highcharts/themes/dark-green.js similarity index 100% rename from dashboard/static/js/highcharts/themes/dark-green.js rename to apps/static/js/highcharts/themes/dark-green.js diff --git a/dashboard/static/js/highcharts/themes/dark-unica.js b/apps/static/js/highcharts/themes/dark-unica.js similarity index 100% rename from dashboard/static/js/highcharts/themes/dark-unica.js rename to apps/static/js/highcharts/themes/dark-unica.js diff --git a/dashboard/static/js/highcharts/themes/gray.js b/apps/static/js/highcharts/themes/gray.js similarity index 100% rename from dashboard/static/js/highcharts/themes/gray.js rename to apps/static/js/highcharts/themes/gray.js diff --git a/dashboard/static/js/highcharts/themes/grid-light.js b/apps/static/js/highcharts/themes/grid-light.js similarity index 100% rename from dashboard/static/js/highcharts/themes/grid-light.js rename to apps/static/js/highcharts/themes/grid-light.js diff --git a/dashboard/static/js/highcharts/themes/grid.js b/apps/static/js/highcharts/themes/grid.js similarity index 100% rename from dashboard/static/js/highcharts/themes/grid.js rename to apps/static/js/highcharts/themes/grid.js diff --git a/dashboard/static/js/highcharts/themes/sand-signika.js b/apps/static/js/highcharts/themes/sand-signika.js similarity index 100% rename from dashboard/static/js/highcharts/themes/sand-signika.js rename to apps/static/js/highcharts/themes/sand-signika.js diff --git a/dashboard/static/js/highcharts/themes/skies.js b/apps/static/js/highcharts/themes/skies.js similarity index 100% rename from dashboard/static/js/highcharts/themes/skies.js rename to apps/static/js/highcharts/themes/skies.js diff --git a/dashboard/static/js/inspinia.js b/apps/static/js/inspinia.js similarity index 100% rename from dashboard/static/js/inspinia.js rename to apps/static/js/inspinia.js diff --git a/dashboard/static/js/jquery-2.1.1.js b/apps/static/js/jquery-2.1.1.js similarity index 100% rename from dashboard/static/js/jquery-2.1.1.js rename to apps/static/js/jquery-2.1.1.js diff --git a/dashboard/static/js/jquery-ui-1.10.4.min.js b/apps/static/js/jquery-ui-1.10.4.min.js similarity index 100% rename from dashboard/static/js/jquery-ui-1.10.4.min.js rename to apps/static/js/jquery-ui-1.10.4.min.js diff --git a/dashboard/static/js/jquery-ui.custom.min.js b/apps/static/js/jquery-ui.custom.min.js similarity index 100% rename from dashboard/static/js/jquery-ui.custom.min.js rename to apps/static/js/jquery-ui.custom.min.js diff --git a/dashboard/static/js/jquery.colorbox.js b/apps/static/js/jquery.colorbox.js similarity index 100% rename from dashboard/static/js/jquery.colorbox.js rename to apps/static/js/jquery.colorbox.js diff --git a/dashboard/static/js/jquery.shiftcheckbox.js b/apps/static/js/jquery.shiftcheckbox.js similarity index 100% rename from dashboard/static/js/jquery.shiftcheckbox.js rename to apps/static/js/jquery.shiftcheckbox.js diff --git a/dashboard/static/js/layer/extend/layer.ext.js b/apps/static/js/layer/extend/layer.ext.js similarity index 100% rename from dashboard/static/js/layer/extend/layer.ext.js rename to apps/static/js/layer/extend/layer.ext.js diff --git a/dashboard/static/js/layer/layer.js b/apps/static/js/layer/layer.js similarity index 100% rename from dashboard/static/js/layer/layer.js rename to apps/static/js/layer/layer.js diff --git a/dashboard/static/js/layer/skin/default/icon-ext.png b/apps/static/js/layer/skin/default/icon-ext.png similarity index 100% rename from dashboard/static/js/layer/skin/default/icon-ext.png rename to apps/static/js/layer/skin/default/icon-ext.png diff --git a/dashboard/static/js/layer/skin/default/icon.png b/apps/static/js/layer/skin/default/icon.png similarity index 100% rename from dashboard/static/js/layer/skin/default/icon.png rename to apps/static/js/layer/skin/default/icon.png diff --git a/dashboard/static/js/layer/skin/default/loading-0.gif b/apps/static/js/layer/skin/default/loading-0.gif similarity index 100% rename from dashboard/static/js/layer/skin/default/loading-0.gif rename to apps/static/js/layer/skin/default/loading-0.gif diff --git a/dashboard/static/js/layer/skin/default/loading-1.gif b/apps/static/js/layer/skin/default/loading-1.gif similarity index 100% rename from dashboard/static/js/layer/skin/default/loading-1.gif rename to apps/static/js/layer/skin/default/loading-1.gif diff --git a/dashboard/static/js/layer/skin/default/loading-2.gif b/apps/static/js/layer/skin/default/loading-2.gif similarity index 100% rename from dashboard/static/js/layer/skin/default/loading-2.gif rename to apps/static/js/layer/skin/default/loading-2.gif diff --git a/dashboard/static/js/layer/skin/layer.css b/apps/static/js/layer/skin/layer.css similarity index 100% rename from dashboard/static/js/layer/skin/layer.css rename to apps/static/js/layer/skin/layer.css diff --git a/dashboard/static/js/layer/skin/layer.ext.css b/apps/static/js/layer/skin/layer.ext.css similarity index 100% rename from dashboard/static/js/layer/skin/layer.ext.css rename to apps/static/js/layer/skin/layer.ext.css diff --git a/dashboard/static/js/magnific/jquery.magnific-popup.min.js b/apps/static/js/magnific/jquery.magnific-popup.min.js similarity index 100% rename from dashboard/static/js/magnific/jquery.magnific-popup.min.js rename to apps/static/js/magnific/jquery.magnific-popup.min.js diff --git a/dashboard/static/js/mindmup-editabletable.js b/apps/static/js/mindmup-editabletable.js similarity index 100% rename from dashboard/static/js/mindmup-editabletable.js rename to apps/static/js/mindmup-editabletable.js diff --git a/dashboard/static/js/plugins/chosen/chosen.jquery.js b/apps/static/js/plugins/chosen/chosen.jquery.js similarity index 100% rename from dashboard/static/js/plugins/chosen/chosen.jquery.js rename to apps/static/js/plugins/chosen/chosen.jquery.js diff --git a/dashboard/static/js/plugins/fullcalendar/fullcalendar.min.js b/apps/static/js/plugins/fullcalendar/fullcalendar.min.js similarity index 100% rename from dashboard/static/js/plugins/fullcalendar/fullcalendar.min.js rename to apps/static/js/plugins/fullcalendar/fullcalendar.min.js diff --git a/dashboard/static/js/plugins/fullcalendar/moment.min.js b/apps/static/js/plugins/fullcalendar/moment.min.js similarity index 100% rename from dashboard/static/js/plugins/fullcalendar/moment.min.js rename to apps/static/js/plugins/fullcalendar/moment.min.js diff --git a/dashboard/static/js/plugins/iCheck/icheck.min.js b/apps/static/js/plugins/iCheck/icheck.min.js similarity index 100% rename from dashboard/static/js/plugins/iCheck/icheck.min.js rename to apps/static/js/plugins/iCheck/icheck.min.js diff --git a/dashboard/static/js/plugins/metisMenu/jquery.metisMenu.js b/apps/static/js/plugins/metisMenu/jquery.metisMenu.js similarity index 100% rename from dashboard/static/js/plugins/metisMenu/jquery.metisMenu.js rename to apps/static/js/plugins/metisMenu/jquery.metisMenu.js diff --git a/dashboard/static/js/plugins/pace/pace.min.js b/apps/static/js/plugins/pace/pace.min.js similarity index 100% rename from dashboard/static/js/plugins/pace/pace.min.js rename to apps/static/js/plugins/pace/pace.min.js diff --git a/dashboard/static/js/plugins/peity/jquery.peity.min.js b/apps/static/js/plugins/peity/jquery.peity.min.js similarity index 100% rename from dashboard/static/js/plugins/peity/jquery.peity.min.js rename to apps/static/js/plugins/peity/jquery.peity.min.js diff --git a/dashboard/static/js/plugins/slimscroll/jquery.slimscroll.js b/apps/static/js/plugins/slimscroll/jquery.slimscroll.js similarity index 100% rename from dashboard/static/js/plugins/slimscroll/jquery.slimscroll.js rename to apps/static/js/plugins/slimscroll/jquery.slimscroll.js diff --git a/dashboard/static/js/plugins/slimscroll/jquery.slimscroll.min.js b/apps/static/js/plugins/slimscroll/jquery.slimscroll.min.js similarity index 100% rename from dashboard/static/js/plugins/slimscroll/jquery.slimscroll.min.js rename to apps/static/js/plugins/slimscroll/jquery.slimscroll.min.js diff --git a/dashboard/static/js/plugins/steps/jquery.steps.min.js b/apps/static/js/plugins/steps/jquery.steps.min.js similarity index 100% rename from dashboard/static/js/plugins/steps/jquery.steps.min.js rename to apps/static/js/plugins/steps/jquery.steps.min.js diff --git a/dashboard/static/js/plugins/validate/jquery.validate.min.js b/apps/static/js/plugins/validate/jquery.validate.min.js similarity index 100% rename from dashboard/static/js/plugins/validate/jquery.validate.min.js rename to apps/static/js/plugins/validate/jquery.validate.min.js diff --git a/dashboard/static/js/record.js b/apps/static/js/record.js similarity index 100% rename from dashboard/static/js/record.js rename to apps/static/js/record.js diff --git a/dashboard/static/js/term.js b/apps/static/js/term.js similarity index 100% rename from dashboard/static/js/term.js rename to apps/static/js/term.js diff --git a/dashboard/static/js/validator/images/loading.gif b/apps/static/js/validator/images/loading.gif similarity index 100% rename from dashboard/static/js/validator/images/loading.gif rename to apps/static/js/validator/images/loading.gif diff --git a/dashboard/static/js/validator/images/validator_default.png b/apps/static/js/validator/images/validator_default.png similarity index 100% rename from dashboard/static/js/validator/images/validator_default.png rename to apps/static/js/validator/images/validator_default.png diff --git a/dashboard/static/js/validator/images/validator_simple.png b/apps/static/js/validator/images/validator_simple.png similarity index 100% rename from dashboard/static/js/validator/images/validator_simple.png rename to apps/static/js/validator/images/validator_simple.png diff --git a/dashboard/static/js/validator/jquery.validator.js b/apps/static/js/validator/jquery.validator.js similarity index 100% rename from dashboard/static/js/validator/jquery.validator.js rename to apps/static/js/validator/jquery.validator.js diff --git a/dashboard/static/js/validator/zh_CN.js b/apps/static/js/validator/zh_CN.js similarity index 100% rename from dashboard/static/js/validator/zh_CN.js rename to apps/static/js/validator/zh_CN.js diff --git a/dashboard/static/js/webterminal.js b/apps/static/js/webterminal.js similarity index 100% rename from dashboard/static/js/webterminal.js rename to apps/static/js/webterminal.js diff --git a/dashboard/static/js/wssh.js b/apps/static/js/wssh.js similarity index 100% rename from dashboard/static/js/wssh.js rename to apps/static/js/wssh.js diff --git a/dashboard/templates/_foot_js.html b/apps/templates/_foot_js.html similarity index 100% rename from dashboard/templates/_foot_js.html rename to apps/templates/_foot_js.html diff --git a/dashboard/templates/_footer.html b/apps/templates/_footer.html similarity index 100% rename from dashboard/templates/_footer.html rename to apps/templates/_footer.html diff --git a/dashboard/templates/_head_css_js.html b/apps/templates/_head_css_js.html similarity index 100% rename from dashboard/templates/_head_css_js.html rename to apps/templates/_head_css_js.html diff --git a/dashboard/templates/_header_bar.html b/apps/templates/_header_bar.html similarity index 100% rename from dashboard/templates/_header_bar.html rename to apps/templates/_header_bar.html diff --git a/dashboard/templates/_left_side_bar.html b/apps/templates/_left_side_bar.html similarity index 100% rename from dashboard/templates/_left_side_bar.html rename to apps/templates/_left_side_bar.html diff --git a/dashboard/templates/_nav.html b/apps/templates/_nav.html similarity index 100% rename from dashboard/templates/_nav.html rename to apps/templates/_nav.html diff --git a/dashboard/templates/_user_profile.html b/apps/templates/_user_profile.html similarity index 100% rename from dashboard/templates/_user_profile.html rename to apps/templates/_user_profile.html diff --git a/dashboard/templates/base.html b/apps/templates/base.html similarity index 100% rename from dashboard/templates/base.html rename to apps/templates/base.html diff --git a/dashboard/users/__init__.py b/apps/users/__init__.py similarity index 100% rename from dashboard/users/__init__.py rename to apps/users/__init__.py diff --git a/dashboard/users/api.py b/apps/users/api.py similarity index 100% rename from dashboard/users/api.py rename to apps/users/api.py diff --git a/dashboard/users/apps.py b/apps/users/apps.py similarity index 100% rename from dashboard/users/apps.py rename to apps/users/apps.py diff --git a/dashboard/users/migrations/0001_initial.py b/apps/users/migrations/0001_initial.py similarity index 100% rename from dashboard/users/migrations/0001_initial.py rename to apps/users/migrations/0001_initial.py diff --git a/dashboard/users/migrations/0002_auto_20160810_1516.py b/apps/users/migrations/0002_auto_20160810_1516.py similarity index 100% rename from dashboard/users/migrations/0002_auto_20160810_1516.py rename to apps/users/migrations/0002_auto_20160810_1516.py diff --git a/dashboard/users/migrations/__init__.py b/apps/users/migrations/__init__.py similarity index 100% rename from dashboard/users/migrations/__init__.py rename to apps/users/migrations/__init__.py diff --git a/dashboard/users/models.py b/apps/users/models.py similarity index 100% rename from dashboard/users/models.py rename to apps/users/models.py diff --git a/dashboard/users/templates/example.html b/apps/users/templates/example.html similarity index 100% rename from dashboard/users/templates/example.html rename to apps/users/templates/example.html diff --git a/dashboard/users/templates/users/example.html b/apps/users/templates/users/example.html similarity index 100% rename from dashboard/users/templates/users/example.html rename to apps/users/templates/users/example.html diff --git a/dashboard/users/templatetags/example_tags.py b/apps/users/templatetags/example_tags.py similarity index 100% rename from dashboard/users/templatetags/example_tags.py rename to apps/users/templatetags/example_tags.py diff --git a/dashboard/users/templatetags/users/example_tags.py b/apps/users/templatetags/users/example_tags.py similarity index 100% rename from dashboard/users/templatetags/users/example_tags.py rename to apps/users/templatetags/users/example_tags.py diff --git a/dashboard/users/tests.py b/apps/users/tests.py similarity index 100% rename from dashboard/users/tests.py rename to apps/users/tests.py diff --git a/dashboard/users/urls.py b/apps/users/urls.py similarity index 100% rename from dashboard/users/urls.py rename to apps/users/urls.py diff --git a/dashboard/users/utils.py b/apps/users/utils.py similarity index 100% rename from dashboard/users/utils.py rename to apps/users/utils.py diff --git a/dashboard/users/views.py b/apps/users/views.py similarity index 100% rename from dashboard/users/views.py rename to apps/users/views.py