Re:

2019-11-21 Thread Kasper Laudrup
Hi Paras, On 21/11/2019 06.03, Paras Jain wrote: i need the code i am not able to understand by reading documenetation Then I suggest you focus on writing your requirements down and pay someone to write the code for you. If you're not even willing to learn, then software development is cl

Re:

2019-11-21 Thread Paras Jain
my render is not working on calling the detail function : its not helping me to reach the /detail url views.py: def detail(request,user): #print('hobbies : ', user.hobbies) return render(request, 'company/detail.html',{'details':user}) def login(request): if request.method == 'PO

Re: reg: django Model for MCQs type project

2019-11-21 Thread 'Amitesh Sahay' via Django users
Hi Yoo, Thank you for your detailed reply. while I was waiting for some response. I did some research and I came up with some model as below. Please go through it and suggest the changes. from django.db import models from django.contrib.auth.models import User from django.template.defaultfilter

Re: Admin form in intermediate page

2019-11-21 Thread Thiago Luiz Parolin
Thank you!!! It helped me a lot!! :) -- 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...@googlegroups.com. To view this discussion on the we

[no subject]

2019-11-21 Thread Paras Jain
i am not rendring to detail page views.py: def detail(request): #print('hobbies : ', user.hobbies) return render(request, 'company/detail.html',{'details':request.user}) def login(request): if request.method == 'POST': email = request.POST['email'] password = request.P

Boto3, aws, workdocs

2019-11-21 Thread Yann Mbella
Hey guys need help in usage of this service boto3 with workdocs if someone has a link of any tutorial please help urgent -- 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 e

Re: Boto3, aws, workdocs

2019-11-21 Thread Integr@te System
hi eager man, follow your need. https://boto3.amazonaws.com/v1/documentation/api/latest/index.html On Thu, Nov 21, 2019, 19:32 Yann Mbella wrote: > Hey guys need help in usage of this service boto3 with workdocs if someone > has a link of any tutorial please help urgent > > -- > You received thi

How to convert three DB's w/in django syntax

2019-11-21 Thread nmaxbe...@gmail.com
New to django not Python(learned with Jupyter Notebooks)...can't wrap my "brain" on how to import three csv files into django as DB's and then combine them into one point of reference. I personally want to create one Excel file (outside of django) and import but this is a class project and wan

Reverse loopup for admin_order_field?

2019-11-21 Thread Mark Phillips
I have two models class Document(Model): document_id = models.AutoField(primary_key=True) ... other fields class DocumentMetaData(Model): documentMetaData_id = models.AutoField(primary_key=True) document_id = models.ForeignKey(Document, on_delete=models.CASCADE, verbose_name="docum

Re: Directly Accessing Dictionary Values

2019-11-21 Thread Jim Illback
Check out this URL and the embedded Django link in the answers: https://stackoverflow.com/questions/1700661/how-to-access-array-elements-in-a-django-template. On Nov 20, 2019, at 10:25 AM, Andrew Stringfield mailto:loneso...@gmail.com>> wrote: I have not! I did see something about that on a w

How to display on Django page based on user's condition?

2019-11-21 Thread Pema Galey
Hi All, I am Employee model directly link with User model and Employee holds User ID and division from Division model. Every employee holds single Division. class Employee(models.Model): user = models.OneToOneField(User, on_delete=models.CASCADE) division = models.ForeignKey( Divi

Inventory management system

2019-11-21 Thread Ibrahim Abdelaty
Hello guys, Iam in urgent need for help with building an inventory management system with a specific requirement if you are interested please contact me. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: How to display on Django page based on user's condition?

2019-11-21 Thread James Dunn
In your view you can do: user = request.user Then you can get Employee with: employee = Employee.objects.get(user=user) Then just get the attributes from the models that you need: eg: employee.division On Thu, 21 Nov 2019 at 19:57, Pema Galey wrote: > Hi All, > I am Employee model directly

Integration of Django-cms site with django blog

2019-11-21 Thread হজমুলা খান
Hi Recently I have made a website with django-cms and another blog site with django. Now I want to integrate Django blog site with one of the pages of Django-cms’s site. Should I use aaphook or djangocms-blog? I am a new learner of Django. I am little bit confused on which way I should go...

Re: Inventory management system

2019-11-21 Thread Mad Ewell
On Friday, November 22, 2019 at 10:07:29 AM UTC+11, Ibrahim Abdelaty wrote: > > Hello guys, > > Iam in urgent need for help with building an inventory management system > with a specific requirement if you are interested please contact me. > I'm interested. Might need one myself.What is the sp

Re: Inventory management system

2019-11-21 Thread amit sharma
Hi there , if you want I can work for you.And make inventory management as per your needs.work will be as per guidelines provided by you plus that would be very cost efficient. On Fri, Nov 22, 2019 at 4:36 AM Ibrahim Abdelaty wrote: > Hello guys, > > Iam in urgent need for help with building an