Re: runserver not working

2022-04-02 Thread Heman Okumbo
Ensure that your manage.py file on your settings folder has the right syntax as shown. On Tue, Mar 22, 2022, 08:07 'Delvin Alexander' via Django users < django-users@googlegroups.com> wrote: > would anyone know why my "manage.py runserver" is not working? > > Every time i try running it on the c

Re: runserver not working

2022-04-02 Thread Gabriel Araya Garcia
Did you solve that. If not, you could tell me and I'll help you Gabriel Araya Garcia GMI - Desarrollo de Sistemas Informáticos El mar, 22 mar 2022 a las 2:07, 'Delvin Alexander' via Django users (< django-users@googlegroups.com>) escribió: > would anyone know why my "manage.py runserver" is n

Re: runserver not working

2022-03-28 Thread Abinash Mandal
Dear sir, Recently i have faced the same problem , what i did, i close those apps and uninstall completely (vscode and python) remember to uninstall vs you have to delete the extension files from app data which is hidden , and after delete i restart the pc , then again install , is solv

Re: runserver not working

2022-03-28 Thread Abinash Mandal
https://stackoverflow.com/questions/58661812/django-python-manage-py-runserver-not-working On Tue, Mar 22, 2022 at 10:37 AM 'Delvin Alexander' via Django users < django-users@googlegroups.com> wrote: > would anyone know why my "manage.py runserver" is not working? &g

Re: runserver not working

2022-03-26 Thread Kevin Jay
Did you activate your virtual environment? Sent from my iPhone > On Mar 22, 2022, at 10:32 PM, 'Delvin Alexander' via Django users > wrote: > > i did that but the problem still remains :( > >> On Tuesday, March 22, 2022 at 2:09:33 AM UTC-7 sebasti...@gmail.com wrote: >> Hey, >> >> I think y

Re: runserver not working

2022-03-22 Thread lalit suthar
haha indeed On Wednesday, 23 March 2022 at 09:08:54 UTC+5:30 Delvin Alexander wrote: > it was python manage.py runserver. it was an easy fix that i wish i found. > hahah > > On Tuesday, March 22, 2022 at 8:32:46 PM UTC-7 Delvin Alexander wrote: > >> i did that but the problem still remains :(

Re: runserver not working

2022-03-22 Thread 'Delvin Alexander' via Django users
i did that but the problem still remains :( On Tuesday, March 22, 2022 at 2:09:33 AM UTC-7 sebasti...@gmail.com wrote: > Hey, > > I think yoz don't have installed django package. Please install it over > pip install django > > Regards > > 'Delvin Alexander' via Django users schrieb > am Di., 2

Re: runserver not working

2022-03-22 Thread Sebastian Jung
Hey, I think yoz don't have installed django package. Please install it over pip install django Regards 'Delvin Alexander' via Django users schrieb am Di., 22. März 2022, 06:07: > would anyone know why my "manage.py runserver" is not working? > > Every time i try running it on the command prom

Re: runserver not working

2022-03-21 Thread Antonis Christofides
What Visual Studio shows you is the content of the file "manage.py". Apparently when you enter "manage.py [whatever]", Windows understands that you want to open the file "manage.py", and it thinks that Visual Studio is the program with which such files should be opened. Try "python manage.py

runserver not working

2022-03-21 Thread 'Delvin Alexander' via Django users
would anyone know why my "manage.py runserver" is not working? Every time i try running it on the command prompt, i get relocated to my visual studio of manage.py file that states this: #*!/usr/bin/env python* *"""Django's command-line utility for administrative tasks."""* *import os* *import sy

Re: Django runserver not working after installing redis for django channels

2017-09-12 Thread Robin Lery
Yes, i think just running `sudo apt-get install redis-server` installs the old version of redis, instead of the latest one. On Mon, Sep 11, 2017 at 6:40 PM, Artem Malyshev wrote: > Hi, > > Please check your redis installation. It should be at least minimum > required version by redis-py. > > Reg

Django runserver not working after installing redis for django channels

2017-09-11 Thread Artem Malyshev
Hi, Please check your redis installation. It should be at least minimum required version by redis-py. Regards, Artem. -- 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 em

Django runserver not working after installing redis for django channels

2017-09-11 Thread Robin Lery
I am learning the Django-channels concepts and I am stuck when after install the asgi_redis and the redis server . If I have the CHANNEL_LAYERS configured for

Re: Having problem with django runserver not working in windows 7

2017-04-29 Thread ludovic coues
Do you mind sharing the full error you got ? 2017-04-29 5:46 GMT+02:00 Andrew James : > Hi I'm new to django and I'm having a problem with getting django runserver > to work. I'm new to django framework and I'm using windows 7. This is what > I've tried so far that I've installed django. I've inst

Having problem with django runserver not working in windows 7

2017-04-29 Thread Andrew James
Hi I'm new to django and I'm having a problem with getting django runserver to work. I'm new to django framework and I'm using windows 7. This is what I've tried so far that I've installed django. I've installed that django in my p drive. and I've tried the path in cmd like p:/python/mysite/man