Jump to content

Question On What Plan is better?


bishop-kai

Recommended Posts

So i am building a gaming community website like the old school 2009 gamebattles website, for a local community to compete for non-monetary ladders and tournaments, it will be done in django/python for back end and use html, css, and js for font end. right now i am just in the development / test phase, amd tired of using local host i want to only use local host to test small changes before switching it to live test to make sure what works locally works on the web, then once its finished and we want go live for real then we doont mind switching to bugger plans.

Link to comment
Share on other sites

Another consideration for Django is Johnny and Tommy both use server side caching to reduce load, so if you make a change to your Django code it could show old code still for up to 2 hours which can be kind of annoying if you haven't finished your site yet and are making lots of changes still. On a VPS your changes would appear instantly as they do on localhost, and you don't have to worry about high load suspensions.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...