Tweak admin widget - FilteredSelectMultiple

2020-01-03 Thread Mike Dewhirst
In the Admin where user group membership is shown and groups can be selected from choices derived from auth_groups, I want to control the available choices. It seems the place to do so might be in admin/widgets.py in the AutocompleteMixin.optgroups() method a few lines in where it says ...  

Re: Full Stack Developer (Python/Django) position requirement for US GC/Citizen/Can Citizen

2020-01-03 Thread Asad Habib
Hello everyone. Please be considerate and refrain from replying to the entire group. Thanks for listening. On Fri, Jan 3, 2020 at 5:38 PM Ryan Gedwill wrote: > I am interested in this position, please see resume attached. > > On Fri, Jan 3, 2020 at 2:16 PM Shirley Nelson wrote: > >> I am

How to create form to show user input and return results from DB

2020-01-03 Thread nmaxbe...@gmail.com
Hi, I am creating a website that lists my states congressional districts based on the US census (i.e. 2000, 2010 and ultimately to update when the 2020 survey is completed). The entire exercise is to track how the representation could possibly change based on the US census. So far, I have a

Looking for a job

2020-01-03 Thread Ryan Gedwill
Hello all, I am looking for a development job, specifically Python/Django but I have experience in other areas. I am located in Sacramento, CA (close enough to the SF bay area to commute). I am also available for remote work as well. Please see my resume attached Thank you Ryan Gedwill

Re: Full Stack Developer (Python/Django) position requirement for US GC/Citizen/Can Citizen

2020-01-03 Thread Ryan Gedwill
I am interested in this position, please see resume attached. On Fri, Jan 3, 2020 at 2:16 PM Shirley Nelson wrote: > I am interested in this position. > > On Fri, Jan 3, 2020, 12:35 PM Yash Garg wrote: > >> For a large multi billion dollar Publishing house in New York, client >> needs a Full

Re: Full Stack Developer (Python/Django) position requirement for US GC/Citizen/Can Citizen

2020-01-03 Thread Shirley Nelson
I am interested in this position. On Fri, Jan 3, 2020, 12:35 PM Yash Garg wrote: > For a large multi billion dollar Publishing house in New York, client > needs a Full Stack Django Developer with 3+ years of solid Python/Django > experience > > Scope: > >- Code refinement/linting/unit

Django Formset, how to define multiple many to many fields and create a formset

2020-01-03 Thread Sam Hefer
Hi, I'm trying to create a formset for a model that has multiple foreign keys and many to many fields. The goal is the be able to find an item in a pre-populated list of Equipment and Material, select multiple items and add/change the quantity of each item, inside the formset. I realize that

Re: ModuleNotFoundError: No module named 'datetime'

2020-01-03 Thread Mohamed A
How about deleting your virtualenv and recreating a new one. It may be located here ::: C:\Users\\.virtualenvs\cargo When reactivated, could you please provide as with the results of "echo $PATH" from cmdline. On Fri, Jan 3, 2020 at 7:09 PM sanusi ibrahim adekunle < ibrahimsanusiw...@gmail.com>

Re: ModuleNotFoundError: No module named 'datetime'

2020-01-03 Thread sanusi ibrahim adekunle
You do not have datetime module installed on your virtual environment. To install, type this command: "pip install datetime" On Fri, Jan 3, 2020, 18:37 bhushan Gupta wrote: > I want to use Django to build a simple portal. I have done the following > on Windows 10 > installed Python 3.8 and pip

Re: ModuleNotFoundError: No module named 'datetime'

2020-01-03 Thread bhushan Gupta
I went to windows environment variables and added the last two lines. I was following instructions from: https://www.codingforentrepreneurs.com/blog/install-python-django-on-windows C:\Program Files (x86)\Python38-32\Lib\site-packages C:\Program Files

Re: Full Stack Developer (Python/Django) position requirement for US GC/Citizen/Can Citizen

2020-01-03 Thread Dvs Khamele
Hi I am Divyesh Khamele, I have 7+ years of experience in Python, Django, Pylint, Pytest, Sphinx,Js, DRF, React, Angular, Jira, Jenkins, Git, Data science etc. So I may help you in this and related tasks/projects immediately On Fri, 3 Jan 2020 at 23:32, Dvs Khamele wrote: > Hi I am Divyesh

