From 53327eb66ad7666784f91262492fd676481b84d6 Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Tue, 25 Jan 2011 23:02:00 +0000 Subject: [PATCH] Moved all project files under a "helpdesk" directory. Should make it easier to use setup.py / pypi / whatever in the future. --- __init__.py => helpdesk/__init__.py | 0 admin.py => helpdesk/admin.py | 0 akismet.py => helpdesk/akismet.py | 0 {fixtures => helpdesk/fixtures}/initial_data.json | 0 forms.py => helpdesk/forms.py | 0 {htdocs => helpdesk/htdocs}/buttons/accept.png | Bin .../htdocs}/buttons/button_template.psd | Bin .../htdocs}/buttons/button_template.txt | 0 {htdocs => helpdesk/htdocs}/buttons/delete.png | Bin {htdocs => helpdesk/htdocs}/buttons/edit.png | Bin {htdocs => helpdesk/htdocs}/buttons/take.png | Bin {htdocs => helpdesk/htdocs}/filter.js | 0 {htdocs => helpdesk/htdocs}/helpdesk.css | 0 {htdocs => helpdesk/htdocs}/hover.js | 0 {htdocs => helpdesk/htdocs}/jquery-1.3.2.min.js | 0 .../images/222222_11x11_icon_arrows_leftright.gif | Bin .../images/222222_11x11_icon_arrows_updown.gif | Bin .../images/222222_11x11_icon_close.gif | Bin .../images/222222_11x11_icon_doc.gif | Bin .../images/222222_11x11_icon_folder_closed.gif | Bin .../images/222222_11x11_icon_folder_open.gif | Bin .../images/222222_11x11_icon_minus.gif | Bin .../images/222222_11x11_icon_plus.gif | Bin .../images/222222_11x11_icon_resize_se.gif | Bin .../images/222222_7x7_arrow_down.gif | Bin .../images/222222_7x7_arrow_left.gif | Bin .../images/222222_7x7_arrow_right.gif | Bin .../images/222222_7x7_arrow_up.gif | Bin .../images/454545_11x11_icon_arrows_leftright.gif | Bin .../images/454545_11x11_icon_arrows_updown.gif | Bin .../images/454545_11x11_icon_close.gif | Bin .../images/454545_11x11_icon_doc.gif | Bin .../images/454545_11x11_icon_folder_closed.gif | Bin .../images/454545_11x11_icon_folder_open.gif | Bin .../images/454545_11x11_icon_minus.gif | Bin .../images/454545_11x11_icon_plus.gif | Bin .../images/454545_7x7_arrow_down.gif | Bin .../images/454545_7x7_arrow_left.gif | Bin .../images/454545_7x7_arrow_right.gif | Bin .../images/454545_7x7_arrow_up.gif | Bin .../images/888888_11x11_icon_arrows_leftright.gif | Bin .../images/888888_11x11_icon_arrows_updown.gif | Bin .../images/888888_11x11_icon_close.gif | Bin .../images/888888_11x11_icon_doc.gif | Bin .../images/888888_11x11_icon_folder_closed.gif | Bin .../images/888888_11x11_icon_folder_open.gif | Bin .../images/888888_11x11_icon_minus.gif | Bin .../images/888888_11x11_icon_plus.gif | Bin .../images/888888_7x7_arrow_down.gif | Bin .../images/888888_7x7_arrow_left.gif | Bin .../images/888888_7x7_arrow_right.gif | Bin .../images/888888_7x7_arrow_up.gif | Bin .../images/dadada_40x100_textures_02_glass_75.png | Bin .../images/e6e6e6_40x100_textures_02_glass_75.png | Bin .../images/ffffff_40x100_textures_01_flat_0.png | Bin .../images/ffffff_40x100_textures_02_glass_65.png | Bin .../jquery-ui-1.7.2.custom.css | 0 .../htdocs}/jquery-ui-1.7.2.custom.min.js | 0 .../htdocs}/priorities/priority1.png | Bin .../htdocs}/priorities/priority2.png | Bin .../htdocs}/priorities/priority3.png | Bin .../htdocs}/priorities/priority4.png | Bin .../htdocs}/priorities/priority5.png | Bin {htdocs => helpdesk/htdocs}/priorities/readme.txt | 0 {htdocs => helpdesk/htdocs}/rss_icon.png | Bin lib.py => helpdesk/lib.py | 0 .../locale}/de/LC_MESSAGES/django.mo | Bin .../locale}/de/LC_MESSAGES/django.po | 0 .../locale}/en/LC_MESSAGES/django.mo | Bin .../locale}/en/LC_MESSAGES/django.po | 0 .../locale}/ru/LC_MESSAGES/django.mo | Bin .../locale}/ru/LC_MESSAGES/django.po | 0 {management => helpdesk/management}/__init__.py | 0 .../management}/commands/__init__.py | 0 .../commands/create_escalation_exclusions.py | 0 .../management}/commands/escalate_tickets.py | 0 .../management}/commands/get_email.py | 0 models.py => helpdesk/models.py | 0 settings.py => helpdesk/settings.py | 0 .../templates}/helpdesk/base.html | 0 .../helpdesk/confirm_delete_saved_query.html | 0 .../templates}/helpdesk/create_ticket.html | 0 .../templates}/helpdesk/dashboard.html | 0 .../templates}/helpdesk/de/email_html_base.html | 0 .../templates}/helpdesk/de/email_text_footer.txt | 0 .../templates}/helpdesk/debug.html | 0 .../templates}/helpdesk/delete_ticket.html | 0 .../templates}/helpdesk/edit_ticket.html | 0 .../templates}/helpdesk/email_ignore_add.html | 0 .../templates}/helpdesk/email_ignore_del.html | 0 .../templates}/helpdesk/email_ignore_list.html | 0 .../templates}/helpdesk/en/email_html_base.html | 0 .../templates}/helpdesk/en/email_text_footer.txt | 0 .../templates}/helpdesk/help_api.html | 0 .../templates}/helpdesk/help_base.html | 0 .../templates}/helpdesk/help_context.html | 0 .../templates}/helpdesk/kb_category.html | 0 .../templates}/helpdesk/kb_index.html | 0 .../templates}/helpdesk/kb_item.html | 0 .../templates}/helpdesk/public_base.html | 0 .../templates}/helpdesk/public_homepage.html | 0 .../templates}/helpdesk/public_spam.html | 0 .../templates}/helpdesk/public_view_form.html | 0 .../templates}/helpdesk/public_view_ticket.html | 0 .../templates}/helpdesk/report_index.html | 0 .../templates}/helpdesk/report_output.html | 0 .../helpdesk/rss/recent_activity_description.html | 0 .../helpdesk/rss/recent_activity_title.html | 0 .../templates}/helpdesk/rss/ticket_description.html | 0 .../templates}/helpdesk/rss/ticket_title.html | 0 .../templates}/helpdesk/rss_list.html | 0 .../templates}/helpdesk/system_settings.html | 0 .../templates}/helpdesk/ticket.html | 0 .../templates}/helpdesk/ticket_cc_add.html | 0 .../templates}/helpdesk/ticket_cc_del.html | 0 .../templates}/helpdesk/ticket_cc_list.html | 0 .../templates}/helpdesk/ticket_list.html | 0 .../templates}/helpdesk/user_settings.html | 0 .../templates}/registration/logged_out.html | 0 .../templates}/registration/login.html | 0 {templatetags => helpdesk/templatetags}/__init__.py | 0 {templatetags => helpdesk/templatetags}/in_list.py | 0 .../templatetags}/svn_revision.py | 0 .../templatetags}/ticket_to_link.py | 0 urls.py => helpdesk/urls.py | 0 {views => helpdesk/views}/__init__.py | 0 {views => helpdesk/views}/api.py | 0 {views => helpdesk/views}/feeds.py | 0 {views => helpdesk/views}/kb.py | 0 {views => helpdesk/views}/public.py | 0 {views => helpdesk/views}/staff.py | 0 131 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => helpdesk/__init__.py (100%) rename admin.py => helpdesk/admin.py (100%) rename akismet.py => helpdesk/akismet.py (100%) rename {fixtures => helpdesk/fixtures}/initial_data.json (100%) rename forms.py => helpdesk/forms.py (100%) rename {htdocs => helpdesk/htdocs}/buttons/accept.png (100%) rename {htdocs => helpdesk/htdocs}/buttons/button_template.psd (100%) rename {htdocs => helpdesk/htdocs}/buttons/button_template.txt (100%) rename {htdocs => helpdesk/htdocs}/buttons/delete.png (100%) rename {htdocs => helpdesk/htdocs}/buttons/edit.png (100%) rename {htdocs => helpdesk/htdocs}/buttons/take.png (100%) rename {htdocs => helpdesk/htdocs}/filter.js (100%) rename {htdocs => helpdesk/htdocs}/helpdesk.css (100%) rename {htdocs => helpdesk/htdocs}/hover.js (100%) rename {htdocs => helpdesk/htdocs}/jquery-1.3.2.min.js (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/222222_11x11_icon_arrows_leftright.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/222222_11x11_icon_arrows_updown.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/222222_11x11_icon_close.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/222222_11x11_icon_doc.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/222222_11x11_icon_folder_closed.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/222222_11x11_icon_folder_open.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/222222_11x11_icon_minus.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/222222_11x11_icon_plus.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/222222_11x11_icon_resize_se.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/222222_7x7_arrow_down.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/222222_7x7_arrow_left.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/222222_7x7_arrow_right.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/222222_7x7_arrow_up.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/454545_11x11_icon_arrows_leftright.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/454545_11x11_icon_arrows_updown.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/454545_11x11_icon_close.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/454545_11x11_icon_doc.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/454545_11x11_icon_folder_closed.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/454545_11x11_icon_folder_open.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/454545_11x11_icon_minus.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/454545_11x11_icon_plus.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/454545_7x7_arrow_down.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/454545_7x7_arrow_left.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/454545_7x7_arrow_right.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/454545_7x7_arrow_up.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/888888_11x11_icon_arrows_leftright.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/888888_11x11_icon_arrows_updown.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/888888_11x11_icon_close.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/888888_11x11_icon_doc.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/888888_11x11_icon_folder_closed.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/888888_11x11_icon_folder_open.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/888888_11x11_icon_minus.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/888888_11x11_icon_plus.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/888888_7x7_arrow_down.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/888888_7x7_arrow_left.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/888888_7x7_arrow_right.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/888888_7x7_arrow_up.gif (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/dadada_40x100_textures_02_glass_75.png (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/e6e6e6_40x100_textures_02_glass_75.png (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/ffffff_40x100_textures_01_flat_0.png (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/images/ffffff_40x100_textures_02_glass_65.png (100%) rename {htdocs => helpdesk/htdocs}/jquery-smoothness-theme/jquery-ui-1.7.2.custom.css (100%) rename {htdocs => helpdesk/htdocs}/jquery-ui-1.7.2.custom.min.js (100%) rename {htdocs => helpdesk/htdocs}/priorities/priority1.png (100%) rename {htdocs => helpdesk/htdocs}/priorities/priority2.png (100%) rename {htdocs => helpdesk/htdocs}/priorities/priority3.png (100%) rename {htdocs => helpdesk/htdocs}/priorities/priority4.png (100%) rename {htdocs => helpdesk/htdocs}/priorities/priority5.png (100%) rename {htdocs => helpdesk/htdocs}/priorities/readme.txt (100%) rename {htdocs => helpdesk/htdocs}/rss_icon.png (100%) rename lib.py => helpdesk/lib.py (100%) rename {locale => helpdesk/locale}/de/LC_MESSAGES/django.mo (100%) rename {locale => helpdesk/locale}/de/LC_MESSAGES/django.po (100%) rename {locale => helpdesk/locale}/en/LC_MESSAGES/django.mo (100%) rename {locale => helpdesk/locale}/en/LC_MESSAGES/django.po (100%) rename {locale => helpdesk/locale}/ru/LC_MESSAGES/django.mo (100%) rename {locale => helpdesk/locale}/ru/LC_MESSAGES/django.po (100%) rename {management => helpdesk/management}/__init__.py (100%) rename {management => helpdesk/management}/commands/__init__.py (100%) rename {management => helpdesk/management}/commands/create_escalation_exclusions.py (100%) rename {management => helpdesk/management}/commands/escalate_tickets.py (100%) rename {management => helpdesk/management}/commands/get_email.py (100%) rename models.py => helpdesk/models.py (100%) rename settings.py => helpdesk/settings.py (100%) rename {templates => helpdesk/templates}/helpdesk/base.html (100%) rename {templates => helpdesk/templates}/helpdesk/confirm_delete_saved_query.html (100%) rename {templates => helpdesk/templates}/helpdesk/create_ticket.html (100%) rename {templates => helpdesk/templates}/helpdesk/dashboard.html (100%) rename {templates => helpdesk/templates}/helpdesk/de/email_html_base.html (100%) rename {templates => helpdesk/templates}/helpdesk/de/email_text_footer.txt (100%) rename {templates => helpdesk/templates}/helpdesk/debug.html (100%) rename {templates => helpdesk/templates}/helpdesk/delete_ticket.html (100%) rename {templates => helpdesk/templates}/helpdesk/edit_ticket.html (100%) rename {templates => helpdesk/templates}/helpdesk/email_ignore_add.html (100%) rename {templates => helpdesk/templates}/helpdesk/email_ignore_del.html (100%) rename {templates => helpdesk/templates}/helpdesk/email_ignore_list.html (100%) rename {templates => helpdesk/templates}/helpdesk/en/email_html_base.html (100%) rename {templates => helpdesk/templates}/helpdesk/en/email_text_footer.txt (100%) rename {templates => helpdesk/templates}/helpdesk/help_api.html (100%) rename {templates => helpdesk/templates}/helpdesk/help_base.html (100%) rename {templates => helpdesk/templates}/helpdesk/help_context.html (100%) rename {templates => helpdesk/templates}/helpdesk/kb_category.html (100%) rename {templates => helpdesk/templates}/helpdesk/kb_index.html (100%) rename {templates => helpdesk/templates}/helpdesk/kb_item.html (100%) rename {templates => helpdesk/templates}/helpdesk/public_base.html (100%) rename {templates => helpdesk/templates}/helpdesk/public_homepage.html (100%) rename {templates => helpdesk/templates}/helpdesk/public_spam.html (100%) rename {templates => helpdesk/templates}/helpdesk/public_view_form.html (100%) rename {templates => helpdesk/templates}/helpdesk/public_view_ticket.html (100%) rename {templates => helpdesk/templates}/helpdesk/report_index.html (100%) rename {templates => helpdesk/templates}/helpdesk/report_output.html (100%) rename {templates => helpdesk/templates}/helpdesk/rss/recent_activity_description.html (100%) rename {templates => helpdesk/templates}/helpdesk/rss/recent_activity_title.html (100%) rename {templates => helpdesk/templates}/helpdesk/rss/ticket_description.html (100%) rename {templates => helpdesk/templates}/helpdesk/rss/ticket_title.html (100%) rename {templates => helpdesk/templates}/helpdesk/rss_list.html (100%) rename {templates => helpdesk/templates}/helpdesk/system_settings.html (100%) rename {templates => helpdesk/templates}/helpdesk/ticket.html (100%) rename {templates => helpdesk/templates}/helpdesk/ticket_cc_add.html (100%) rename {templates => helpdesk/templates}/helpdesk/ticket_cc_del.html (100%) rename {templates => helpdesk/templates}/helpdesk/ticket_cc_list.html (100%) rename {templates => helpdesk/templates}/helpdesk/ticket_list.html (100%) rename {templates => helpdesk/templates}/helpdesk/user_settings.html (100%) rename {templates => helpdesk/templates}/registration/logged_out.html (100%) rename {templates => helpdesk/templates}/registration/login.html (100%) rename {templatetags => helpdesk/templatetags}/__init__.py (100%) rename {templatetags => helpdesk/templatetags}/in_list.py (100%) rename {templatetags => helpdesk/templatetags}/svn_revision.py (100%) rename {templatetags => helpdesk/templatetags}/ticket_to_link.py (100%) rename urls.py => helpdesk/urls.py (100%) rename {views => helpdesk/views}/__init__.py (100%) rename {views => helpdesk/views}/api.py (100%) rename {views => helpdesk/views}/feeds.py (100%) rename {views => helpdesk/views}/kb.py (100%) rename {views => helpdesk/views}/public.py (100%) rename {views => helpdesk/views}/staff.py (100%) diff --git a/__init__.py b/helpdesk/__init__.py similarity index 100% rename from __init__.py rename to helpdesk/__init__.py diff --git a/admin.py b/helpdesk/admin.py similarity index 100% rename from admin.py rename to helpdesk/admin.py diff --git a/akismet.py b/helpdesk/akismet.py similarity index 100% rename from akismet.py rename to helpdesk/akismet.py diff --git a/fixtures/initial_data.json b/helpdesk/fixtures/initial_data.json similarity index 100% rename from fixtures/initial_data.json rename to helpdesk/fixtures/initial_data.json diff --git a/forms.py b/helpdesk/forms.py similarity index 100% rename from forms.py rename to helpdesk/forms.py diff --git a/htdocs/buttons/accept.png b/helpdesk/htdocs/buttons/accept.png similarity index 100% rename from htdocs/buttons/accept.png rename to helpdesk/htdocs/buttons/accept.png diff --git a/htdocs/buttons/button_template.psd b/helpdesk/htdocs/buttons/button_template.psd similarity index 100% rename from htdocs/buttons/button_template.psd rename to helpdesk/htdocs/buttons/button_template.psd diff --git a/htdocs/buttons/button_template.txt b/helpdesk/htdocs/buttons/button_template.txt similarity index 100% rename from htdocs/buttons/button_template.txt rename to helpdesk/htdocs/buttons/button_template.txt diff --git a/htdocs/buttons/delete.png b/helpdesk/htdocs/buttons/delete.png similarity index 100% rename from htdocs/buttons/delete.png rename to helpdesk/htdocs/buttons/delete.png diff --git a/htdocs/buttons/edit.png b/helpdesk/htdocs/buttons/edit.png similarity index 100% rename from htdocs/buttons/edit.png rename to helpdesk/htdocs/buttons/edit.png diff --git a/htdocs/buttons/take.png b/helpdesk/htdocs/buttons/take.png similarity index 100% rename from htdocs/buttons/take.png rename to helpdesk/htdocs/buttons/take.png diff --git a/htdocs/filter.js b/helpdesk/htdocs/filter.js similarity index 100% rename from htdocs/filter.js rename to helpdesk/htdocs/filter.js diff --git a/htdocs/helpdesk.css b/helpdesk/htdocs/helpdesk.css similarity index 100% rename from htdocs/helpdesk.css rename to helpdesk/htdocs/helpdesk.css diff --git a/htdocs/hover.js b/helpdesk/htdocs/hover.js similarity index 100% rename from htdocs/hover.js rename to helpdesk/htdocs/hover.js diff --git a/htdocs/jquery-1.3.2.min.js b/helpdesk/htdocs/jquery-1.3.2.min.js similarity index 100% rename from htdocs/jquery-1.3.2.min.js rename to helpdesk/htdocs/jquery-1.3.2.min.js diff --git a/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_arrows_leftright.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_arrows_leftright.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/222222_11x11_icon_arrows_leftright.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_arrows_leftright.gif diff --git a/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_arrows_updown.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_arrows_updown.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/222222_11x11_icon_arrows_updown.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_arrows_updown.gif diff --git a/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_close.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_close.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/222222_11x11_icon_close.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_close.gif diff --git a/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_doc.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_doc.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/222222_11x11_icon_doc.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_doc.gif diff --git a/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_folder_closed.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_folder_closed.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/222222_11x11_icon_folder_closed.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_folder_closed.gif diff --git a/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_folder_open.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_folder_open.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/222222_11x11_icon_folder_open.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_folder_open.gif diff --git a/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_minus.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_minus.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/222222_11x11_icon_minus.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_minus.gif diff --git a/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_plus.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_plus.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/222222_11x11_icon_plus.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_plus.gif diff --git a/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_resize_se.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_resize_se.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/222222_11x11_icon_resize_se.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/222222_11x11_icon_resize_se.gif diff --git a/htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_down.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_down.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_down.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_down.gif diff --git a/htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_left.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_left.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_left.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_left.gif diff --git a/htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_right.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_right.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_right.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_right.gif diff --git a/htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_up.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_up.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_up.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/222222_7x7_arrow_up.gif diff --git a/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_arrows_leftright.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_arrows_leftright.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/454545_11x11_icon_arrows_leftright.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_arrows_leftright.gif diff --git a/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_arrows_updown.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_arrows_updown.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/454545_11x11_icon_arrows_updown.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_arrows_updown.gif diff --git a/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_close.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_close.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/454545_11x11_icon_close.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_close.gif diff --git a/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_doc.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_doc.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/454545_11x11_icon_doc.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_doc.gif diff --git a/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_folder_closed.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_folder_closed.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/454545_11x11_icon_folder_closed.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_folder_closed.gif diff --git a/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_folder_open.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_folder_open.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/454545_11x11_icon_folder_open.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_folder_open.gif diff --git a/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_minus.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_minus.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/454545_11x11_icon_minus.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_minus.gif diff --git a/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_plus.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_plus.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/454545_11x11_icon_plus.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/454545_11x11_icon_plus.gif diff --git a/htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_down.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_down.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_down.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_down.gif diff --git a/htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_left.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_left.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_left.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_left.gif diff --git a/htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_right.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_right.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_right.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_right.gif diff --git a/htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_up.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_up.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_up.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/454545_7x7_arrow_up.gif diff --git a/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_arrows_leftright.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_arrows_leftright.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/888888_11x11_icon_arrows_leftright.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_arrows_leftright.gif diff --git a/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_arrows_updown.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_arrows_updown.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/888888_11x11_icon_arrows_updown.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_arrows_updown.gif diff --git a/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_close.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_close.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/888888_11x11_icon_close.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_close.gif diff --git a/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_doc.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_doc.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/888888_11x11_icon_doc.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_doc.gif diff --git a/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_folder_closed.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_folder_closed.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/888888_11x11_icon_folder_closed.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_folder_closed.gif diff --git a/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_folder_open.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_folder_open.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/888888_11x11_icon_folder_open.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_folder_open.gif diff --git a/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_minus.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_minus.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/888888_11x11_icon_minus.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_minus.gif diff --git a/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_plus.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_plus.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/888888_11x11_icon_plus.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/888888_11x11_icon_plus.gif diff --git a/htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_down.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_down.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_down.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_down.gif diff --git a/htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_left.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_left.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_left.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_left.gif diff --git a/htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_right.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_right.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_right.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_right.gif diff --git a/htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_up.gif b/helpdesk/htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_up.gif similarity index 100% rename from htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_up.gif rename to helpdesk/htdocs/jquery-smoothness-theme/images/888888_7x7_arrow_up.gif diff --git a/htdocs/jquery-smoothness-theme/images/dadada_40x100_textures_02_glass_75.png b/helpdesk/htdocs/jquery-smoothness-theme/images/dadada_40x100_textures_02_glass_75.png similarity index 100% rename from htdocs/jquery-smoothness-theme/images/dadada_40x100_textures_02_glass_75.png rename to helpdesk/htdocs/jquery-smoothness-theme/images/dadada_40x100_textures_02_glass_75.png diff --git a/htdocs/jquery-smoothness-theme/images/e6e6e6_40x100_textures_02_glass_75.png b/helpdesk/htdocs/jquery-smoothness-theme/images/e6e6e6_40x100_textures_02_glass_75.png similarity index 100% rename from htdocs/jquery-smoothness-theme/images/e6e6e6_40x100_textures_02_glass_75.png rename to helpdesk/htdocs/jquery-smoothness-theme/images/e6e6e6_40x100_textures_02_glass_75.png diff --git a/htdocs/jquery-smoothness-theme/images/ffffff_40x100_textures_01_flat_0.png b/helpdesk/htdocs/jquery-smoothness-theme/images/ffffff_40x100_textures_01_flat_0.png similarity index 100% rename from htdocs/jquery-smoothness-theme/images/ffffff_40x100_textures_01_flat_0.png rename to helpdesk/htdocs/jquery-smoothness-theme/images/ffffff_40x100_textures_01_flat_0.png diff --git a/htdocs/jquery-smoothness-theme/images/ffffff_40x100_textures_02_glass_65.png b/helpdesk/htdocs/jquery-smoothness-theme/images/ffffff_40x100_textures_02_glass_65.png similarity index 100% rename from htdocs/jquery-smoothness-theme/images/ffffff_40x100_textures_02_glass_65.png rename to helpdesk/htdocs/jquery-smoothness-theme/images/ffffff_40x100_textures_02_glass_65.png diff --git a/htdocs/jquery-smoothness-theme/jquery-ui-1.7.2.custom.css b/helpdesk/htdocs/jquery-smoothness-theme/jquery-ui-1.7.2.custom.css similarity index 100% rename from htdocs/jquery-smoothness-theme/jquery-ui-1.7.2.custom.css rename to helpdesk/htdocs/jquery-smoothness-theme/jquery-ui-1.7.2.custom.css diff --git a/htdocs/jquery-ui-1.7.2.custom.min.js b/helpdesk/htdocs/jquery-ui-1.7.2.custom.min.js similarity index 100% rename from htdocs/jquery-ui-1.7.2.custom.min.js rename to helpdesk/htdocs/jquery-ui-1.7.2.custom.min.js diff --git a/htdocs/priorities/priority1.png b/helpdesk/htdocs/priorities/priority1.png similarity index 100% rename from htdocs/priorities/priority1.png rename to helpdesk/htdocs/priorities/priority1.png diff --git a/htdocs/priorities/priority2.png b/helpdesk/htdocs/priorities/priority2.png similarity index 100% rename from htdocs/priorities/priority2.png rename to helpdesk/htdocs/priorities/priority2.png diff --git a/htdocs/priorities/priority3.png b/helpdesk/htdocs/priorities/priority3.png similarity index 100% rename from htdocs/priorities/priority3.png rename to helpdesk/htdocs/priorities/priority3.png diff --git a/htdocs/priorities/priority4.png b/helpdesk/htdocs/priorities/priority4.png similarity index 100% rename from htdocs/priorities/priority4.png rename to helpdesk/htdocs/priorities/priority4.png diff --git a/htdocs/priorities/priority5.png b/helpdesk/htdocs/priorities/priority5.png similarity index 100% rename from htdocs/priorities/priority5.png rename to helpdesk/htdocs/priorities/priority5.png diff --git a/htdocs/priorities/readme.txt b/helpdesk/htdocs/priorities/readme.txt similarity index 100% rename from htdocs/priorities/readme.txt rename to helpdesk/htdocs/priorities/readme.txt diff --git a/htdocs/rss_icon.png b/helpdesk/htdocs/rss_icon.png similarity index 100% rename from htdocs/rss_icon.png rename to helpdesk/htdocs/rss_icon.png diff --git a/lib.py b/helpdesk/lib.py similarity index 100% rename from lib.py rename to helpdesk/lib.py diff --git a/locale/de/LC_MESSAGES/django.mo b/helpdesk/locale/de/LC_MESSAGES/django.mo similarity index 100% rename from locale/de/LC_MESSAGES/django.mo rename to helpdesk/locale/de/LC_MESSAGES/django.mo diff --git a/locale/de/LC_MESSAGES/django.po b/helpdesk/locale/de/LC_MESSAGES/django.po similarity index 100% rename from locale/de/LC_MESSAGES/django.po rename to helpdesk/locale/de/LC_MESSAGES/django.po diff --git a/locale/en/LC_MESSAGES/django.mo b/helpdesk/locale/en/LC_MESSAGES/django.mo similarity index 100% rename from locale/en/LC_MESSAGES/django.mo rename to helpdesk/locale/en/LC_MESSAGES/django.mo diff --git a/locale/en/LC_MESSAGES/django.po b/helpdesk/locale/en/LC_MESSAGES/django.po similarity index 100% rename from locale/en/LC_MESSAGES/django.po rename to helpdesk/locale/en/LC_MESSAGES/django.po diff --git a/locale/ru/LC_MESSAGES/django.mo b/helpdesk/locale/ru/LC_MESSAGES/django.mo similarity index 100% rename from locale/ru/LC_MESSAGES/django.mo rename to helpdesk/locale/ru/LC_MESSAGES/django.mo diff --git a/locale/ru/LC_MESSAGES/django.po b/helpdesk/locale/ru/LC_MESSAGES/django.po similarity index 100% rename from locale/ru/LC_MESSAGES/django.po rename to helpdesk/locale/ru/LC_MESSAGES/django.po diff --git a/management/__init__.py b/helpdesk/management/__init__.py similarity index 100% rename from management/__init__.py rename to helpdesk/management/__init__.py diff --git a/management/commands/__init__.py b/helpdesk/management/commands/__init__.py similarity index 100% rename from management/commands/__init__.py rename to helpdesk/management/commands/__init__.py diff --git a/management/commands/create_escalation_exclusions.py b/helpdesk/management/commands/create_escalation_exclusions.py similarity index 100% rename from management/commands/create_escalation_exclusions.py rename to helpdesk/management/commands/create_escalation_exclusions.py diff --git a/management/commands/escalate_tickets.py b/helpdesk/management/commands/escalate_tickets.py similarity index 100% rename from management/commands/escalate_tickets.py rename to helpdesk/management/commands/escalate_tickets.py diff --git a/management/commands/get_email.py b/helpdesk/management/commands/get_email.py similarity index 100% rename from management/commands/get_email.py rename to helpdesk/management/commands/get_email.py diff --git a/models.py b/helpdesk/models.py similarity index 100% rename from models.py rename to helpdesk/models.py diff --git a/settings.py b/helpdesk/settings.py similarity index 100% rename from settings.py rename to helpdesk/settings.py diff --git a/templates/helpdesk/base.html b/helpdesk/templates/helpdesk/base.html similarity index 100% rename from templates/helpdesk/base.html rename to helpdesk/templates/helpdesk/base.html diff --git a/templates/helpdesk/confirm_delete_saved_query.html b/helpdesk/templates/helpdesk/confirm_delete_saved_query.html similarity index 100% rename from templates/helpdesk/confirm_delete_saved_query.html rename to helpdesk/templates/helpdesk/confirm_delete_saved_query.html diff --git a/templates/helpdesk/create_ticket.html b/helpdesk/templates/helpdesk/create_ticket.html similarity index 100% rename from templates/helpdesk/create_ticket.html rename to helpdesk/templates/helpdesk/create_ticket.html diff --git a/templates/helpdesk/dashboard.html b/helpdesk/templates/helpdesk/dashboard.html similarity index 100% rename from templates/helpdesk/dashboard.html rename to helpdesk/templates/helpdesk/dashboard.html diff --git a/templates/helpdesk/de/email_html_base.html b/helpdesk/templates/helpdesk/de/email_html_base.html similarity index 100% rename from templates/helpdesk/de/email_html_base.html rename to helpdesk/templates/helpdesk/de/email_html_base.html diff --git a/templates/helpdesk/de/email_text_footer.txt b/helpdesk/templates/helpdesk/de/email_text_footer.txt similarity index 100% rename from templates/helpdesk/de/email_text_footer.txt rename to helpdesk/templates/helpdesk/de/email_text_footer.txt diff --git a/templates/helpdesk/debug.html b/helpdesk/templates/helpdesk/debug.html similarity index 100% rename from templates/helpdesk/debug.html rename to helpdesk/templates/helpdesk/debug.html diff --git a/templates/helpdesk/delete_ticket.html b/helpdesk/templates/helpdesk/delete_ticket.html similarity index 100% rename from templates/helpdesk/delete_ticket.html rename to helpdesk/templates/helpdesk/delete_ticket.html diff --git a/templates/helpdesk/edit_ticket.html b/helpdesk/templates/helpdesk/edit_ticket.html similarity index 100% rename from templates/helpdesk/edit_ticket.html rename to helpdesk/templates/helpdesk/edit_ticket.html diff --git a/templates/helpdesk/email_ignore_add.html b/helpdesk/templates/helpdesk/email_ignore_add.html similarity index 100% rename from templates/helpdesk/email_ignore_add.html rename to helpdesk/templates/helpdesk/email_ignore_add.html diff --git a/templates/helpdesk/email_ignore_del.html b/helpdesk/templates/helpdesk/email_ignore_del.html similarity index 100% rename from templates/helpdesk/email_ignore_del.html rename to helpdesk/templates/helpdesk/email_ignore_del.html diff --git a/templates/helpdesk/email_ignore_list.html b/helpdesk/templates/helpdesk/email_ignore_list.html similarity index 100% rename from templates/helpdesk/email_ignore_list.html rename to helpdesk/templates/helpdesk/email_ignore_list.html diff --git a/templates/helpdesk/en/email_html_base.html b/helpdesk/templates/helpdesk/en/email_html_base.html similarity index 100% rename from templates/helpdesk/en/email_html_base.html rename to helpdesk/templates/helpdesk/en/email_html_base.html diff --git a/templates/helpdesk/en/email_text_footer.txt b/helpdesk/templates/helpdesk/en/email_text_footer.txt similarity index 100% rename from templates/helpdesk/en/email_text_footer.txt rename to helpdesk/templates/helpdesk/en/email_text_footer.txt diff --git a/templates/helpdesk/help_api.html b/helpdesk/templates/helpdesk/help_api.html similarity index 100% rename from templates/helpdesk/help_api.html rename to helpdesk/templates/helpdesk/help_api.html diff --git a/templates/helpdesk/help_base.html b/helpdesk/templates/helpdesk/help_base.html similarity index 100% rename from templates/helpdesk/help_base.html rename to helpdesk/templates/helpdesk/help_base.html diff --git a/templates/helpdesk/help_context.html b/helpdesk/templates/helpdesk/help_context.html similarity index 100% rename from templates/helpdesk/help_context.html rename to helpdesk/templates/helpdesk/help_context.html diff --git a/templates/helpdesk/kb_category.html b/helpdesk/templates/helpdesk/kb_category.html similarity index 100% rename from templates/helpdesk/kb_category.html rename to helpdesk/templates/helpdesk/kb_category.html diff --git a/templates/helpdesk/kb_index.html b/helpdesk/templates/helpdesk/kb_index.html similarity index 100% rename from templates/helpdesk/kb_index.html rename to helpdesk/templates/helpdesk/kb_index.html diff --git a/templates/helpdesk/kb_item.html b/helpdesk/templates/helpdesk/kb_item.html similarity index 100% rename from templates/helpdesk/kb_item.html rename to helpdesk/templates/helpdesk/kb_item.html diff --git a/templates/helpdesk/public_base.html b/helpdesk/templates/helpdesk/public_base.html similarity index 100% rename from templates/helpdesk/public_base.html rename to helpdesk/templates/helpdesk/public_base.html diff --git a/templates/helpdesk/public_homepage.html b/helpdesk/templates/helpdesk/public_homepage.html similarity index 100% rename from templates/helpdesk/public_homepage.html rename to helpdesk/templates/helpdesk/public_homepage.html diff --git a/templates/helpdesk/public_spam.html b/helpdesk/templates/helpdesk/public_spam.html similarity index 100% rename from templates/helpdesk/public_spam.html rename to helpdesk/templates/helpdesk/public_spam.html diff --git a/templates/helpdesk/public_view_form.html b/helpdesk/templates/helpdesk/public_view_form.html similarity index 100% rename from templates/helpdesk/public_view_form.html rename to helpdesk/templates/helpdesk/public_view_form.html diff --git a/templates/helpdesk/public_view_ticket.html b/helpdesk/templates/helpdesk/public_view_ticket.html similarity index 100% rename from templates/helpdesk/public_view_ticket.html rename to helpdesk/templates/helpdesk/public_view_ticket.html diff --git a/templates/helpdesk/report_index.html b/helpdesk/templates/helpdesk/report_index.html similarity index 100% rename from templates/helpdesk/report_index.html rename to helpdesk/templates/helpdesk/report_index.html diff --git a/templates/helpdesk/report_output.html b/helpdesk/templates/helpdesk/report_output.html similarity index 100% rename from templates/helpdesk/report_output.html rename to helpdesk/templates/helpdesk/report_output.html diff --git a/templates/helpdesk/rss/recent_activity_description.html b/helpdesk/templates/helpdesk/rss/recent_activity_description.html similarity index 100% rename from templates/helpdesk/rss/recent_activity_description.html rename to helpdesk/templates/helpdesk/rss/recent_activity_description.html diff --git a/templates/helpdesk/rss/recent_activity_title.html b/helpdesk/templates/helpdesk/rss/recent_activity_title.html similarity index 100% rename from templates/helpdesk/rss/recent_activity_title.html rename to helpdesk/templates/helpdesk/rss/recent_activity_title.html diff --git a/templates/helpdesk/rss/ticket_description.html b/helpdesk/templates/helpdesk/rss/ticket_description.html similarity index 100% rename from templates/helpdesk/rss/ticket_description.html rename to helpdesk/templates/helpdesk/rss/ticket_description.html diff --git a/templates/helpdesk/rss/ticket_title.html b/helpdesk/templates/helpdesk/rss/ticket_title.html similarity index 100% rename from templates/helpdesk/rss/ticket_title.html rename to helpdesk/templates/helpdesk/rss/ticket_title.html diff --git a/templates/helpdesk/rss_list.html b/helpdesk/templates/helpdesk/rss_list.html similarity index 100% rename from templates/helpdesk/rss_list.html rename to helpdesk/templates/helpdesk/rss_list.html diff --git a/templates/helpdesk/system_settings.html b/helpdesk/templates/helpdesk/system_settings.html similarity index 100% rename from templates/helpdesk/system_settings.html rename to helpdesk/templates/helpdesk/system_settings.html diff --git a/templates/helpdesk/ticket.html b/helpdesk/templates/helpdesk/ticket.html similarity index 100% rename from templates/helpdesk/ticket.html rename to helpdesk/templates/helpdesk/ticket.html diff --git a/templates/helpdesk/ticket_cc_add.html b/helpdesk/templates/helpdesk/ticket_cc_add.html similarity index 100% rename from templates/helpdesk/ticket_cc_add.html rename to helpdesk/templates/helpdesk/ticket_cc_add.html diff --git a/templates/helpdesk/ticket_cc_del.html b/helpdesk/templates/helpdesk/ticket_cc_del.html similarity index 100% rename from templates/helpdesk/ticket_cc_del.html rename to helpdesk/templates/helpdesk/ticket_cc_del.html diff --git a/templates/helpdesk/ticket_cc_list.html b/helpdesk/templates/helpdesk/ticket_cc_list.html similarity index 100% rename from templates/helpdesk/ticket_cc_list.html rename to helpdesk/templates/helpdesk/ticket_cc_list.html diff --git a/templates/helpdesk/ticket_list.html b/helpdesk/templates/helpdesk/ticket_list.html similarity index 100% rename from templates/helpdesk/ticket_list.html rename to helpdesk/templates/helpdesk/ticket_list.html diff --git a/templates/helpdesk/user_settings.html b/helpdesk/templates/helpdesk/user_settings.html similarity index 100% rename from templates/helpdesk/user_settings.html rename to helpdesk/templates/helpdesk/user_settings.html diff --git a/templates/registration/logged_out.html b/helpdesk/templates/registration/logged_out.html similarity index 100% rename from templates/registration/logged_out.html rename to helpdesk/templates/registration/logged_out.html diff --git a/templates/registration/login.html b/helpdesk/templates/registration/login.html similarity index 100% rename from templates/registration/login.html rename to helpdesk/templates/registration/login.html diff --git a/templatetags/__init__.py b/helpdesk/templatetags/__init__.py similarity index 100% rename from templatetags/__init__.py rename to helpdesk/templatetags/__init__.py diff --git a/templatetags/in_list.py b/helpdesk/templatetags/in_list.py similarity index 100% rename from templatetags/in_list.py rename to helpdesk/templatetags/in_list.py diff --git a/templatetags/svn_revision.py b/helpdesk/templatetags/svn_revision.py similarity index 100% rename from templatetags/svn_revision.py rename to helpdesk/templatetags/svn_revision.py diff --git a/templatetags/ticket_to_link.py b/helpdesk/templatetags/ticket_to_link.py similarity index 100% rename from templatetags/ticket_to_link.py rename to helpdesk/templatetags/ticket_to_link.py diff --git a/urls.py b/helpdesk/urls.py similarity index 100% rename from urls.py rename to helpdesk/urls.py diff --git a/views/__init__.py b/helpdesk/views/__init__.py similarity index 100% rename from views/__init__.py rename to helpdesk/views/__init__.py diff --git a/views/api.py b/helpdesk/views/api.py similarity index 100% rename from views/api.py rename to helpdesk/views/api.py diff --git a/views/feeds.py b/helpdesk/views/feeds.py similarity index 100% rename from views/feeds.py rename to helpdesk/views/feeds.py diff --git a/views/kb.py b/helpdesk/views/kb.py similarity index 100% rename from views/kb.py rename to helpdesk/views/kb.py diff --git a/views/public.py b/helpdesk/views/public.py similarity index 100% rename from views/public.py rename to helpdesk/views/public.py diff --git a/views/staff.py b/helpdesk/views/staff.py similarity index 100% rename from views/staff.py rename to helpdesk/views/staff.py