nagyv / django-cms-events

A simple event listing app for django-cms.
Other
3 stars 6 forks source link

It is not working with django 1.6.2 #5

Open erieval opened 10 years ago

erieval commented 10 years ago

I have django-cms v3 with django 1.6.2. When I try to install django-cms-events, it downloads and installs Django-1.5.5 This is just a paste from my terminal: Downloading/unpacking Django>=1.4,<1.6 (from django-cms-events) Downloading Django-1.5.5.tar.gz (8.1MB): 3.0MB downloaded

Is it possible to update the plugin to work with django 1.6 ? Thanks

nagyv commented 10 years ago

May I ask you to first test it, then send a pull request? If we are lucky, then you'll only need to edit the setup.py file.

On Wed, Apr 2, 2014 at 3:34 PM, erieval notifications@github.com wrote:

I have django-cms v3 with django 1.6.2. When I try to install django-cms-events, it downloads and installs Django-1.5.5 This is just a paste from my terminal: Downloading/unpacking Django>=1.4,<1.6 (from django-cms-events) Downloading Django-1.5.5.tar.gz (8.1MB): 3.0MB downloaded

Is it possible to update the plugin to work with django 1.6 ? Thanks

Reply to this email directly or view it on GitHubhttps://github.com/nagyv/django-cms-events/issues/5 .

erieval commented 10 years ago

How do I test it?

erieval commented 10 years ago

I am kind of new to all this. Do I download ZIP file and run python runtest.py ?

erieval commented 10 years ago

I downloaded ZIP and ran python runtests.py in virtual environment that has django 1.6 and django-cms v3. I got: from model_utils.models import TimeStampedModel ImportError: No module named model_utils.models

Full paste of error at : http://paste.debian.net/91225/

Thanks