# models.py
from django.db import models
class Title(models.Model):
name = models.CharField(max_length=100, unique=True)
# Add other fields as needed
# views.py
from django.shortcuts import render, get_object_or_404
from .models import Title
def title_page(request, title_id):
title =
Give the same statement to ChatGPT and it will give you a very good
explanation of this problem.
I did it before with ChatGPT
On Wed, Oct 25, 2023, 10:25 PM Raymond N wrote:
> Am working on a website using django and i want to create a dropdown list
> on the navigation bar such that when i add a
it is possible to share the repo url?
On Wednesday, 25 October 2023 at 18:25:45 UTC+1 Raymond N wrote:
> Am working on a website using django and i want to create a dropdown list
> on the navigation bar such that when i add a title in the admin its added
> here.
>
> This title should also autom
in django how to do phonepay integration any know or any blog or video
anything , could you tell me !!! , i need to do that payment integration
in phonepay
On Thu, 26 Oct 2023 at 14:30, Stefan Kusmierz
wrote:
> Hi Migui, thanks for your input. It didn't work.
>
>
> Migui Galan schrieb am Donner
Hi Migui, thanks for your input. It didn't work.
Migui Galan schrieb am Donnerstag, 26. Oktober 2023 um 09:27:48 UTC+2:
> Hi Stefan, sorry i thought the process you are working is in POST request.
> Try to place your func() after formchoices3.
>
> On Wed, Oct 25, 2023 at 4:10 PM Stefan Kusmierz
With the help of bootstrap, then you just make queryset and loop the titles
in the dropdown list,
On Wed, 25 Oct 2023, 19:25 Raymond N, wrote:
> Am working on a website using django and i want to create a dropdown list
> on the navigation bar such that when i add a title in the admin its adde
Hello, I'm interested in this position. Heres my resume. PFA.
On Thu, Oct 26, 2023, 5:23 AM Prateek Lodhi
wrote:
>
> On Thu, 26 Oct, 2023, 00:52 Daniel Joseph,
> wrote:
>
>> Hello i am Daniel Joseph Good in Python programming and front-end
>> development
>> I have developed many project and hel
Hi Stefan, sorry i thought the process you are working is in POST request.
Try to place your func() after formchoices3.
On Wed, Oct 25, 2023 at 4:10 PM Stefan Kusmierz
wrote:
> Hi Migui,
> I'm enchanted to receive such a quick answer.
> 1. It's MyForm1_2_3_4() because it's the answer to the firs
8 matches
Mail list logo