What would be better option, drupal or django if there was data of 10gb of entries to be imported from MSSQL darabase
One of requirements is to have editors access so they can update content at anytime.
What would be better option, drupal or django if there was data of 10gb of entries to be imported from MSSQL darabase
One of requirements is to have editors access so they can update content at anytime.
Django is an application framework, Drupal is ready to go CMS system. It's a mostly database question which in both cases is MySQL or Postgre. So the question is: WHAT exactly are you doing? :)
Anyway I'd choose Django and build my own platform on it anyway :P but if you are looking for ready to go CMS solution and you have no clue about programming in Python and you don't want to learn it then choose.. (I will not say it at laud!) - easy as that.