Re: django assignment

2018-10-27 Thread carlos
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

Re: django assignment

2018-10-27 Thread RONAK JAIN
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

Re: django assignment

2018-10-27 Thread Joel Mathew
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

django assignment

2018-10-27 Thread RONAK JAIN
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

Identify failed insert field

2018-10-27 Thread Joel Mathew
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

RE: Can't install mysqlclient

2018-10-27 Thread Swetank Subham Roy
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

Re: Modification in Fee Management System Django Project

2018-10-27 Thread Abba Haruna
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. >> >>

Celery/Redis Django 2.0 Design Question

2018-10-27 Thread Mark Phillips
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

RE: Can't install mysqlclient

2018-10-27 Thread Rabil Abdullahi
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(

Re: Django auto-deletes field related to MySQL Transactions

2018-10-27 Thread RyanW
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

Re: I Suck

2018-10-27 Thread Edson Rodrigues
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

Re: Modification in Fee Management System Django Project

2018-10-27 Thread mazz ahmed
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

Re: Unable to update questions in "Writing First Django App" tutorial

2018-10-27 Thread Darrell Hall
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

Re: Should I use Django-Rest-Framework for performance reasons, despite not needing an externally-consumable API?

2018-10-27 Thread Tyler Lynch
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

Re: Should I use Django-Rest-Framework for performance reasons, despite not needing an externally-consumable API?

2018-10-27 Thread Tyler Lynch
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

Re: I Suck

2018-10-27 Thread Bugs Bunny
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 >

Re: I Suck

2018-10-27 Thread Mark Phillips
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

Re: Django to serve JSON: overkill?

2018-10-27 Thread Babatunde Akinyanmi
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

Re: Django table with checkboxes

2018-10-27 Thread nitesh rawat
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

Django to serve JSON: overkill?

2018-10-27 Thread Charley Paulus
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

Re: Trigger actions independently of url request

2018-10-27 Thread Charley Paulus
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

Re: Django table with checkboxes

2018-10-27 Thread Joel
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

Re: Django table with checkboxes

2018-10-27 Thread Joel
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

Re: Django table with checkboxes

2018-10-27 Thread nitesh rawat
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

Django admin model calc something before save to db

2018-10-27 Thread Brook Liu
#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'