Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Free hosting
Post: Free hosting

Hi all I created Django project. I want to deploy it which is best website . I tried github but it is not taking folders. Can anyone help to get free hosting
Sowmya Bar 1 361 Apr-15-2024, 09:10 AM
    Thread: Django
Post: Django

Hi all I am doing a multiplication tables quiz project in Django. Everything will correct . But the only issue is at quiz I did not get entered value in quiz In views.py def multiplication_quiz(reques...
Sowmya General Coding Help 0 231 Apr-13-2024, 01:43 PM
    Thread: Bitwise Operations in numpy
Post: RE: Bitwise Operations in numpy

But I have a doubt how you got this 0001 & 0101 = 0001 = 1
Sowmya Data Science 3 408 Apr-03-2024, 02:36 PM
    Thread: Bitwise Operations in numpy
Post: Bitwise Operations in numpy

Hi all I am learning Numpy class they said bitwise operations but did not understand how the out put come like this import numpy as np a = np.array([1,2,3,4]) b = np.array([5,6,7,8]) print("a & ...
Sowmya Data Science 3 408 Apr-03-2024, 12:44 PM
    Thread: Free hosting
Post: Github

Hi all I want to upload my Django project folders in Github. But I am unable to upload folders , I tried Git desktop also I did not get solution and I tried git blash also the code is not working lik...
Sowmya Bar 1 361 Apr-03-2024, 04:26 AM
    Thread: ndim array
Post: RE: ndim array

Thank you!
Sowmya Data Science 2 380 Apr-03-2024, 04:19 AM
    Thread: ndim array
Post: ndim array

Hi all thrD = np.array([[1,2,3],[3,4,5],[1,-2,8]]) print(thrD.ndim)Output Output:2My doubts: What are dimensions in thrD Why I am getting 2 as Output Please anyone can help me
Sowmya Data Science 2 380 Apr-01-2024, 04:24 AM
    Thread: view option in Django
Post: view option in Django

Hi all I am creating a django project . I have 3 html pages Index.html - it contains form result.html - it will display a report when i click on submit in index.html table.html - It contains a databas...
Sowmya Web Scraping & Web Development 1 434 Mar-22-2024, 10:54 AM
    Thread: context Django
Post: context Django

Hi all I have 3 html pages index.html - It contains form result.html - when you click on submit in index.html it will display result.html page in this page we have context i.e {{result}} I want to sho...
Sowmya Web Scraping & Web Development 0 313 Mar-22-2024, 10:47 AM
    Thread: CRUD in Update operation in Django
Post: RE: CRUD in Update operation in Django

Hi Here is the solution def update_receipe(request,id): queryset = Receipe.objects.get(id = id) if request.method == "POST": data = request.POST receipe_name = data.get('...
Sowmya Web Scraping & Web Development 2 454 Mar-19-2024, 04:14 AM
    Thread: For loop in Django
Post: For loop in Django

Hi all For loop is not working in my CMD when do operations on DB tables in Django import random >>> import random >>> >>> for vege in veges: ... vege.recipe_view_count...
Sowmya Web Scraping & Web Development 1 390 Mar-19-2024, 04:11 AM
    Thread: Order by Django
Post: Order by Django

Hi all I am not getting descending order of my DB table contents I am getting Ascending Order like this vege = Receipe.objects.all().order_by('-receipe_view_count') >>> vege <QuerySet [<...
Sowmya Web Scraping & Web Development 1 365 Mar-19-2024, 04:08 AM
    Thread: Python django view error
Post: RE: Python django view error

Hi Open cmd and type step - 1: python manage.py makemigrations (click enter) step - 2: python manage.py migrate (click enter) step -3 : python manage.py runserver In files you should do the above o...
Sowmya Web Scraping & Web Development 1 447 Mar-18-2024, 03:14 PM
    Thread: Document on Django
Post: Document on Django

Hi all Can anyone please help to share good document on Django?
Sowmya Web Scraping & Web Development 0 294 Mar-18-2024, 03:02 PM
    Thread: CRUD in Update operation in Django
Post: Image issue in Django

Hi all I created a website using Django. When I upload in image in website it is showing sometimes not showing. Can you please help me
Sowmya Web Scraping & Web Development 2 454 Mar-18-2024, 05:12 AM
    Thread: CRUD in Update operation in Django
Post: CRUD in Update operation in Django

Hi all I am working on Django Update operation in CRUD . I used this code def update_receipe(request,id): queryset = Receipe.objects.get(id = id) if request.method == "POST": data...
Sowmya Web Scraping & Web Development 2 454 Mar-18-2024, 04:03 AM
    Thread: Bootstrap Django
Post: Bootstrap Django

Hi all. I want to add nav bar to my Django project. So I copied Html code from Bootstrap to my Django Html. It worked properly. So, the Youtuber said don't use bootstrap css .They gave bootstrap css &...
Sowmya Web Scraping & Web Development 0 273 Mar-16-2024, 09:22 AM
    Thread: Django CSS
Post: Django CSS

Hi all. I downloaded a free website template from travello website. In html file I am configuring CSS , I used {% load static %} at beginning of index.html file at style {% static ''%} at script {% st...
Sowmya General Coding Help 0 246 Mar-15-2024, 05:45 AM
    Thread: Python Django
Post: RE: Python Django

Thank you for your response. The image you uploaded in line 12 "from django.core.asgi import get_asgi_application" , I got "Import could not be resolved from source" error. I don't want to get that er...
Sowmya General Coding Help 4 514 Mar-15-2024, 04:15 AM
    Thread: Python Django
Post: RE: Python Django

Thanks for your response. Unfortunatetly, I used this process, but still My problem is not solved. Can you please give me another solution for my problem. Once again thank you!
Sowmya General Coding Help 4 514 Mar-14-2024, 01:49 PM

User Panel Messages

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