christhekeele / django-native-datatables

A django based, easily customizable app leveraging the features of datatables.net through the efficiency of querysets
43 stars 1 forks source link

error: No module named base.helpers.django_utils #5

Open romildo opened 12 years ago

romildo commented 12 years ago

When trying the django-native-datatables package I am getting an import error: No module named base.helpers.django_utils. I have found the line

from base.helpers.django_utils import get_current_user

So what package in django 1.4.1 does really export get_current_user?

christhekeele commented 12 years ago

The project I was developing this plugin around got killed, and I haven't had the time to backtrack and remove project specific dependancies for this gem yet. As soon as I do get the time I will notify everyone watching this repo of the update.