Re: How to create a database for my website in Django

2016-09-01 Thread djangorobert
a quick fix would be to just get an account with pythonanywhere.com its a cloud computing or a saas for python users lets you create your app and gives you a mysql database automatically On Tuesday, August 30, 2016 at 6:18:08 PM UTC-5, Jeff Goes wrote: > > I have little knowledge when it comes

Re: How to create a database for my website in Django

2016-08-31 Thread ludovic coues
Hi jeff, I would suggest you looking up the documentation on creating a database [1] and the following section on how to connect to your freshly created database from django. When you get to creating your table, you might want to simply use django's tools. One of the key feature for developer on

Re: How to create a database for my website in Django

2016-08-30 Thread M Hashmi
Hi, First of all as far as creation of database is concerned there is comprehensive documentation at djagnoproject.com in tutorial section. Once you've created database then you can use "forms" to get data from the front end to save it in db. Before you go through all this exercise I would suggest

How to create a database for my website in Django

2016-08-30 Thread Jeff Goes
I have little knowledge when it comes to the creation of databases. I would like to know if someone can help me set a database for my website step by step since I have a deadline due to next month to finish a project that requires that kind of knowledge. The idea is to input information on the