Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to work with latest symposion code #20

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

mjumbewu
Copy link

Various changes to get the pinax-project-symposion template working with the latest code in the symposion repo. Addresses issues #18 and #19 at least.

@mjumbewu mjumbewu changed the title Updated template Updated to work with latest symposion code Jan 14, 2016
@oorestisime
Copy link

Hello,

thanks for this PR, it helped by advance a bit with the boxes and cms error. I now although get

Traceback (most recent call last):
  File "manage.py", line 12, in <module>
    execute_from_command_line(sys.argv)
  File "/home/grok/testing/symposion-env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 351, in execute_from_command_line
    utility.execute()
  File "/home/grok/testing/symposion-env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 325, in execute
    django.setup()
  File "/home/grok/testing/symposion-env/local/lib/python2.7/site-packages/django/__init__.py", line 18, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/home/grok/testing/symposion-env/local/lib/python2.7/site-packages/django/apps/registry.py", line 108, in populate
    app_config.import_models(all_models)
  File "/home/grok/testing/symposion-env/local/lib/python2.7/site-packages/django/apps/config.py", line 198, in import_models
    self.models_module = import_module(models_module_name)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/home/grok/testing/symposion-env/local/lib/python2.7/site-packages/symposion/proposals/models.py", line 176, in <module>
    reversion.register(ProposalBase)
AttributeError: 'module' object has no attribute 'register'

Its probably a long time you did this PR, i just felt to report this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants