I think the problem is incompatibility between django version and python
version.
Install python 3.7 with the latest version of Django
Then try.
On Sun, 22 Sep 2019 at 06:10, Pawan Jha wrote:
> When I run the Command "manage.py runserver" on the command
> prompt(WINDOWS), I get the following er
When I run the Command "manage.py runserver" on the command
prompt(WINDOWS), I get the following error:
Traceback (most recent call last):
File "C:\Documents and Settings\harsh\Desktop\Django\mysite\manage.py",
line 22, in
execute_from_command_line(sys.argv)
File "C:\Python27\lib\site-pa
Did you run the makemigrations and migrate command from console ?
El vie., 20 sept. 2019 a las 13:29, idb solutions (<
suman.flyhigh123...@gmail.com>) escribió:
> the server isn't running.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
I Have three ForeignKey in my model.. When I Create Form with ModelForm and
show the foreign key field into html select it execute Duplicate Queries
for each Foreignkey field
Heres My Models.py
class TeamModel(models.Model):
team_name = models.CharField(unique=True, db_index=True, max_lengt
-- Forwarded message -
From: Shakil Ahmmed
Date: Sun, Sep 22, 2019 at 1:46 AM
Subject: Stucked In ModelForm
To:
I Have three ForeignKey in my model.. When I Create Form with ModelForm and
show the foreign key field into html select it execute Duplicate Queries
for each Foreignke
Hi,
You don't need to install anything but the celery package. Django celery
and other variants are not supported anymore.
So all you need to do is install celery and follow the instructions here:
http://docs.celeryproject.org/en/latest/django/index.html
Best regards,
Andréas
Den lör 21 sep.
okay will get back to you after looking into it
On Sat, Sep 21, 2019 at 11:02 PM Ankita Gupta
wrote:
> Not related to Django, I have a project made in python3 but due to some
> package installation, i need to convert my project to python2. Is there any
> method or package to solve this?
>
> --
>
Hi Ankita,
In coming January, python 2 is going to retire. So better to use python 3.
Thanks
On Sat, 21 Sep, 2019, 11:02 PM Ankita Gupta,
wrote:
> Not related to Django, I have a project made in python3 but due to some
> package installation, i need to convert my project to python2. Is there a
I am new to Django.
I am developing one django application which needs following packages to
handle asynchronous tasks in the back ground.
1.djangocelery
2.djangocelery email.
App definitions in My settings.py file:
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
Not related to Django, I have a project made in python3 but due to some
package installation, i need to convert my project to python2. Is there any
method or package to solve this?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe
10 matches
Mail list logo