Revision 243819e7 flowspy/settings.py.dist

b/flowspy/settings.py.dist
1 1
# -*- coding: utf-8 -*- vim:fileencoding=utf-8:
2 2
# vim: tabstop=4:shiftwidth=4:softtabstop=4:expandtab
3 3
# Django settings for flowspy project.
4
# Copyright © 2011-2014 Greek Research and Technology Network (GRNET S.A.)
4
# Copyright © 2011-2015 Greek Research and Technology Network (GRNET S.A.)
5 5
# Copyright © 2011-2014 Leonidas Poulopoulos (@leopoul)
6
# 
6
# Copyright © 2014-2015 Stavros Kroustouris (@kroustou)
7
#
7 8
# Permission to use, copy, modify, and/or distribute this software for any
8 9
# purpose with or without fee is hereby granted, provided that the above
9 10
# copyright notice and this permission notice appear in all copies.
10
# 
11
#
11 12
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD
12 13
# TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
13 14
# FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
......
65 66
# http://www.i18nguy.com/unicode/language-identifiers.html
66 67
LANGUAGE_CODE = 'en'
67 68

  
68
LOCALE_PATHS = (  
69
    os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'locale'),  
69
LOCALE_PATHS = (
70
    os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'locale'),
70 71
)
71 72

  
72 73
SITE_ID = 1
......
162 163

  
163 164
TEMPLATE_DIRS = (
164 165
	'/path/to/templates/',
166
    '/path/to/rest_framework/templates/',
165 167
    # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
166 168
    # Always use forward slashes, even on Windows.
167 169
    # Don't forget to use absolute paths, not relative paths.
......
321 323
LOG_FILE_LOCATION = "/var/log/fod"
322 324

  
323 325
# Change the following values only if you know what you are doing!!!
324
# To integrate FoD with tables (Peer, Networks, Contacts) 
325
# from your CRM platform, set the following values to False and create the views that are 
326
# To integrate FoD with tables (Peer, Networks, Contacts)
327
# from your CRM platform, set the following values to False and create the views that are
326 328
# exact matches of the tables in peers/models.py
327 329
PEER_MANAGED_TABLE = True
328 330
PEER_RANGE_MANAGED_TABLE = True

Also available in: Unified diff