Dmitry Demidenko
Dmitry Demidenko

Reputation: 3407

Django tagging migration to GAE

I have a Django app that use a django-tagging. I need to port this application to GAE. So, the main problem is to migrate tagging part. It has a complicated model, that should be rewritten to work with Google store. I think tagging is very popular django app and someone has the same problem before. Has someone a rewritten model?

Upvotes: 1

Views: 354

Answers (2)

machaku
machaku

Reputation: 1196

There is a modified django-tagging, probably it might work.

Upvotes: 0

Seb
Seb

Reputation: 17845

Check Nick's post about tagging blog posts. It covers all main tagging issues.

Upvotes: 2

Related Questions