zur Navigation

debianforum.de

die deutschsprachige Supportwebseite rund um das Debian-Projekt

Zum Inhalt


 
 
 
  • Foren-Übersicht

NoPaste

Neuer Beitragvon Anonymous am 05.03.2009 16:08:43

Inhalt:
  1. # Django settings for mumble_django project.
  2.  
  3. DEBUG = True
  4. TEMPLATE_DEBUG = DEBUG
  5.  
  6. ADMINS = (
  7.     # ('Sebastian Geiser', 'sebastian.geiser@arcor.de'),
  8. )
  9.  
  10. MANAGERS = ADMINS
  11.  
  12. DATABASE_ENGINE = 'mysql'                          # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
  13. DATABASE_NAME = 'django'             # Or path to database file if using sqlite3.
  14. DATABASE_USER = 'root'                                   # Not used with sqlite3.
  15. DATABASE_PASSWORD = 'ZENSIERT'                               # Not used with sqlite3.
  16. DATABASE_HOST = ''                                   # Set to empty string for localhost. Not used with sqlite3.
  17. DATABASE_PORT = ''                                   # Set to empty string for default. Not used with sqlite3.
  18.  
  19. # Local time zone for this installation. Choices can be found here:
  20. # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
  21. # although not all choices may be available on all operating systems.
  22. # If running in a Windows environment this must be set to the same as your
  23. # system time zone.
  24. TIME_ZONE = 'Europe/Berlin'
  25.  
  26. # Language code for this installation. All choices can be found here:
  27. # http://www.i18nguy.com/unicode/language-identifiers.html
  28. LANGUAGE_CODE = 'en-us'
  29.  
  30. SITE_ID = 1
  31.  
  32. # If you set this to False, Django will make some optimizations so as not
  33. # to load the internationalization machinery.
  34. USE_I18N = True
  35.  
  36. # Absolute path to the directory that holds media.
  37. # Example: "/home/media/media.lawrence.com/"
  38. MEDIA_ROOT = '/var/kunden/webs/Kunden1/htdocs/'
  39.  
  40. # URL that handles the media served from MEDIA_ROOT. Make sure to use a
  41. # trailing slash if there is a path component (optional in other cases).
  42. # Examples: "http://media.lawrence.com", "http://example.com/media/"
  43. MEDIA_URL = ''
  44.  
  45. # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
  46. # trailing slash.
  47. # Examples: "http://foo.com/media/", "/media/".
  48. ADMIN_MEDIA_PREFIX = '/media/'
  49.  
  50. # Make this unique, and don't share it with anybody.
  51. SECRET_KEY = 'u-mp185msk#z4%s(do2^5405)y5d!9adbn92)apu_p^qvqh10v'
  52.  
  53. # List of callables that know how to import templates from various sources.
  54. TEMPLATE_LOADERS = (
  55.     'django.template.loaders.filesystem.load_template_source',
  56.     'django.template.loaders.app_directories.load_template_source',
  57. #     'django.template.loaders.eggs.load_template_source',
  58. )
  59.  
  60. MIDDLEWARE_CLASSES = (
  61.     'django.middleware.common.CommonMiddleware',
  62.     'django.contrib.sessions.middleware.SessionMiddleware',
  63.     'django.contrib.auth.middleware.AuthenticationMiddleware',
  64. )
  65.  
  66. ROOT_URLCONF = 'pyweb.urls'
  67.  
  68. TEMPLATE_DIRS = (
  69.     # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
  70.     # Always use forward slashes, even on Windows.
  71.     # Don't forget to use absolute paths, not relative paths.
  72.     '/var/kunden/webs/Kunden1/template',
  73. )
  74.  
  75. INSTALLED_APPS = (
  76.     'django.contrib.auth',
  77.     'django.contrib.admin',
  78.     'django.contrib.contenttypes',
  79.     'django.contrib.sessions',
  80.     'django.contrib.sites',
  81.     'registration',
  82.     'mumble',
  83. )

Direktes Kopieren von Code aus dem Browser heraus zerstört i.d.R. Tabstops und Einrückungen; kopiere den Code daher aus der Box unterhalb dieses Textes oder lade ihn als Datei herunter.

Verlinken

URL: alles markieren
http://nopaste.debianforum.de/19495

BBCode: alles markieren
[NP]19495[/NP]

Willkommen!
Startseite
Chat
Wiki/Tipps
Planet
Bildergalerie
NoPaste
Links
identi.ca-Gruppe
dieses und jenes
Forum
Foren-FAQ
Registrieren
Anmelden
Suchen
Erweiterte Suche
unbeantw. Beiträge
aktive Themen



No ePatents Button
FSFE Supporter 2004 Button
top
Zum Seitenanfang
Diese Webseite ist keine offizielle Webseite des Debian Projekts.
Haftungsausschluss und Impressum – debianforum.de Verhaltensregeln

Powered by phpBB © 2000-2008 phpBB Group. Deutsche Übersetzung durch phpBB.de
Template entwickelt von Timo Salmen, basierend auf dem Debian Live Template, entwickelt von Christoph Haas.