Wednesday, March 4, 2015

Rewrite (port) project from PHP (Code Igniter) to Django

Hello everyone!

I would like to collect thoughts, articles, posts, code bases, actually any shared experience on how to port existing project from PHP to Python/Django.

Platform agnostic advises or thoughts are appreciated as well.

There are my initial quick thoughts and findings on what should be handeled:

  1. Use of legacy database - Djagno's inspectdb
  2. It should be modular porting to start using new code as soon as possible.
  3. In case of modular porting, user session sharing should be handled - PolicyStat's posts about their experience: part 1part 2 and their django-php-bridge plugin
  4. Working with servers - ?
  5. ???

Although I'd like to get as much information as possible, there are technologies assumed to be used in my particular case: PHP, Code Igniter -> Django, Django REST Framework, Angular.js.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/14ba8ea5-d894-4f1d-b7d8-a73e6231bfb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment