hi 

i hava some problem with new version of django for installing cartridge and 
mezzanine

like this


$ python3 manage.py createdb --noinput
/usr/local/lib/python3.3/dist-packages/Mezzanine-3.1.10-py3.3.egg/mezzanine/
utils/conf.py:51: UserWarning: You haven't defined the ALLOWED_HOSTS 
settings, which Django requires. Will fall back to the domains configured 
as sites.
  warn("You haven't defined the ALLOWED_HOSTS settings, which "
/usr/local/lib/python3.3/dist-packages/Mezzanine-3.1.10-py3.3.egg/mezzanine/utils/conf.py:92:
 
UserWarning: mezzanine.pages.context_processors.page is required in the 
TEMPLATE_CONTEXT_PROCESSORS setting. Adding it now, but you should update 
settings.py to explicitly include it.
  "explicitly include it." % cp)
/usr/lib/python3.3/importlib/_bootstrap.py:313: RemovedInDjango19Warning: 
django.contrib.contenttypes.generic is deprecated and will be removed in 
Django 1.9. Its contents have been moved to the fields, forms, and admin 
submodules of django.contrib.contenttypes.
  return f(*args, **kwds)

Traceback (most recent call last):
  File "manage.py", line 29, in <module>
    execute_from_command_line(sys.argv)
  File "/usr/local/lib/python3.3/dist-packages/django/core/management/
__init__.py", line 338, in execute_from_command_line
    utility.execute()
  File "/usr/local/lib/python3.3/dist-packages/django/core/management/
__init__.py", line 312, in execute
    django.setup()
  File "/usr/local/lib/python3.3/dist-packages/django/__init__.py", line 
18, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/usr/local/lib/python3.3/dist-packages/django/apps/registry.py", 
line 115, in populate
    app_config.ready()
  File "/usr/local/lib/python3.3/dist-packages/django/contrib/admin/apps.py", 
line 22, in ready
    self.module.autodiscover()
  File "/usr/local/lib/python3.3/dist-packages/Mezzanine-3.1.10-py3.3.egg/
mezzanine/boot/__init__.py", line 77, in autodiscover
    django_autodiscover(*args, **kwargs)
  File "/usr/local/lib/python3.3/dist-packages/django/contrib/admin/__init__
.py", line 24, in autodiscover
    autodiscover_modules('admin', register_to=site)
  File "/usr/local/lib/python3.3/dist-packages/django/utils/module_loading.
py", line 74, in autodiscover_modules
    import_module('%s.%s' % (app_config.name, module_to_search))
  File "/usr/lib/python3.3/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1584, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1565, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1532, in 
_find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 584, in _check_name_wrapper
  File "<frozen importlib._bootstrap>", line 1022, in load_module
  File "<frozen importlib._bootstrap>", line 1003, in load_module
  File "<frozen importlib._bootstrap>", line 560, in 
module_for_loader_wrapper
  File "<frozen importlib._bootstrap>", line 868, in _load_module
  File "<frozen importlib._bootstrap>", line 313, in 
_call_with_frames_removed
  File "/usr/local/lib/python3.3/dist-packages/cartridge/shop/admin.py", 
line 42, in <module>
    from cartridge.shop.forms import ProductAdminForm, 
ProductVariationAdminForm
  File "/usr/local/lib/python3.3/dist-packages/cartridge/shop/forms.py", 
line 476, in <module>
    forms.ModelForm)):
  File "/usr/local/lib/python3.3/dist-packages/future/utils/__init__.py", 
line 123, in __new__
    return meta(name, bases, d)
  File "/usr/local/lib/python3.3/dist-packages/cartridge/shop/forms.py", 
line 472, in __new__
    return super(ProductAdminFormMetaclass, cls).__new__(*args)
  File "/usr/local/lib/python3.3/dist-packages/django/forms/models.py", 
line 274, in __new__
    "needs updating." % name
django.core.exceptions.ImproperlyConfigured: Creating a ModelForm without 
either the 'fields' attribute or the 'exclude' attribute is prohibited; 
form ProductAdminForm needs updating.


is cartridge compatible for django 1.8 and python 3.4 ?

What's version of python and Django is more compatible  and performance 
with new version of cartridge and mezzanine ??

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to