<p>Before django-helpdesk will be much use, you need to do some basic configuration. Most of this is done via the Django admin screens.</p>
<olclass="arabic">
<li><pclass="first">Visit <ttclass="docutils literal"><spanclass="pre">http://yoursite/admin/</span></tt> and add a Helpdesk Queue. If you wish, enter your POP3 or IMAP server details.</p>
<p><strong>IMPORTANT NOTE</strong>: Any tickets created via POP3 or IMAP mailboxes will DELETE the original e-mail from the mail server.</p>
</li>
<li><pclass="first">Visit <ttclass="docutils literal"><spanclass="pre">http://yoursite/helpdesk/</span></tt> (or whatever path as defined in your <ttclass="docutils literal"><spanclass="pre">urls.py</span></tt>)</p>
</li>
<li><pclass="first">If you wish to automatically create tickets from the contents of an e-mail inbox, set up a cronjob to run the management command on a regular basis.</p>
<p>Don’t forget to set the relevant Django environment variables in your crontab:</p>
<p>This will run the e-mail import every 5 minutes</p>
<p><strong>IMPORTANT NOTE</strong>: Any tickets created via POP3 or IMAP mailboxes will DELETE the original e-mail from the mail server.</p>
</li>
<li><pclass="first">If you wish to automatically escalate tickets based on their age, set up a cronjob to run the escalation command on a regular basis:</p>
<p>This will run the escalation process hourly, using the ‘Escalation Hours’ setting for each queue to determine which tickets to escalate.</p>
</li>
<li><pclass="first">If you wish to exclude some days (eg, weekends) from escalation calculations, enter the dates manually via the Admin, or setup a cronjob to run a management command on a regular basis:</p>
<p>This will, on a weekly basis, create exclusions for the coming weekend.</p>
</li>
<li><pclass="first">Log in to your Django admin screen, and go to the ‘Sites’ module. If the site <ttclass="docutils literal"><spanclass="pre">example.com</span></tt> is listed, click it and update the details so they are relevant for your website.</p>
</li>
<li><pclass="first">If you do not send mail directly from your web server (eg, you need to use an SMTP server) then edit your <ttclass="docutils literal"><spanclass="pre">settings.py</span></tt> file so it contains your mail server details:</p>