Avatar of nraza78
Web developer at WebSolution Creators·
Needs advice
on
CodeIgniterCodeIgniter
and
DjangoDjango

I have learned Python. I also developed an online Result management system in CodeIgniter for my school but now want to migrate to Django as the system is expanding. Is it a good idea?

2 upvotes·23.2K views
Replies (2)
Recommends
on
DjangoDjango

I am not familiar with CodeIgniter so this may not be a super informed recommendation but I have found that I can expand Django very easily to meet scaling issues and expanding footprints. Because Django's approach is to break any project into "apps", it's easy to separate concerns without going full micro-service. The ORM does make it easy to run into the N+1 query problem but there are A TON of tutorials about how to fix this so I don't see that as a deal breaker. Finally there's a sweet logging framework that's easy to configure which has made it very easy for me to optimize my Django applications.

READ MORE
3 upvotes·225 views
Recommends
on
CodeIgniterCodeIgniter

Codeigniter i.e PHP can support big systems.It just matters of system design.We have big systems like sugarcrm in PHP.So if you have system already design in Codeigniter then just do some refactor for scalability.

1 upvote·161 views
Avatar of Narjis Fatima

Narjis Fatima

Web developer at WebSolution Creators