Re: ModuleNotFoundError: No module named 'datetime'

2020-01-03 Thread Daniel Roseman
On Friday, 3 January 2020 17:38:27 UTC, bhushan Gupta wrote: > > I want to use Django to build a simple portal. I have done the following > on Windows 10 > installed Python 3.8 and pip > Installed virtualenv > Created an env 'cargo' > Installed Djengo 3.0.1 > Set the path: > C:\Program Files

ModuleNotFoundError: No module named 'datetime'

2020-01-03 Thread bhushan Gupta
I want to use Django to build a simple portal. I have done the following on Windows 10 installed Python 3.8 and pip Installed virtualenv Created an env 'cargo' Installed Djengo 3.0.1 Set the path: C:\Program Files (x86)\Python38-32\ C:\Program Files (x86)\Python38-32\Python.exe C:\Program

Full Stack Developer (Python/Django) position requirement for US GC/Citizen/Can Citizen

2020-01-03 Thread Yash Garg
For a large multi billion dollar Publishing house in New York, client needs a Full Stack Django Developer with 3+ years of solid Python/Django experience Scope: - Code refinement/linting/unit testing - Django application development - Data ingestion, data transforms - API

Re: Integrate Django with React

2020-01-03 Thread Gil Obradors
Hi Santhosh, Nice tutorial https://www.youtube.com/watch?v=Uyei2iDA4Hs Basically, React is for a nice User Interface, django templates is not exactly the essence. The advantage is a frontend programed as a component , better UI. Django frontend is a MVC renders with django templates. All of

Re: Differeence is there for normal API and rest frame work api

2020-01-03 Thread strang
I think this should solve your problem. https://stackoverflow.com/questions/41189842/what-is-difference-between-rest-and-api On Friday, January 3, 2020 at 8:47:02 PM UTC+5:30, Devendra reddy wrote: > > Hi to all, > While creating API s is there any difference between the normal API and by >

Integrate Django with React

2020-01-03 Thread Santhosh sridhar
Is there a way to integrate React JS framework with Django? How to do that? What is the advantage of using such frontend frameworks over normal ajax? Any help or explanation would be helpful. Thanks! -- You received this message because you are subscribed to the Google Groups "Django users"

Differeence is there for normal API and rest frame work api

2020-01-03 Thread Devendra reddy
Hi to all, While creating API s is there any difference between the normal API and by using DRF django rest frame work APIs. Both are different? Please let me know. Thanks and Regard -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: pip install mysqlclient not working

2020-01-03 Thread Jorge Gimeno
On Fri, Jan 3, 2020 at 5:44 AM Jimmy Lukwago wrote: > > On Wed, Jan 1, 2020, 15:59 Mohd Akram wrote: > >> i am using python 3.8 and django 1.11.22 >> >> PS C:\WINDOWS\system32> *pip install mysqlclient* >> Collecting mysqlclient >> Using cached >>

date and time only especific days and hours

2020-01-03 Thread Debora Peralta
How do I make a limit of available pick dates only on weekdays and times slots between 9am to 5pm? I'm using this widget for date ant time picker as it was the only one working with my django version (1.11.10) please help!!! from django import forms class DateInput(forms.DateInput): input_type

Re: How to load multiple Views in a single template

2020-01-03 Thread Ponto Lógico
Coonect beetwin Em sex., 3 de jan. de 2020 às 10:45, Anonymous Patel escreveu: > how to load blog posts and instagram both in a single template > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop

Date and Time picker only specific slots.

2020-01-03 Thread Debora Peralta
Ho doy i make a limet of available pick dates on weekdays only and time slots available from 9am to 5pm? I am using this type of datepicker cause i could ony use this one on my project. my Django version is 1.11.10 please help!! from django import forms class DateInput(forms.DateInput):

django3.0 admin 问题

2020-01-03 Thread 张燕青
使用django3.0 创建项目后,新建superuser进入admin ,python异常退出 [image: AH_TJWHB%DT%EUHZ8C]K)L7.png] -- 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

django3.0 admin退出

