Re: Need help with a school project

2017-01-16 Thread Ryan Nowakowski
On Sat, Jan 14, 2017 at 04:10:09PM -0800, Grant Holman wrote: > I need help starting a django project for a school project. I am brand new > to Django but have some experience with Python. > > I need to design web application where inputs are put onto a screen and > then inputted into a databas

Re: Need help with a school project

2017-01-14 Thread Vijay Khemlani
Read the tutorial I guess https://docs.djangoproject.com/en/1.10/intro/tutorial01/ After that handling form data and saving to the databse should be trivial On 1/14/17, Grant Holman wrote: > I need help starting a django project for a school project. I am brand new > to Django but have some exp

Need help with a school project

2017-01-14 Thread Grant Holman
I need help starting a django project for a school project. I am brand new to Django but have some experience with Python. I need to design web application where inputs are put onto a screen and then inputted into a database. From my research this is a simple process with Django. Does anyone h