Hi friend, # dont separate bc of the same type of field on one object. ( or find more zipcode service provider for more options)
# with get/post method you shoud refer more docs, it just view/create action. # consider review source, a lot comment in your code base and few err commands. Think of zen. On Sat, Jan 4, 2020, 06:11 [email protected] <[email protected]> wrote: > Hi, > > I am creating a website that lists my states congressional districts based > on the US census (i.e. 2000, 2010 and ultimately to update when the 2020 > survey is completed). The entire exercise is to track how the > representation could possibly change based on the US census. > > So far, I have a mock-up for two user inputs: one for 2000 and one for > 2010 entering their zip codes on the homepage. The user is prompted to > input their zip code (for each census year) in order to see their > representative for 2000 and 2010 (basically pulling from a db to show the > results) and the results show on the results page (new tab). > > My confusion: > > 1. Should I combine the DB's to "respond" to the users input or keep > DB's (2000, 2010) separate? > 2. I understand how to create models and I understand how to create > views, but I am confused on creating the form (specifically "GET" vs > "POST". > 3. Is POST what the user inputs? If so, how do I "search through the > existing DB"? > 4. I have reviewed the form docs within Django but still am lost. > Please help. > > As you suspected, I am new to Django but want to "get over this hump". I > feel I am reaching too far and the answer is in front of my face. My > github is: https://github.com/NinaMaxberry/Cornerstone-Project. Once you > visit, you will see, I've tried a lot of options. > > Any help would be greatly appreciated. > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/5f1995c7-6e6c-4147-b53b-10373c7b4b31%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/5f1995c7-6e6c-4147-b53b-10373c7b4b31%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAP5HUWpdzGaBg4UEcOUfirLq%2BBYUYiDfe-W5rZ1_3JVZHauPgw%40mail.gmail.com.

