Re: How to intergrate openpyxl with django and using the excel sheet as the database to query data

2021-01-26 Thread Ernest Thuku
Well thank you so much for this...I really appreciate..let me try it and I will let you know On Wed, 27 Jan 2021 03:12 Gabriel Araya Garcia, wrote: > In top of views files (views.py) you must put: > import openpyxl > from openpyxl import Workbook > from openpyxl.styles import

Re: How to intergrate openpyxl with django and using the excel sheet as the database to query data

2021-01-26 Thread Gabriel Araya Garcia
In top of views files (views.py) you must put: import openpyxl from openpyxl import Workbook from openpyxl.styles import Alignment,Border,Font,PatternFill,Side from openpyxl.styles import colors from openpyxl.styles import Font, Color,Fill from openpyxl.styles.borders import BORDER_THIN from

Re:

2021-01-26 Thread Christ Ikonga
Hi guys.. how I can create a web site with reactjs like frontend and django like Backend ? Help me please Le sam. 23 janv. 2021 à 04:20, Christ Ikonga a écrit : > Send me your code please > > Le mar. 19 janv. 2021 à 22:32, Ameto Eklu a écrit : > >> To use your own form with Django, you have to

Re: How to intergrate openpyxl with django and using the excel sheet as the database to query data

2021-01-26 Thread Kasper Laudrup
On 26/01/2021 21.37, Ernest Thuku wrote: Yeah that is what I am talking about. I need  to integrate this screenshot below in django now. The link name, distance etc to be in  a form. I'm not really sure I understand what you mean. You say you want to import some existing data to a database

Re: How to intergrate openpyxl with django and using the excel sheet as the database to query data

2021-01-26 Thread Ernest Thuku
Yeah that is what I am talking about. I need to integrate this screenshot below in django now. The link name, distance etc to be in a form. On Tue, Jan 26, 2021 at 9:58 PM Kasper Laudrup wrote: > On 26/01/2021 15.19, Ernest Thuku wrote: > > Hey Kasper, yes I ned to save it as a model so that

Re: How to intergrate openpyxl with django and using the excel sheet as the database to query data

2021-01-26 Thread Kasper Laudrup
On 26/01/2021 15.19, Ernest Thuku wrote: Hey Kasper, yes I ned to save it as a model so that i can use it to access information. OK, so what you really want to do is to create a model with the same fields as the ones in your spreadsheet and then import your data into that model? /Kasper

Re:hi

2021-01-26 Thread Florin Ngabire
Think you sir On Jan 26, 2021 4:01 PM, "Kasper Laudrup" wrote: > Hi Florin, > > On 1/26/21 2:43 PM, Florin Ngabire wrote: > >> Good after every body so need help someone how has a small Python project >> in danger framework send me. I am new in Python >> >> > If you follow the Django tutorial,

Re:

2021-01-26 Thread Chetan Ganji
Hi Salima, Couple of things you can change in the code to make it run faster! Do these changes and performance will definitely improve. 1.Queryset Problem: classifieds = vk_classifieds.objects.filter(class_status='1').order_by('-added_date') This will fetch all the entries in the table; if

Re: How to intergrate openpyxl with django and using the excel sheet as the database to query data

2021-01-26 Thread Ernest Thuku
Hey Kasper, yes I ned to save it as a model so that i can use it to access information. On Mon, Jan 25, 2021 at 3:03 PM Kasper Laudrup wrote: > Hi Ernest, > > On 25/01/2021 10.43, Ernest Thuku wrote: > > Hello kasper, thank you so much for the information. I know how to use > > the django

Hi

2021-01-26 Thread Florin Ngabire
My name is florin.i need a support. A small Python project in django framework -- 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

Re:

2021-01-26 Thread Kasper Laudrup
Hi Florin, On 1/26/21 2:43 PM, Florin Ngabire wrote: Good after every body so need help someone how has a small Python project in danger framework send me. I am new in Python If you follow the Django tutorial, you'll have your own small Python project in Django. That's a much better way to

Re:

2021-01-26 Thread Florin Ngabire
Django framework On Jan 26, 2021 3:43 PM, "Florin Ngabire" wrote: > Good after every body so need help someone how has a small Python project > in danger framework send me. I am new in Python > -- You received this message because you are subscribed to the Google Groups "Django users" group.

[no subject]

2021-01-26 Thread Florin Ngabire
Good after every body so need help someone how has a small Python project in danger framework send me. I am new in Python -- 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

Re: about django documentation

2021-01-26 Thread Bmt Herald
https://www.youtube.com/watch?v=-s7e_Fy6NRU=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p=10 On Tue, Jan 19, 2021 at 5:11 PM dupakoor kannan wrote: > Hi, > > Try this first https://youtu.be/UmljXZIypDc and read the documentation > again. > > Hope it helps > > > > On Tue, Jan 19, 2021 at 8:40 AM a a