google-code-export / django-page-cms

Automatically exported from code.google.com/p/django-page-cms
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Taggit import #211

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Settings PAGE_TAGGING
2. Running project without taggit
3. If i don't use taggit, why does import taggit should be?

What is the expected output? What do you see instead?
Normal work, i see import error, certainly, i monkey patched it by creating an 
empty package with a module "managers" and a class:
from taggit.managers import TaggableManager

Are you using the master version or a released version of this CMS on the
github repository?
Master version.

If you can write a test that reproduce the problem, there is better chance
it will be resolved quickly.

Original issue reported on code.google.com by klich...@gmail.com on 12 Oct 2010 at 11:31

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks a lot

Original comment by batiste....@gmail.com on 13 Oct 2010 at 8:48

GoogleCodeExporter commented 9 years ago
Fixed here:

http://github.com/batiste/django-page-cms/commit/95471640219afc26750594210ad2054
b9d3d081e

Original comment by batiste....@gmail.com on 13 Oct 2010 at 8:53