Skip to content

Instantly share code, notes, and snippets.

@arruda
Created September 4, 2013 03:18
Show Gist options
  • Save arruda/6432411 to your computer and use it in GitHub Desktop.
Save arruda/6432411 to your computer and use it in GitHub Desktop.

Revisions

  1. arruda created this gist Sep 4, 2013.
    10 changes: 10 additions & 0 deletions exemplo.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    DATABASES = {
    'default': {
    'ENGINE': 'django.db.backends.sqlite3',
    'NAME': '/home/lanchinho/blablabla/tutorial/db.sqlite' ,
    'USER': '',
    'PASSWORD': '',
    'HOST': '',
    'PORT': '',
    }
    }