Re: phpBB3 to DjangoBB migration...
jens wrote: > The last thing to migrate is the topic subscriptions, but django can't > handle the model. See: https://github.com/jedie/django-phpBB3/issues/5 This is now implemented with commit: https://github.com/jedie/django-phpBB3/commit/2c4835fceb1c7dc8df30b1ef50b2cc06d4425f5c So i think everything is done to migrate a phpBB forum to DjangoBB ;) Mfg. Jens -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Re: phpBB3 to DjangoBB migration...
We improve the migration. Seems that the most work is done! The last thing to migrate is the topic subscriptions, but django can't handle the model. See: https://github.com/jedie/django-phpBB3/issues/5 On 20 Jul., 15:27, jens wrote: > Anyone who interest the migration from phpBB3 to DjangoBB should take > a look at > my project: > > https://github.com/jedie/django-phpBB3 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
phpBB3 to DjangoBB migration...
Hi... Anyone who interest the migration from phpBB3 to DjangoBB should take a look at my project: https://github.com/jedie/django-phpBB3 There i worked on a migration script. What is django-phpBB3 ? --- """ Django-phpBB3 provides the database models of a existing phpBB3 installation for easy migration into a other forum software. It's not a phpBB clone or a forum! Warning: In the current state, it's not guaranteed that changes trough the django admin will work with phpBB3! So in the current state, access 'read-only' to the data Patches are welcome! Please send pull requests. """ -- Mfg. Jens Diemer -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.