Re: Help me!

2020-06-08 Thread Agnese Camellini
it's enough that you google django chat system that everything will come to you magically. On Mon, 8 Jun 2020 at 08:24, Tobi DEGNON wrote: > Make research about Django channels > > Le lun. 8 juin 2020 07 h 18, meera gangani a > écrit : > >> I want to create personal chat in django!! >> >> What

Re: Confused...Django vs Django CMS/Wagtail and value of 'CMS' vs plain Django framework?

2020-06-08 Thread Roger Gammans
Hi Move Wagtail and and Django-CMS are applications you install in your INSTALLED_APPS setting settings.py to add CMS functionality to a Django project, so you can use these applications as you only app in django projects, or alongside your own custom apps, or other downloaded apps. Django cms

Re: Required Python Django developers

2020-06-08 Thread BISWAJEET MISHRA
Hello I'm interested for the required position, if available please do contact me & 'll be happy to be a part of your team. Thanks & Regards Biswajeet Mishra On Sun, Jun 7, 2020, 9:07 PM Shubham Mishra wrote: > Hello sir , > I am interested in this job . > Please revert what kind of detail y

Re: Required Python Django developers

2020-06-08 Thread Yamen Gamal Eldin
Interested Le sam. 6 juin 2020 à 17:09, maninder singh Kumar < maninder.s.ku...@gmail.com> a écrit : > Dear all, > > We require python django developers for a HR project. Please answer to > maninder.s.ku...@gmail.com if interested. > > regards > Willy > > -- > You received this message because y

Re: Help me!

2020-06-08 Thread Yamen Gamal Eldin
Django channels, they have a great tutorial within the docs. Le lun. 8 juin 2020 à 09:53, Agnese Camellini a écrit : > it's enough that you google django chat system that everything will come > to you magically. > > On Mon, 8 Jun 2020 at 08:24, Tobi DEGNON wrote: > >> Make research about Django

Re: Help me!

2020-06-08 Thread KAILAZZ Vs
django channels just follow this tutuorial' https://www.youtube.com/watch?v=Wv5jlmJs2sU&list=PLLRM7ROnmA9EnQmnfTgUzCfzbbnc-oEbZ '; On Mon, Jun 8, 2020 at 11:53 AM Tobi DEGNON wrote: > Make research about Django channels > > Le lun. 8 juin 2020 07 h 18, meera gangani a > écrit : > >> I want to c

Re: Help me!

2020-06-08 Thread mabalafundi igube
I don't know how to add path in projects. And Also when I want to make makemigrations ;its said no change detected On Mon, 8 Jun 2020, 13:46 Yamen Gamal Eldin, wrote: > Django channels, they have a great tutorial within the docs. > > Le lun. 8 juin 2020 à 09:53, Agnese Camellini > a écrit : >

Re: How to get a full path of web page to my views.py?

2020-06-08 Thread Rupesh Dahal
Can you please elaborate your problem. On Monday, June 8, 2020 at 12:26:12 AM UTC+5:45, Sergei Sokov wrote: > > I have the path in the web browser like this > > http://192.168.0.178:8000/customers-orders/37/customers-orders-date/?datefilter=06%2F14%2F2020+-+06%2F26%2F2020 > > How to get this path

Re: How to retrieve dynamically the data ,submitted by a form in an html page, in a python function pointing to another html page in views.py?

2020-06-08 Thread Rupesh Dahal
You can save the data to a session but I would recommend you to store data in js in the browser itself. On Monday, June 8, 2020 at 1:54:53 AM UTC+5:45, Pierre Jutard wrote: > > I have 2 html pages A and B. The user fills the AForm in the 'A' HTML > page(URL: A) then he will go to the 'B' html pa

Re: Date comparison as a filter

2020-06-08 Thread Rupesh Dahal
https://docs.djangoproject.com/en/3.0/topics/db/queries/ check this documentation. On Monday, June 8, 2020 at 8:03:46 AM UTC+5:45, Clive Bruton wrote: > > I would like to add a date comparison filter to a lookup, to find > items in a database table that have not yet expired. I tried: > >

Re: Help me!

2020-06-08 Thread talk fun
I am also beginning And I created hello world website On Mon, Jun 8, 2020, 11:47 AM meera gangani wrote: > I want to create personal chat in django!! > > What Can I Do? > And What are the Libraries I install? > Please Help Me Out!! > > Thanks in advance > -Meera Gangani > > -- > You received thi

Re: pagination of a specific context in multiple context in ListView not working in django?

2020-06-08 Thread Sunday Iyanu Ajayi
Modify this: activities = paginator.page(page) data = activities .object_list return (data) *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Tue, Jun 2, 2020 at 12:52 AM Ali Ahammad wrote: > in django, i am trying to list some queries of several objects like user > lists, cat

Help Me!!

2020-06-08 Thread meera gangani
Hello, I want to create Stopwatch in django where, we provide One start button and that turned into stop button, it means when we click the start button that turns into a stop button. Please help me out!! Thanks in advance -Meera Gangani -- You received this message b

Re: Help Me!!

2020-06-08 Thread _M_A_Y_A_N_K_
Do you already have a python code for StopWatch...? If so then you can directly use that python code in your django view and send it to the HTML page. Playing with Button as Start / Stop can be done using HTML and (or) JavaScript. Let me know if you need help in python code for StopWatch. Hope th

