Skip to content

Instantly share code, notes, and snippets.

@paulnicholsen27
Created April 20, 2015 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulnicholsen27/764c46da4e520cc98efd to your computer and use it in GitHub Desktop.
Save paulnicholsen27/764c46da4e520cc98efd to your computer and use it in GitHub Desktop.
File "/Volumes/www/Atlantic-CMS/bin/../apps/manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/Volumes/www/Atlantic-CMS/src/django/django/core/management/__init__.py", line 443, in execute_from_command_line
utility.execute()
File "/Volumes/www/Atlantic-CMS/src/django/django/core/management/__init__.py", line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/Volumes/www/Atlantic-CMS/src/django/django/core/management/base.py", line 196, in run_from_argv
self.execute(*args, **options.__dict__)
File "/Volumes/www/Atlantic-CMS/src/django/django/core/management/base.py", line 231, in execute
self.validate()
File "/Volumes/www/Atlantic-CMS/src/django/django/core/management/base.py", line 266, in validate
num_errors = get_validation_errors(s, app)
File "/Volumes/www/Atlantic-CMS/src/django/django/core/management/validation.py", line 30, in get_validation_errors
for (app_name, error) in get_app_errors().items():
File "/Volumes/www/Atlantic-CMS/src/django/django/db/models/loading.py", line 158, in get_app_errors
self._populate()
File "/Volumes/www/Atlantic-CMS/src/django/django/db/models/loading.py", line 67, in _populate
self.load_app(app_name)
File "/Volumes/www/Atlantic-CMS/src/django/django/db/models/loading.py", line 88, in load_app
models = import_module('.models', app_name)
File "/Volumes/www/Atlantic-CMS/src/django/django/utils/importlib.py", line 35, in import_module
__import__(name)
File "/Volumes/www/Atlantic-CMS/apps/snippets/models.py", line 7, in <module>
from statictext.models import StaticText, ProxySite
ImportError: cannot import name ProxySite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment