svg vs. canvas

2020-06-26 Thread 'MH' via Django users
Hi I have never rendered graphical objects for a web app, but now I want to generate process views. So, there should be something like a circle marking the process start, a rectangle box indication a subsequent activity, and another circle indicating the process end. Between these elements ther

Re: Task queue

2020-06-26 Thread FLAVIEN HERI
is there any kiny kind of tasks to help you on your blog On 6/26/20, Sunday Iyanu Ajayi wrote: > try using celery > *AJAYI Sunday * > (+234) 806 771 5394 > *sunnexaj...@gmail.com * > > > > On Fri, Jun 26, 2020 at 10:55 PM Joshua Kayode > wrote: > >> Pls i want to re color the blog picture using

Re: Task queue

2020-06-26 Thread Sunday Iyanu Ajayi
try using celery *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Fri, Jun 26, 2020 at 10:55 PM Joshua Kayode wrote: > Pls i want to re color the blog picture using a task queue > > How can i beat achieve this and make it available on blog call > > Thanks in advance > > -- >

Task queue

2020-06-26 Thread Joshua Kayode
Pls i want to re color the blog picture using a task queue How can i beat achieve this and make it available on blog call Thanks in advance -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving e

I need collaborators or partners

2020-06-26 Thread sunday honesty
↰ Django users I need collaborators 9:45 PMme High all, recently I started learning Django and now I have made a forum with some cool functionalities... As a forum starting like this, it will be so long for people to discover it and start visiting it regularly... I want to focus on makin

I need collaborators

2020-06-26 Thread sunday honesty
High all, recently I started learning Django and now I have made a forum with some cool functionalities... As a forum starting like this, it will be so long for people to discover it and start visiting it regularly... I want to focus on making posts that people are looking for in a particular

Re: Reverse for 'process_data' not found. 'process_data' is not a valid view function or pattern name.

2020-06-26 Thread Ogunsanya Opeyemi
Ok good job 👍 You can email me directly for any issue. ogunsanyaopeye...@gmail.com On Friday, June 26, 2020, ratnadeep ray wrote: > Hi Ogunasya, > > I tried that but still that's not working. After some research and > analysis, I realized the issue is not with the urls but with the html file. >

Re: Collaborators

2020-06-26 Thread FLAVIEN HERI
im interested FLAVIEN HERI *Information management AscociateUNHCR-Kinshasa* Tél:+243978587009 Skype: flavien.heri1 Facebook: flavien semi On Sat, Jun 20, 2020 at 10:58 AM maninder singh Kumar < maninder.s.ku...@gmail.com> wrote: > Hi John, > > I would love to join up with you. My

Re: Collaborators

2020-06-26 Thread Kunal Solanke
Hi I am kunal solanke. This is my portfolio It has my resume and work. https://voldemort-acer.github.io/Portfolio/ Even though I might be underqualified for your requirements .I will be happy If you consider me as learning associate/small contibutor. Please do reply!! On Fri, Jun 19, 2020,

Re: Collaborators

2020-06-26 Thread Dvs Khamele
Hi John, I am a 5+ experienced Django developer worked on various well established projects as careerkeeper.com. I am full stack developer in sense of am very good in UI UX as well with React native and Angular skills. Lets discuss in detail, Thanks and Regards Divyesh Khamele On Monday, 22 June 20

Re: In search for experience Django Developer

2020-06-26 Thread Dvs Khamele
Hi I am 5+ years experienced Django developer recently worked on a similar Django based Document Management System, it manages excel docs and the charts with including editing document features. Lets discuss in detail, Thanks and Regards Divyesh Khamele On Friday, 26 June 2020, RaviKiran Kk wrote:

Re: Starving queue with django-celery and rabbitmq

2020-06-26 Thread Rogerio Carrasqueira
someone with a charitable soul could help? Rogério Carrasqueira Em qui., 25 de jun. de 2020 às 17:12, Rogerio Carrasqueira escreveu: > > Hello guys! > > I think it’s kind of off-topic, because it’s basically I think more > from RabbitMQ than from Django itself, but I believe someone has > alre

Re: In search for experience Django Developer

2020-06-26 Thread RaviKiran Kk
I can work On Fri, Jun 26, 2020, 19:51 BENDEV wrote: > We are liking for a remote Django Developer to with other team members on > a Project: DMS) Documents Management Systems. > > The payment is okay! > Just T&C applied. > > Please if interested (mail me for more info: solomont...@gmail.com) >

Re: Django queryset filtering

2020-06-26 Thread Dan Madere
I'd make two queries. One to see which businesses currently have active licenses, then a second to get the expired licenses, excluding the businesses from the first query. Here's some example code, assuming the LicenseIssue model has a "business" foreign key field: *active_business_ids = Licen

In search for experience Django Developer

2020-06-26 Thread BENDEV
We are liking for a remote Django Developer to with other team members on a Project: DMS) Documents Management Systems. The payment is okay! Just T&C applied. Please if interested (mail me for more info: solomont...@gmail.com) Don't forget t&c Applied. Thanks -- You received this message

How to pass values of drop down from html template to views in Django?

2020-06-26 Thread ratnadeep ray
I need to send the value of the selected option in a drop down to the views. My html code is as follows: > > Select version to compare with > {%for ver in version_list%} > **{{ver}} option>** > {% endfor %} > The above is giving me the following error: > Page not found (404) > Request Meth

Re: Reverse for 'process_data' not found. 'process_data' is not a valid view function or pattern name.

2020-06-26 Thread ratnadeep ray
Hi Ogunasya, I tried that but still that's not working. After some research and analysis, I realized the issue is not with the urls but with the html file. When I am trying to direct to the url in the href via drop-down only, the error is coming. But if we I am trying to access the same url vi

Re: Performing raw sql queries in database

2020-06-26 Thread Cbh Bnh
Hi, Perhaps this could help you: I had to find how many versions of each "edge" object without using a db version column So basically for this kind of dataset: ''' | ID | edge_id | geom | ++=+===+ | 1 | 22 | y | | 2 | 22

Re: I have posted my question in stackoverflow

2020-06-26 Thread Cbh Bnh
Hi, I'm not sure about what you are expecting from your template "home.html" but as it is rendered from your view "home(request)", the data passed came from the user instance that is logged-in (cf the decorator '@login_required') as it is explained here (https://docs.djangoproject.com/en/2.2/r

Re: Passing value to http request without using django forms

2020-06-26 Thread Ogunsanya Opeyemi
Yes you can do that. OGUNSANYA OPEYEMI On Fri, Jun 26, 2020 at 10:01 AM Jeric Epon wrote: > Is there way to pass value to http request from a custom html input form > without using django modelForms ? > > -- > You received this message because you are subscribed to the Google Groups > "Django u

Passing value to http request without using django forms

2020-06-26 Thread Jeric Epon
Is there way to pass value to http request from a custom html input form without using django modelForms ? -- 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 djang

I have posted my question in stackoverflow

2020-06-26 Thread sai Krishna
https://stackoverflow.com/questions/62590728/i-am-able-to-fetch-data-of-only-4-fields-in-my-model-but-why-i-am-not-able-to-fe please help me. it's a it urgent -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and st