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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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 😛 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.