DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql_psycopg2',
        'NAME': 'django',
'USER': 'matt',
'PASSWORD':'***********',
'HOST': '127.0.0.1',
        'PORT': '5432',
    },
    'OPTIONS': {
        'autocommit': True,
    }

I forgot to post DB settings
On Wednesday, December 4, 2013 2:32:14 PM UTC-8, Matt Schloepp wrote:
>
> Django is 1.6 and Python is 2.7.5. On Windows 8.1, no virtual-env, but my 
> actual project will be on a *nix VM. I accidentally download and install a 
> development version, I think removed it before installing 1.6 but no 
> previous django versions were installed on this system. Maybe dropping my 
> db and starting over would fix the issue?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/acdf1883-ce8e-49e5-b48c-94edf6117620%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to