Re: Help Me!!

2020-06-08 Thread Yamen Gamal Eldin
That can be achieved by an onclick listener on your button using JavaScript, that's not a Django related question. Le lun. 8 juin 2020 à 20:12, _M_A_Y_A_N_K_ a écrit : > Do you already have a python code for StopWatch...? If so then you can > directly use that python code in your django view and

Re: How to retrieve dynamically the data ,submitted by a form in an html page, in a python function pointing to another html page in views.py?

2020-06-08 Thread Yamen Gamal Eldin
You can have both forms in a formset and handle both of them in a single url, and you can handle your initial validations using HTML and javascript. docs.djangoproject.com/en/3.0/topics/forms/formsets/ Le lun. 8 juin 2020 à 14:24, Rupesh Dahal a écrit : > You can save the data to a session but I

Join table in django

2020-06-08 Thread Nouhaila Khiyate
Hello , i need to get infomation with one queryset from two different tables but i don't know how can i use the join help me please -- 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

Re: Join table in django

2020-06-08 Thread Yannick Kiki
Can you please , let us see the two tables models and specify which information you would like to get ? On Mon, Jun 8, 2020 at 20:58 Nouhaila Khiyate wrote: > Hello , > i need to get infomation with one queryset from two different tables but > i don't know how can i use the join help me please

Re: Join table in django

2020-06-08 Thread Yannick Kiki
Or just an example illustrating what you are trying to do.. On Mon, Jun 8, 2020 at 21:02 Yannick Kiki wrote: > Can you please , let us see the two tables models and specify which > information you would like to get ? > > On Mon, Jun 8, 2020 at 20:58 Nouhaila Khiyate < > nouhaila.khiyat...@gmail.

Import error on version 3.1a1

2020-06-08 Thread Jules Capacilllo
Hi guys, Am getting the below error when we I tried updating to 3.1a1 from 3.0.6 from .router import router File "/home/jules/plum/plum/router.py", line 4, in from plum.plum_task.views_api import TaskViewSet, TaskStatusViewSet File "/home/jules/plum/plum/plum_task/views_api.py", l

Import error on version 3.1a1

2020-06-08 Thread Jules Capacilllo
Hi guys, Am getting the below error when we I tried updating to 3.1a1 from 3.0.6 from rest_framework import filters as rest_filters File "/home/jules/.cache/pypoetry/virtualenvs/plum-TXT4_AUl-py3.8/lib/python3.8/site-packages/rest_framework/filters.py", line 11, in from django.db.

Python 3.8 Installed, yet Django 1.11 is Automatically Being Installed on Mac

2020-06-08 Thread arhoon io
Hello, I have installed and successfully confirmed that Python 3.8 works on my Mac. However, when I pip installed the latest version of Django, it automatically installed Django 1.11 even though I have Python 3.8. When typing in "python" into terminal, it runs Python 2.7 - so that is my guess

Re: Python 3.8 Installed, yet Django 1.11 is Automatically Being Installed on Mac

2020-06-08 Thread Thomas Lockhart
virtualenv or (probably even better) conda (Anaconda) will be easier environments to manage. I know that MacPorts will also have the packages you’ll need. hth - Tom > On Jun 8, 2020, at 7:37 PM, arhoon io wrote: > > Hello, > > I have installed and successfully confirmed that Python 3.8 work

Re: How to get Dependent Dropdown Feilds in Django ModelForms. Please answer : Important

2020-06-08 Thread chaitanya orakala
Thank You, Amine Aziz. I tried jquery and it worked. its so simple once we know jquery. do help others like you did to me. On Sun, Jun 7, 2020 at 1:18 PM AMINE AZIZ wrote: > I will share with you my iwn code used in admin , but it still the same as > the front end > > withe jQuery i can show inp

Re: Python 3.8 Installed, yet Django 1.11 is Automatically Being Installed on Mac

2020-06-08 Thread JEGATHEESWARAN SUNDARAVADIVEL
Hi You can give a try like this, python3 -m virtualenv environmentname They , pip3 install django Thanks and regards, Jegatheeswaran On Tue, 9 Jun 2020 at 08:35, arhoon io wrote: > Hello, > > I have installed and successfully confirmed that Python 3.8 works on my > Mac. However, when I pip in

Re: Python 3.8 Installed, yet Django 1.11 is Automatically Being Installed on Mac

2020-06-08 Thread carlos
Hi, the best think your work in mac with python is pyenv and pyenv-virtualenv and install all with brew. and you never have a problem really https://github.com/pyenv/pyenv https://github.com/pyenv/pyenv-virtualenv other tutorial https://medium.com/@viviennediegoencarnacion/managing-python-virtual-e

Re:

2020-06-08 Thread Alexander Neilson
Are you installing Django with “pip install django” or “pip3 install django”? Try the pip3 version and use python3 to run python as it sounds like your python2 install is using the “unversioned” names. Regards Alexander Alexander Neilson Neilson Productions Limited 021 329 681 alexan...@neils

Re: How to get Dependent Dropdown Feilds in Django ModelForms. Please answer : Important

2020-06-08 Thread Balaji Shetty
Nice Can you please share sample code on git link. This is very common requirement in every project On Tuesday, June 9, 2020, chaitanya orakala wrote: > Thank You, Amine Aziz. I tried jquery and it worked. its so simple once we > know jquery. > do help others like you did to me. > > On Sun,