From the course: Django: Forms

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Making forms from scratch

Making forms from scratch

From the course: Django: Forms

Start my 1-month free trial

Making forms from scratch

- [Narrator] Now Nandia's Garden is a website that offers lots of different options, but the main thing that we're building for Nandia's Garden is the ability to order a pizza. So this is a perfect opportunity for us to make a new app in this project. Go ahead and hit control C to get out of your server. Then once you've done that let's go ahead and use our django-admin again, and we are going to start an app called pizza. All of our codes around ordering pizza will live here. So we'll go ahead and hit enter on that. If you do an LS you'll see there's now a pizza directory and with this, this is a good time to move over to Atom or some sort of text editor so that we can be working on our project. So I'm going to move over into Atom, let's open up this project, go to my desktop, open up nandiasgarden_project. So there you have it, you can see we have all of our files over here, ready to start. The first place that we want to go, is we want to have a home page and then also an order…

Contents