need help on multiple file uploads

2020-03-12 Thread Robb Rodirguez Jr.
im having to with multiple file uploads, when i tried to upload files only 1 file will be saved.. here's my code: views.py def attachments(request): to = TravelOrder.objects.order_by('-date_filling').last() if request.method == 'POST': form = AttachmentsForm(request.POST, request

drop image in div and add path to db

2020-03-12 Thread Andrew Fry
Hi all... newbie here. I have jQuery drag 'n drop working for a web app but cannot seem to figure out how to get the path of the dropped image uploaded to my db.sqlite3 database. What do I need to provide to get some help. Thanks in advance. -Andrew -- You received this message because you a

[ANNOUNCE] A new governance model has been adopted for the Django project

2020-03-12 Thread James Bennett
For several years, there have been efforts underway to change the way the Django open-source software project is run. This eventually produced a concrete proposal, which then went through discussion, revision, and voting by the Django core team, Django Technical Board, and Django Software Foundatio

Re: help

2020-03-12 Thread Motaz Hejaze
add your app to installed apps -> make migrations -> migrate but your user app routes before admin panel app routes On Thu, Mar 12, 2020 at 4:36 PM hajar Benjat wrote: > [image: image.png] > why redirect me to account/login and not users/login > because my app name is users > -- > > *HAJAR BENJA

help

2020-03-12 Thread hajar Benjat
[image: image.png] why redirect me to account/login and not users/login because my app name is users -- *HAJAR BENJAT * 2nd year Specialized Master in Information Systems Engineering At CADI AYYAD UNIVERSITY *– *FSSM Marrakech *P:* +212698608188 *E:* hajar.ben...@edu.uca.ma *LinkedIn: *https

How to get children in Django-CMS

2020-03-12 Thread WrapTheCode
Hi i have a problem with displaying children fields in a parent template. For example the parent page is a "Services" and child pages is single service. All i want to do is display all service in a services container. I have had tried: > {% for child in children %} > {{ child.title }} > {{ chil

Re: Active Open Source Project to contribute to

2020-03-12 Thread maninder singh Kumar
My skills include databases [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Thu, Mar 12, 2020 at 3:25 PM Jayabal wrote: > Hi Ranjan, > > I'm interested as well. > > > > On Thursday, 12 March 2020 09:55:35 UTC+5:30,

Re: Active Open Source Project to contribute to

2020-03-12 Thread kayitare elie
i am also django junior developer . i want to contribute and work with you as well. -- 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...@go

Re: Active Open Source Project to contribute to

2020-03-12 Thread 'Samson Chapuramhuka' via Django users
Count me  Sent from Yahoo Mail on Android On Thu, Mar 12, 2020 at 11:54, Jayabal wrote: Hi Ranjan, I'm interested as well.  On Thursday, 12 March 2020 09:55:35 UTC+5:30, ranjan jha wrote: Really Glad and Thanks for the overwhelming response! I'm planning to cleanup the code a bit and put

New to Django to select between 3.0 and 2.2

2020-03-12 Thread Mrinal Kamboj
Hello, I have just started the Python development, I am very new to the Python and have to select between Django versions 3.0 and 2.2, where 2.2 is LTS and 3.0 is current main stream. Does the current 3.0 Packages can still have the compatibility issues and would take some time to be stable s

Re: Active Open Source Project to contribute to

2020-03-12 Thread Jayabal
Hi Ranjan, I'm interested as well. On Thursday, 12 March 2020 09:55:35 UTC+5:30, ranjan jha wrote: > > Really Glad and Thanks for the overwhelming response! > > I'm planning to cleanup the code a bit and put it up on Github by this > weekend. > > Stay tuned, I will be posting updates here. >

ACESS FOREIGN KEY TABLE

2020-03-12 Thread Soumen Khatua
Hi Folks, My profile model is Foreignkey in another model called Skill,Now I fetch all the data of this user from Profile table(model) and store it into a variable called user_profile and now my query is I want to fetch the data of the Skill table(model) by using this variable.How I can do that??

Re: Mentor needed

2020-03-12 Thread Motaz Hejaze
What is GSOC ? On Thu, 12 Mar 2020, 8:32 am Naveen Arora, wrote: > Well, me too :) > > > On Wednesday, 11 March 2020 15:39:20 UTC+5:30, ola neat wrote: >> >> Hey guyz I'm applying for GSOC {django} & i pretty much need help >> (mentors), >> > -- > You received this message because you are subsc