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
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
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
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
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
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
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
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
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
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
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
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
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
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...
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
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
16 matches
Mail list logo