From e854791ad42ac2daf6b3795ee75241eeffe21637 Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Wed, 25 Apr 2012 18:16:50 +1000 Subject: [PATCH] Update demo site URL --- README.rst | 4 ++-- docs/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2617d803..fbeb50a1 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ contributors reaching far beyond Jutda. Complete documentation is available in the docs/ directory, or online at http://django-helpdesk.readthedocs.org/. -You can see a demo installation at http://demo.jutdahelpdesk.com +You can see a demo installation at http://django-helpdesk-demo.herokuapp.com/ Licensing ========= @@ -23,7 +23,7 @@ Dependencies (pre-flight checklist) =================================== 1. Python 2.4+ -2. Django (1.2 or newer) +2. Django (1.3 or newer) 3. South for database migrations (highly recommended, but not required). Download from http://south.aeracode.org/ 4. An existing WORKING Django project with database etc. If you cannot log into the Admin, you won't get this product working. diff --git a/docs/index.rst b/docs/index.rst index a0b47099..3f0dae51 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,7 @@ django-helpdesk is a Django application to manage helpdesk tickets for your inte How Does It Look? ----------------- -You can see a demo installation at http://demo.jutdahelpdesk.com +You can see a demo installation at http://django-helpdesk-demo.herokuapp.com/ Quick Start -----------