Skip to content

Instantly share code, notes, and snippets.

@tmc
Created June 10, 2010 16:34
Show Gist options
  • Save tmc/433259 to your computer and use it in GitHub Desktop.
Save tmc/433259 to your computer and use it in GitHub Desktop.
reposting as public:
If you get this error:
"Error: cannot import name gqn"
Then:
git clean -df
@toastdriven
Copy link

If you get this error:
"There is no South database module 'south.db.dummy' for your database. Please either choose a supported database, check for SOUTH_DATABASE_ADAPTER[S] settings, or remove South from INSTALLED_APPS."

You're trying to use Django 1.1 with code that's been updated for Django 1.2 (DATABASES).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment