Dear Alan,
If, as you stated, you haven’t worked in a real development job, it might be a bit of a challenge teaching others how to do the same since you may have limited exposure to the tools of the trade.
As for resources, here are a few that may be useful:
2. PostgreSQL is a database that is (perhaps most commonly) used with Django web projects. A suitable place to start may include
http://www.postgresql.org/docs/9.0/static/tutorial.html Please, note that while using Django, most of the time you will be using the Django ORM to access and manipulate the PostgreSQL database instead of writing DB queries against the database directly. See the Django tutorial for details.
As for integrating Cassandra with Django, you may have to do some research or ask around for more details on how to go about doing that. Or maybe somebody here has some related experience to share.
3. Web Hosting: I don’t know about where you can get web hosting to resell. But if you are interested in web hosts that pride themselves on supporting Django, a few options include:
I hope this would be of some help.
All the best.
Yours sincerely,
Muhammad