use https://github.com/yourlabs/django-autocomplete-light in your django
project
Cheers
On Sat, Oct 27, 2018 at 11:38 PM RONAK JAIN wrote:
> Why are you thinking this is cheating I have done there more think I need
> idea for do better.
> so , I was asking if you are thinking like that please d
Why are you thinking this is cheating I have done there more think I need
idea for do better.
so , I was asking if you are thinking like that please don't give me answer.
Thank you
Ronak Jain
On Sun, Oct 28, 2018 at 10:59 AM Joel Mathew wrote:
> Isn't this cheating? Why dont you complete your
Isn't this cheating? Why dont you complete your own assignment?
Joel G Mathew
On Sun, 28 Oct 2018 at 10:40, RONAK JAIN wrote:
>
> Hi
>
>
> Please help me out this assignment urgent. How can I solve ?
>
>
>
>
> Thanks
> RJ
>
>
> --
> You received this message because you are subscribed to the G
Hi
Please help me out this assignment urgent. How can I solve ?
Thanks
RJ
--
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 django-users+unsubscr...@googleg
Is there anyway to identify which database field update failed,
instead of a generic message like "ValueError: invalid literal for
int() with base 10: ''?
For example, I have the following save():
tempcust = unconfirmedappointment(name=name, ageyrs=ageyrs,
agemnths=agemnths, gender=gender, mobile
Yes Linux is best suited OS for developers. You can start getting familiar with
Linux by using latest Ubuntu LTS version. Ubuntu provides a better GUI and
ease-of-using for beginners. But getting hands-on terminal commands are of
great use.
--
You received this message because you are subscrib
Yes sir am interested
On Sat, Oct 27, 2018 at 7:27 PM mazz ahmed wrote:
> Hi Dear!
> I am Interested in your project. Please If you want to work with me reply
> please
>
> On Sat, Oct 27, 2018 at 8:10 PM BBG wrote:
>
>> I have one project fee management system and need some modification.
>>
>>
I am building a django 2.x site to:
* upload documents (images, pdfs, and videos)
* apply metadata to the documents (JSON metadata field)
* transform the documents (thumbnails, OCR, language translations, image
conversion, facial recognition, image blurring, etc.) based on some of the
metadata fiel
I have never used Linux before but now I want to start using it as a developer,
What shall I do. Thank you
Sent from Mail for Windows 10
From: Swetank Subham Roy
Sent: Friday, October 26, 2018 2:55 PM
To: django-users@googlegroups.com
Subject: Re: Can't install mysqlclient
If you are on Linux(
Thanks for the info. Do you know of a way that I can confirm this is
happening?
Best,
- Ryan
On Thursday, October 25, 2018 at 8:37:35 AM UTC-5, C. Kirby wrote:
>
> The delete method in your views, yes, but also how you build the button.
> You should use a form with a hidden field (the id to del
Thank you guys for the support, I was on a hard day on that day. College
and Work are filling me with self-doubt everday, but I better now, trying
to take the easy with the life chellenges. To be honest, I wasn't expecting
this topic to be approved, but I'm glad it was. You guys are good people.
Th
Hi Dear!
I am Interested in your project. Please If you want to work with me reply
please
On Sat, Oct 27, 2018 at 8:10 PM BBG wrote:
> I have one project fee management system and need some modification.
>
> please review this document for more information.
>
>
> Strict Deadline: 30/10/2018
> bu
I kept starting new projects, but that that made it more confusing. In the
tutorial there is a point where you query and update questions. These have not
updated in the old projects, so I deleted all the previous projects, apps and
cleared directories. I’m at the migrations stage, debugging m
Hey Eric, thanks for getting back to me again!
As I don't want to have an externally-consumable API for this application
(would be more of a liability than asset for me right now), I am most
likely going to not use DRF.
I know it'll be more time-consuming refactoring if I ever do decide to use
Hi Andréas, thanks again for the response.
I've decided to take your advice and not going to be adding DRF because I
simply don't need an API, so no need for the added complexity.
It's funny that you suggest using pandas for the csv import/exporting
though. I kept seeing pandas mentioned everyw
Try to learn python you must, from begining to the end, learn about other
MVC frameworks
El mié, 24 de octubre de 2018 10:05, Edson Rodrigues
escribió:
> This is just an outburst. I have been trying to learn Django for months
> and I do not learn. I already paid for a course at Udemy, followed
>
Take a look at this article...you aren't alone!
Mark
On Thu, Oct 25, 2018 at 4:50 AM Motaz Hejaze wrote:
> Edson my Bro ,
>
> all you need is to make simple thing , make just a traditional
> Home/About/Contact website , i can walk you through it if you want ..
>
> On Thu, Oct 25, 2018 at 12:10
Not necessarily. It just depends on the exact use case, the direction the
application is moving in the future, etc
On Sat, 27 Oct 2018, 14:13 Charley Paulus, wrote:
> Hi,
>
> Is it overkill to use Django just to dispatch url requests and to reply
> with JSON (i.e. not using at all the HTML templ
Hi Joel,
I managed to find the solution today using the same approach. Anyways
thanks for replying and showing concern. Really appreciate that :) I am new
to django so these things usually take up my wole day , lol xD
On Sat, Oct 27, 2018, 6:01 PM Joel wrote:
> Very simple. Give each checkbox a
Hi,
Is it overkill to use Django just to dispatch url requests and to reply with
JSON (i.e. not using at all the HTML template engine)?
Thanks.
Best regards,
Charley
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this gr
Hi Joel,
Thanks for sharing your experience. That’s perfect. This way I can make use of
my Django models in the script called by cron.
Best regards,
Charley Paulus
+1 917 692 2645
> On Oct 26, 2018, at 22:22, Joel wrote:
>
> There's nothing that prevents you from doing the necessary imports
Something like this:
@login_required
def batch_delete_bill_item(request):
if request.method == 'POST':
if request.POST.getlist('checks[]'):
selecteditems = request.POST.getlist('checks[]')
for sel in selecteditems:
item = get_object_or_404(billit
Very simple. Give each checkbox a unique name, and process the submit
request by reading request.POST.getlist.
On Sat, 27 Oct, 2018, 5:52 PM nitesh rawat, wrote:
> Hi Stanislav,
> I hope you get the solution to your problem, if you can , share the code.
> Thanks.
>
> On Monday, August 1, 2011 at
Hi Stanislav,
I hope you get the solution to your problem, if you can , share the code.
Thanks.
On Monday, August 1, 2011 at 1:38:33 PM UTC+5:30, Stanislav Nedelchev wrote:
>
> Hi everyone,
> I'm quite new to django and still learning.
> But I face a problem that i can't solve.
> I have the fo
#models.py
'''orderMain'''
class OrderMain(models.Model):
orderId = models.UUIDField(primary_key=True,
max_length=30)#sum(OrderDetail.amount)
sumAmount =
models.DecimalField(max_digits=13,decimal_places=3,null=True)
#sum(orderDetail.amount)
class Meta:
db_table = 'orderMain'
25 matches
Mail list logo