English 中文(简体)
Drupal, CodeIgniter, Yii or Django for appupal
原标题:Drupal, CodeIgniter, Yii or Django for app

即将启动一个新的项目。 核心是私人信息,但也需要:

  • Static pages
  • Social Media integration - Twitter feed etc
  • User sign up / subscription
  • Email notifications
  • Payment gateway integration

问题在于,在使用框架(CodeIgniter、Yi或Django)或使用像Droupal这样的东西与为之做一些习俗单元之间,一刀切。 我对德鲁普勒的关切是迅速的,它是否会变得过分.。

我的背景情况是PHP,但我敢于躲避一些暴徒。

任何建议都是巨大的。

Cheers,

James

最佳回答

我的建议无疑是,在这种情况下使用Django,它有极多的文件记载,拥有一个非常丰富的社区,能够使用的一些原始产品,例如用于付款一体化的“Django-付费”。

促使你们开始并保持迅速行动的必要工具!

  • Git - svn
  • pip - tools, plugins etc
  • postgreSQL - no better choice for DB s
  • South - database migrations
  • heroku - hosting that allows you to focus on developing - recently introduced support for Django / Python

Django is a highly scalable platform that combined with some of the tools listed above creates a kick ass experience.

希望这一帮助。

问题回答

如果你的主要地兰是PHP,我将去读到准则Igniter或Kohana 。 CI是轻度的,容易学习。

Django/Python是IMHO(与CI相反,提供口服体液酸液),但只有在你愿意学习时,才需要时间正确确定(使用uwsgi或类似)。

我认为,它为你制定项目提供了最好的框架,因为它是用 p语撰写的,而且确实容易学习。 此外,它向你们教授一种观光的观光。





相关问题
How to get two random records with Django

How do I get two distinct random records using Django? I ve seen questions about how to get one but I need to get two random records and they must differ.

Moving (very old) Zope/Plone Site to Django

I am ask to move data from a (now offline) site driven by Plone to a new Django site. These are the version informations I have: Zope Version (unreleased version, python 2.1.3 ) Python Version 2.1....

Can Django models use MySQL functions?

Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...

Flexible pagination in Django

I d like to implement pagination such that I can allow the user to choose the number of records per page such as 10, 25, 50 etc. How should I go about this? Is there an app I can add onto my project ...

is it convenient to urlencode all next parameters? - django

While writing code, it is pretty common to request a page with an appended "next" query string argument. For instance, in the following template code next points back to the page the user is on: &...

Pragmatically adding give-aways/freebies to an online store

Our business currently has an online store and recently we ve been offering free specials to our customers. Right now, we simply display the special and give the buyer a notice stating we will add the ...

热门标签