diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-16 03:48:36 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-16 03:48:36 +0000 |
| commit | d095db81f5167a4e40c6eb60eb9557152c781cb6 (patch) | |
| tree | bbe38ca26e99f9173357bd3410d0d5b2d546c10b /django/conf | |
| parent | 52f5c949e9b50ae3b0034d67f2d385219588aaf1 (diff) | |
'django-admin.py init' now creates a site in the sites table, and project_template.settings.main.SITE_ID is now set to 1
git-svn-id: http://code.djangoproject.com/svn/django/trunk@93 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/conf')
| -rw-r--r-- | django/conf/project_template/settings/main.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/django/conf/project_template/settings/main.py b/django/conf/project_template/settings/main.py index eb4c5dbc3f..b59ff74059 100644 --- a/django/conf/project_template/settings/main.py +++ b/django/conf/project_template/settings/main.py @@ -16,6 +16,8 @@ DATABASE_USER = '' DATABASE_PASSWORD = '' DATABASE_HOST = '' # Set to empty string for localhost +SITE_ID = 1 + # Absolute path to the directory that holds media. # Example: "/home/media/media.lawrence.com/" MEDIA_ROOT = '' |
