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 
   <https://docs.djangoproject.com/en/1.7/howto/legacy-databases/>
   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 1 
   <http://policystat.github.io/php-to-django-changing-the-engine-while-the-c/>
   , part 2 <http://policystat.github.io/php-to-django-how-we-did-it/> and 
their 
   django-php-bridge plugin <https://github.com/winhamwr/django-php-bridge>
   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+unsubscr...@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.

Reply via email to