Can I use shared hosting for dynamic website? [closed] - shared-hosting

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
Can anyone help me
We'd like to create our startup MVP dynamic website with transaction, scheduling(calendar) and matching system using Python(django) and mongodb, can we use a shared hosting for that? (if yes, can you guys recommend?) reason is that no one in our team knows linux yet if we use vps.
beginner here and we don't have tech lead yet in our team 😣 we're trying to do it on our own (funding reasons).
We believe in our idea but we're short in resources. I hope you guys can help us. Thank you in advance!

Related

I want to learn twitter bootstrap.Which is the best site for learning online? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
How much time is required to learn bootstrap?
just use the official website www.getbootstrap.com
Go through the Getting Started section, it will cover all the main things to know about using this amazing framework.
After that, just try to build a simple website using the responsive grids and available components.

what should i learn to start creating a module in OpenERP? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to create a Module in OpenERP but I don't know what should I know ?
I'm a .net developer with 2 years experience.
my question is :
besides Python what should I learn ?
and how can I start being productive ASAP ?
thank you for your response :)
You just need to know basic python, To learn Python you can use byte of python book
Training is best option I suppose but if you want yo learn by your self then you can
download OpenERP technical Memento. which will help you get kick start.

how do i learn chrome.extension.sendRequest method? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I have tried to browse through the extension APIs and have searched google. I can find the information available for chrome.extension.sendMessage but its hard to find anything for the chrome.extension.sendRequest method.
Please help for the best tutorial to Chrome Extensions as atleast here Google is not helping me much :(
It is deprecated.
use sendMessage:
http://developer.chrome.com/extensions/runtime.html#method-sendMessage

how document changes on a project? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
i am working on some modules,actually change them.
but i don't know how i should document changes in a way that be clear and usefull for future changes.
would someone help me on this issue?
thanks.
If your project is written in one of the languages Doxygen supports, I strongly recommend using that to document your code.
By using Doxygen comments in your source code, you can easily generate documentation in a number of formats by running one command.

simple tutorial on how to use SQLite [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
I'm using VB.NET and Microsoft SQL Server 2005 to create an application. I was told I should use SQLite instead, as I want my application to be standalone with an embedded database. Can someone please provide me with a step-by-step tutorial on how to create a standalone application with an embedded database?
Sorry, I'm quite new to this. Thanks for reading and answering.
This website looks fairly promising:
https://www.dreamincode.net/forums/index.php?showtopic=157830
Here is a quick tutorial: SQlite on .NET in three minutes