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
"/Library/Frameworks/Python.framework/Versions/3.8/l
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 th
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 tes
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
> "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/th
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
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.
T
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" group
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 availabl
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:
>
>> https
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
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 or
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
mu
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
> https://files.pythonhosted.org/packages/d0/97/7326248ac8d5049968bf4ec708a5d3d4806e412a42e74160d7f266a3e03a/mysq
使用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 django-users+unsubscr.
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
> "/Library/Fra
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
> "/Library/Frameworks/Python.framework/Versions/3.8/l
创建项目并创建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.
T
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 view
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):
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 rec
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
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
>> https://files.pythonhosted.org/packages/d0/97/
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 unsubscri
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" grou
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
> usin
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 t
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 develop
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 Files
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 (x
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 Kham
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 (x86)\Python38-32\Lib\site-packages\django\b
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
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>
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
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 testin
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 St
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
r...@gedwi
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 m
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 intere
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 ...
40 matches
Mail list logo