Re: manage.py runserver error

2019-09-21 Thread Ayser shuhaib
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

manage.py runserver error

2019-09-21 Thread Pawan Jha
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

Re: how to rectify this error

2019-09-21 Thread Gabriel Araya Garcia
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.

Stucked In Modelform

2019-09-21 Thread Shakil Ahmmed
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

Fwd: Stucked In ModelForm

2019-09-21 Thread Shakil Ahmmed
-- 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

Re: Clarification required django celery,celery and djangoceleryemail compatabilty versions to handle asynchronous tasks

2019-09-21 Thread Andréas Kühne
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.

Re: convert python 3 to python2

2019-09-21 Thread utkarsh Raj
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? > > -- >

Re: convert python 3 to python2

2019-09-21 Thread Sipum
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

Clarification required django celery,celery and djangoceleryemail compatabilty versions to handle asynchronous tasks

2019-09-21 Thread Dilipkumar Noone
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',

convert python 3 to python2

2019-09-21 Thread Ankita Gupta
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