2020-01-03 Thread 张燕青
创建项目并创建superuser后,进admin页面就会退出 [image: AH_TJWHB%DT%EUHZ8C]K)L7.png] -- 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.

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread Muhammed Rafi A
password is not correct, check them or reset the password ones more On Fri, Jan 3, 2020 at 2:58 PM shailendra singh wrote: > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File >

How to load multiple Views in a single template

2020-01-03 Thread Anonymous Patel
how to load blog posts and instagram both in a single template -- 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

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread Rajesh Maruti
The authentication error for the database username with password Please check the DB username and password On Fri, 3 Jan 2020 at 14:57, shailendra singh wrote: > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File >

How to create "form" from "model" with 2 foreign keys?

2020-01-03 Thread strang
Context: I'm new to Django. I've just completed the tutorial on the Docs page. I'm trying to make a coffee ordering application. Basically a person has to enter his details and select coffee along with number of cups. Now a person may select 2 or 3 of the same type of coffee, or he may select

Re: pip install mysqlclient not working

2020-01-03 Thread Jimmy Lukwago
On Wed, Jan 1, 2020, 15:59 Mohd Akram wrote: > i am using python 3.8 and django 1.11.22 > > PS C:\WINDOWS\system32> *pip install mysqlclient* > Collecting mysqlclient > Using cached >

Re: How to do SEO for my django website

2020-01-03 Thread Yash Garg
rollyourown.seo in not compatible with latest version of django On Friday, January 3, 2020 at 6:18:11 PM UTC+5:30, sagar ninave wrote: > > https://django-seo.readthedocs.io/en/latest/introduction/tutorial.html > > > On Fri, Jan 3, 2020 at 6:11 PM Yash Garg > > wrote: > >> Is there any package

Re: How to do SEO for my django website

2020-01-03 Thread DANIEL URBANO DE LA RUA
here you have a good example to what to use and how https://github.com/mirumee/saleor El vie., 3 ene. 2020 a las 13:42, Yash Garg () escribió: > Is there any package or module available for SEO of django website ? > > -- > You received this message because you are subscribed to the Google Groups

Re: How to do SEO for my django website

2020-01-03 Thread DANIEL URBANO DE LA RUA
https://github.com/mirumee/saleor here you have a good example how an what to use to do the SEO El vie., 3 ene. 2020 a las 13:48, sagar ninave () escribió: > https://www.bedjango.com/blog/4-tips-position-your-website-using-django/ > > On Fri, Jan 3, 2020 at 6:19 PM sagar ninave wrote: > >>

Re: How to do SEO for my django website

2020-01-03 Thread sagar ninave
https://www.bedjango.com/blog/4-tips-position-your-website-using-django/ On Fri, Jan 3, 2020 at 6:19 PM sagar ninave wrote: > https://django-seo.readthedocs.io/en/latest/introduction/tutorial.html > > > On Fri, Jan 3, 2020 at 6:11 PM Yash Garg wrote: > >> Is there any package or module

Re: How to do SEO for my django website

2020-01-03 Thread sagar ninave
https://django-seo.readthedocs.io/en/latest/introduction/tutorial.html On Fri, Jan 3, 2020 at 6:11 PM Yash Garg wrote: > Is there any package or module available for SEO of django website ? > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

How to do SEO for my django website

2020-01-03 Thread Yash Garg
Is there any package or module available for SEO of django website ? -- 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.

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread sagar ninave
Hello ShailendraI have tried to attached postgresql to django but it could not happened please can you tell me what is procedure to do that -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread shailendra singh
Thanks Everyone . Now its done. On Friday, January 3, 2020 at 2:57:27 PM UTC+5:30, shailendra singh wrote: > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File >

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread Motaz Hejaze
To test just create another user and database and grant all privileges for the new user to the new database and finally add those new credentials to django settings.py On Fri, 3 Jan 2020, 12:46 pm ramadhan ngallen, wrote: > Hello > The reason was due to wrong password for the postgre. Kindly

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread ramadhan ngallen
Hello The reason was due to wrong password for the postgre. Kindly test the password via Pgadmin. Best Regards Ramadhan Ngallen Software Consultant Phone: +255 715 200 997 | ngall...@gmail.com On 3 Jan 2020, 12:27 +0300, shailendra singh , wrote: > The above exception was the direct cause of

Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread shailendra singh
The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File