cdrstats/cdrstats.patch

changeset 323
3f6d90711444
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cdrstats/cdrstats.patch	Thu Mar 24 20:08:25 2011 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +Index: cdr_stats/settings.py
     1.5 +--- cdr_stats/settings.py.orig	2010-11-23 20:49:13.000000000 +0100
     1.6 ++++ cdr_stats/settings.py	2011-03-24 19:48:52.368398330 +0100
     1.7 +@@ -55,6 +55,7 @@
     1.8 + # calendars according to the current locale
     1.9 + USE_L10N = True
    1.10 + 
    1.11 ++SERVE_ROOT = 'https://tls.europalab.com/cdr/'
    1.12 + MEDIA_ROOT = os.path.join( APPLICATION_DIR, 'resources' )
    1.13 + MEDIA_URL = 'http://localhost:8000/resources/'
    1.14 + ADMIN_MEDIA_PREFIX = '/resources/admin/'
    1.15 +Index: cdr_stats/cdr/views.py
    1.16 +--- cdr_stats/cdr/views.py.orig	2010-11-23 20:49:13.000000000 +0100
    1.17 ++++ cdr_stats/cdr/views.py	2011-03-23 23:47:35.524666932 +0100
    1.18 +@@ -1,3 +1,4 @@
    1.19 ++from django.conf import settings
    1.20 + from django.contrib.auth.models import User
    1.21 + from django.contrib.auth import authenticate, login, logout
    1.22 + from django.contrib.auth.decorators import login_required

mercurial