Created
March 15, 2011 13:22
-
-
Save gijs/870705 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@vagrantup:/vagrant/djangoapps/lizard-waterbalance$ bin/django syncdb | |
Traceback (most recent call last): | |
File "bin/django", line 39, in <module> | |
djangorecipe.manage.main('lizard_waterbalance.testsettings') | |
File "/vagrant/djangoapps/lizard-waterbalance/eggs/djangorecipe-0.20-py2.6.egg/djangorecipe/manage.py", line 16, in main | |
management.execute_manager(mod) | |
File "/vagrant/djangoapps/lizard-waterbalance/parts/django/django/core/management/__init__.py", line 438, in execute_manager | |
utility.execute() | |
File "/vagrant/djangoapps/lizard-waterbalance/parts/django/django/core/management/__init__.py", line 379, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/vagrant/djangoapps/lizard-waterbalance/parts/django/django/core/management/base.py", line 191, in run_from_argv | |
self.execute(*args, **options.__dict__) | |
File "/vagrant/djangoapps/lizard-waterbalance/parts/django/django/core/management/base.py", line 218, in execute | |
output = self.handle(*args, **options) | |
File "/vagrant/djangoapps/lizard-waterbalance/parts/django/django/core/management/base.py", line 347, in handle | |
return self.handle_noargs(**options) | |
File "/vagrant/djangoapps/lizard-waterbalance/parts/django/django/core/management/commands/syncdb.py", line 84, in handle_noargs | |
sql, references = connection.creation.sql_create_model(model, self.style, seen_models) | |
File "/vagrant/djangoapps/lizard-waterbalance/parts/django/django/db/backends/creation.py", line 45, in sql_create_model | |
col_type = f.db_type(connection=self.connection) | |
File "/vagrant/djangoapps/lizard-waterbalance/parts/django/django/db/models/fields/subclassing.py", line 28, in inner | |
return func(*args, **kwargs) | |
File "/vagrant/djangoapps/lizard-waterbalance/parts/django/django/db/models/fields/subclassing.py", line 28, in inner | |
return func(*args, **kwargs) | |
File "/vagrant/djangoapps/lizard-waterbalance/parts/django/django/contrib/gis/db/models/fields.py", line 200, in db_type | |
return connection.ops.geo_db_type(self) | |
AttributeError: 'DatabaseOperations' object has no attribute 'geo_db_type' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment