DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql_psycopg2',
        'NAME': 'netfields',
    }
}

INSTALLED_APPS = (
    'netfields',
)

SECRET_KEY = "notimportant"