un1t / django-cleanup

Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.
MIT License
1.11k stars 79 forks source link

ImportError using django 1.6.5 #18

Closed fabiocaccamo closed 9 years ago

fabiocaccamo commented 9 years ago

[...]/lib/python2.7/site-packages/django_cleanup/models.py", line 3, in from django.apps import apps ImportError: No module named apps

un1t commented 9 years ago

now it fixed.

fabiocaccamo commented 9 years ago

could you release a 0.3.1 to install trought pip ? thanks

un1t commented 9 years ago

It is already there https://pypi.python.org/pypi?:action=display&name=django-cleanup&version=0.3.1

github-actions[bot] commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.