Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Database Django
#6
Thanks so much this is now working how I wanted it to.

I sincerely apologise about the multiple posts thanks for merging them for me. I am new to this so just learning. I will also try harder to get the Python Code in the correct font.

I am now trying to open up the home page and then click a button to get to the investor page where they will put their details in. I am looking in the views.py file see below does this look correct as I can't get the home page to show when I run the server.

def home(request):
    return render(request,"home.html")

def create(request):
    if request.method == 'POST':
        name =  request.POST.get("name")
    return render(request,"create.html")
Reply


Messages In This Thread
RE: Python Database Django - by nilamo - Feb-24-2018, 06:40 PM
RE: Python Database Django - by gilesgerman - Feb-24-2018, 08:02 PM
Python Database Django - by gilesgerman - Feb-24-2018, 03:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Django: View is unable to find attributes of database model pythonpaul32 0 538 Dec-07-2023, 06:38 PM
Last Post: pythonpaul32
  Save JSON data to sqlite database on Django Quin 0 2,890 Mar-26-2022, 06:22 PM
Last Post: Quin
  Send email to gmail after user fill up contact form and getting django database updat Man_from_India 0 2,122 Jan-22-2020, 03:59 PM
Last Post: Man_from_India
  how retrieve database save multiple data in web Django 2.1 taomihiranga 0 2,819 Jul-30-2019, 04:58 PM
Last Post: taomihiranga
  Django: How to automatically substitute a variable in the admin page at Django 1.11? m0ntecr1st0 3 3,339 Jun-30-2019, 12:21 AM
Last Post: scidam
  Django- Remove leading zeros in values from database ntuttle 1 3,492 Mar-07-2019, 07:30 PM
Last Post: nilamo
  Django- which database i should use? with best speed and performance!! ma_norouzifar 4 4,860 Dec-10-2018, 09:47 AM
Last Post: ma_norouzifar
  How to save uploaded image url in database from Django? PrateekG 14 14,940 Jul-04-2018, 05:18 PM
Last Post: PrateekG
  Need your help to fix my database relationship in Django model PrateekG 0 2,678 Jul-02-2018, 11:08 AM
Last Post: PrateekG
  Why some Django fields are not saved in database? PrateekG 0 2,591 Jun-21-2018, 08:32 AM
Last Post: PrateekG

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020