Skip to content

Commit

Permalink
settings local dist
Browse files Browse the repository at this point in the history
  • Loading branch information
eos87 committed Oct 15, 2010
1 parent 678d617 commit 189264a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 24 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
nbproject/
fed/settings-local.py
*.pyc
fed/encuesta/migrations/
fed/lugar/migrations/
23 changes: 0 additions & 23 deletions settings_local.py

This file was deleted.

23 changes: 23 additions & 0 deletions settings_local.py_dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import os

PROJECT_DIR = os.path.dirname(__file__)
DEBUG = True
TEMPLATE_DEBUG = DEBUG

ADMINS = (
# ('Your Name', '[email protected]'),
)

MANAGERS = ADMINS

DATABASES = {
'default': {
'ENGINE': '', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': '', # Or path to database file if using sqlite3.
'USER': '', # Not used with sqlite3.
'PASSWORD': '', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '', # Set to empty string for default. Not used with sqlite3.
}
}

0 comments on commit 189264a

Please sign in to comment.