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? > >

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 "manag

Re: runserver not working

2022-03-28 Thread Abinash Mandal
ow 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 administrativ

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? > >

Re: runserver not working

2022-03-26 Thread Kevin Jay
gt;> 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

Re: runserver not working

2022-03-22 Thread lalit suthar
gt;>> 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 run

Re: runserver not working

2022-03-22 Thread 'Delvin Alexander' via Django users
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 prompt, i get relocated to my >> visual studio of manage.py file that states this: &g

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 runnin

Re: runserver not working

2022-03-22 Thread Antonis Christofides
pened. Try "python manage.py runserver" instead. Antonis Christofides +30-6979924665 (mobile) On 22/03/2022 07.07, 'Delvin Alexander' via Django users wrote: would anyone know why my "manage.py runserver" is not working? Every time i try running it on the command prompt,

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

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

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

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

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

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