Will using the Django framework lead to a decrease in my sales?

Discussion in 'Programming' started by LDev, Nov 25, 2012.

  1. #1
    Hi,

    I have written some software using the Django framework that I intend on selling. From my little research, the Django framework isn't as readily available to users on a standard web host as a PHP framework is. Do you think this will lead to a decrease in my sales enough to have to rewrite all of my code to a PHP framework? I am considering the option of if my software gets mildly popular, talking to a few small web hosting companies to try and strike a deal on some sort of referral deal if they support Django. Thoughts?

    Thank-you for your time,
    LDev
     
    LDev, Nov 25, 2012 IP
  2. DaveInFL

    DaveInFL Peon

    Messages:
    125
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Probably because people will probably need a VPS. It requires Python. This is from their home page djangoproject.com.

    "Being a Python Web framework, Django requires Python."

    How did you miss this?
     
    DaveInFL, Nov 25, 2012 IP
  3. LDev

    LDev Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I did not miss this. Maybe my question was not clear enough. My concern is that since it does require a not so common framework (i.e. Django) would it lead to less sales than if I was using something such as a PHP framework as it would be harder for clients to find hosting.
     
    LDev, Nov 25, 2012 IP
  4. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #4
    A PHP framework is a bunch of PHP files that you can include with your package. Python is something that the host has to provide on the server. Totally different kind of animal.

    You use Django to develop a site on a server over which you have control, not as a general purpose script you want to sell. Stick with PHP or ASP.
     
    Rukbat, Nov 25, 2012 IP