megmorsie uses CodeIgniter
I used CodeIgniter while working at KHM Travel Group. It was the system we used for an affiliate-based site called TravSearch, which I later replaced with a WordPress Multisite. I developed a .csv upload form to transfer all the information from the affiliate table of CodeIgniter to the user and options tables in WPMU.
MOKA Analytics uses Django
Django takes the hassle out of building an enterprise web application using Python.
jegesh uses Django
Our backend was written in Django. We took advantage of the ready-to-go admin interface as a go-to solution for the client to be able to authorize his users, as well as other functionality, while most of the work was done through the Django Rest Framework.
blairg23 uses Django
Hands down the best Python web framework I've used. Very easy to extend and add apps and go from 0 to full project quickly and painlessly. I built a fully authenticated project with a single endpoint in less than 30 minutes.
gllona uses CodeIgniter
CodeIgniter is the MVC framework used for the PHP coding. Also, validation criteria for (database) table fields are the provided by CodeIgniter, and signatures for others are derived from those.
rkdgusrnrlrl uses Django
์ ๋ง ํธ๋ฆฌํ๊ณ ๋ง์๊ฒ์ ์์์ ์ ๊ณตํด ์ฃผ๋ ํ๋ ์์ํฌ ์ด๋ค. ์ฑ ์ ์์ ๋ง ์งํํด์ ๋ง์ด ์จ๋ณด์ง๋ ๋ชปํ์ง๋ง, ์ฝ๊ฒ ์ฝ๊ฒ ์น์ ๊ฐ๋ฐ ํ ์ ์๋ ์ ์ด ๋งค๋ ฅ์ ์ด๋ค. ๊ฒ๋ค๊ฐ orm ์ด ๊ธฐ๋ณธ์ผ๋ก ๋ด์ฅ ๋์ด ์๊ณ db ๋ sqlite ๊ฐ ๊ธฐ๋ณธ์ผ๋ก ๋์ด์์ด. ๊ทธ๋ฅ django ๋ง ์ค์นํ๋ฉด ๋ฐ๋ก ์น๊ฐ๋ฐ์ด ๊ฐ๋ฅํ๋ค.
yevgnenll uses Django
django๋ ์ ์ ๋ฌด๊ธฐ์ ๋๋ค.
django ์ด์ธ์ flask๋ก ๊ฐ๋จํ restful api๋ฅผ ๋ง๋ค๋ฉด์ ๋๋์ ์ framework ๋ณด๋ค ์ธ์ด๊ฐ ์ค์ํ๋ค๋๊ฒ์ ์์๊ณ django๊ฐ ์ผ๋ง๋ ํฐ framework์ธ์ง ์๊ฒ๋์์ต๋๋ค.
์ ๋ signal ์ฌ์ฉ์ ์ข์ํฉ๋๋ค.
delbin uses CodeIgniter
It is super easy to do things in PHP using codeigniter. Used the MVC architecture to create different types of pages and modules.