Re: Django web site is not opened though runserver us running

2024-03-06 Thread ram.mu...@gmail.com
s running fine for a year, but it stopped working >> lately. I did not find any clue so far. >> >> 1. Before deployment >> >> $ ps -ef | grep runserver rmbl 1424 1414 0 05:02 pts/0 00:00:00 grep >> --color=auto runserver --- >> >> $ $ sudo n

Re: Django web site is not opened though runserver us running

2024-03-06 Thread Muhammad Juwaini Abdul Rahman
orking > lately. I did not find any clue so far. > > 1. Before deployment > > $ ps -ef | grep runserver rmbl 1424 1414 0 05:02 pts/0 00:00:00 grep > --color=auto runserver --- > > $ $ sudo nmap -p 4000, 22 > 136.189.5.1 -Pn Starting Nmap 7.94SVN ( > https://nmap.org

Re: Django web site is not opened though runserver us running

2024-03-06 Thread Ram
Oops! I don´t know why the format is not rendered properly. Pardon me for pasting it again!. $ ps -ef | grep runserver rmbl 14241414 0 05:02 pts/000:00:00 grep --color=auto runserver --- $ $ sudo nmap -p 4000, 22 > 136.189.5.1 -Pn Starting Nmap 7.94SVN ( ht

Re: Django web site is not opened though runserver us running

2024-03-06 Thread ram.mu...@gmail.com
Thank you both. I deployed the same site twice on DO droplets without any issues and the site was running fine for a year, but it stopped working lately. I did not find any clue so far. 1. Before deployment $ ps -ef | grep runserver rmbl 1424 1414 0 05:02 pts/0 00:00:00 grep --color=auto

Re: Django web site is not opened though runserver us running

2024-03-06 Thread Muhammad Juwaini Abdul Rahman
I always follow the following steps to deploy my site on DO. https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu Countless attempts and 0 fail. Maybe you can try this. If you want to keep trying with your way, also no problem. On Thu,

Re: Django web site is not opened though runserver us running

2024-03-06 Thread Mike Dewhirst
On 7/03/2024 3:02 pm, ram.mu...@gmail.com wrote: Hi, Hoping someone can provide some clue on this? I think you'll find most people are reluctant to click on unsolicited web links no matter how innocent they appear to be. Perhaps you can describe the problem, tell us what you have tried and

Re: Django web site is not opened though runserver us running

2024-03-06 Thread ram.mu...@gmail.com
Hi, Hoping someone can provide some clue on this? Best regards, ~Ram On Tuesday, March 5, 2024 at 1:32:51 AM UTC-7 ram.mu...@gmail.com wrote: > Hi, > > Could someone look at this post and help me understand what is missing? We > think there is no issue in our Django application but Digital Oce

Django web site is not opened though runserver us running

2024-03-05 Thread ram.mu...@gmail.com
Hi, Could someone look at this post and help me understand what is missing? We think there is no issue in our Django application but Digital Ocean concluded that the issue is from our application. https://serverfault.com/questions/1155482/django-site-is-not-opening-up-on-digital-ocean-ubuntu-dr

Re: MANAGE.PY RUNSERVER ERROR

2022-11-16 Thread Peter Mwai
> python manage.py runserver Watching for file changes with StatReloader Performing system checks... System check identified no issues (0 silenced). You have 18 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contentty

Re: MANAGE.PY RUNSERVER ERROR

2022-11-16 Thread Balogun Awwal
t; >> Probably is a Windows problem, because if you follow the rules of differents >> tutorials, is easy to run the runserver, >> >> Sincerely, >> >> Raúl Luján Delgado >> >> >> >> >> >>> El mié, 16 nov 2022 a las 6:10, &#x

Re: MANAGE.PY RUNSERVER ERROR

2022-11-16 Thread Peter Mwai
After activating the virtual environment it has finally accepted to run On Wed, 16 Nov 2022 at 13:35, Raúl Luján Delgado wrote: > Hello Kasper, > > Probably is a Windows problem, because if you follow the rules of > differents tutorials, is easy to run the runserver, > > S

Re: MANAGE.PY RUNSERVER ERROR

2022-11-16 Thread 'Kasper Laudrup' via Django users
On 16/11/2022 12.27, Jitendra kumar Patra wrote: Could you share what type of error you are getting? I'm not getting any errors. I don't know any more than you. We have to wait and see if Peter Mwai finds it relevant to share what is needed for any of us to help him. Kind regards, Kasper L

Re: MANAGE.PY RUNSERVER ERROR

2022-11-16 Thread 'Kasper Laudrup' via Django users
On 16/11/2022 11.33, Raúl Luján Delgado wrote: Hello Kasper, Probably is a Windows problem, because if you follow the rules of differents tutorials, is easy to run the runserver, Could be. Could be any kind of problem really. Your guess is as good as mine. Only Peter Mwai knows but it

Re: MANAGE.PY RUNSERVER ERROR

2022-11-16 Thread Jitendra kumar Patra
Could you share what type of error you are getting? On Wed, Nov 16, 2022 at 2:39 PM 'Kasper Laudrup' via Django users < django-users@googlegroups.com> wrote: > On 15/11/2022 18.49, Peter Mwai wrote: > > Hello experts, > > I was trying to start the server using &

Re: MANAGE.PY RUNSERVER ERROR

2022-11-16 Thread Raúl Luján Delgado
Hello Kasper, Probably is a Windows problem, because if you follow the rules of differents tutorials, is easy to run the runserver, Sincerely, Raúl Luján Delgado El mié, 16 nov 2022 a las 6:10, 'Kasper Laudrup' via Django users (< django-users@googlegroups.com>) escribió:

Re: MANAGE.PY RUNSERVER ERROR

2022-11-16 Thread 'Kasper Laudrup' via Django users
On 15/11/2022 18.49, Peter Mwai wrote: Hello experts, I was trying to start the server using 'python manage.py runserver' but encountered this error, You have a bug somewhere in your code. That most likely happened after you made a change somewhere. Look into what you change

MANAGE.PY RUNSERVER ERROR

2022-11-15 Thread Peter Mwai
Hello experts, I was trying to start the server using 'python manage.py runserver' but encountered this error, Exception ignored in thread started by: .wrapper at 0x0202E609EDE0> Traceback (most recent call last): File "C:\Users\Administrator\AppData\Local\Programs\Py

RE: Possible bug in runserver

2022-11-11 Thread Mike Dewhirst
Try using the inline argument --settings when executing runserver--(Unsigned mail from my phone) Original message From: Matteo Sani Date: 12/11/22 05:38 (GMT+10:00) To: Django users Subject: Possible bug in runserver Hello, I wanted to run Django runserver with custom

Possible bug in runserver

2022-11-11 Thread Matteo Sani
Hello, I wanted to run Django runserver with custom settings defined in proj/mysettings.py. So I exported the env variable DJANGO_SETTINGS_MODULE to point to the custom settings file and then I ran manage.py runserver … The printout was showing that Django was still using the default

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

Re: runserver not working

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

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
m 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., 22. März 2022, 06:07: >>&g

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

Re: runserver not working

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

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 ti

Re: runserver not working

2022-03-21 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 comma

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

When is provide custom ip like python manage.py runserver cannot login or signup

2021-08-30 Thread Aditya Bohra
Please help on localhost or 127.0.0.1:8000 everything is working fine but when i provide ip and port authentication is doesn't work -- 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 i

Re: python manage.py runserver can not use newly compiled sqlite3 lib on CentOS 7

2021-07-08 Thread Joseph Borge
CLUDE_PATH=/home/felix/.local/sqlite/sqlite-3.34.0/include/ >> CPLUS_INCLUDE_PATH=/home/felix/.local/sqlite/sqlite-3.34.0/include/ >> LD_RUN_PATH=/home/felix/.local/sqlite/default/lib ./configure >> --prefix=/home/felix/.local/python/python-3.9.1 --enable-optimizations >> make

Re: runserver problem

2021-04-06 Thread Alan Flavio Ruiz
. I tried to print Hello World in my first app > but i failed. Cmd showed some error but i can't understand what i make > mistake. > > ERROR: > > C:\Users\Admission Solution\allprojects\telusko>python manage.py runserver > Traceback (most recent call last): > File "

Re: runserver problem

2021-03-28 Thread Admission Solution
app but i failed. Cmd showed some error but i can't understand what i make >> mistake. >> >> ERROR: >> >> C:\Users\Admission Solution\allprojects\telusko>python manage.py runserver >> Traceback (most recent call last): >> File "C:\Users

Re: runserver problem

2021-03-28 Thread pankaj palmate
t; > C:\Users\Admission Solution\allprojects\telusko>python manage.py runserver > Traceback (most recent call last): > File "C:\Users\Admission Solution\allprojects\telusko\manage.py", line > 11, in main > from django.core.management import execute_from_command_

runserver problem

2021-03-28 Thread Sujit Mandal
i am totally new with django. I tried to print Hello World in my first app but i failed. Cmd showed some error but i can't understand what i make mistake. ERROR: C:\Users\Admission Solution\allprojects\telusko>python manage.py runserver Traceback (most recent call last): File &

Re: runserver unsuccessfully without any exception or traceback

2021-03-17 Thread Ryan Nowakowski
On March 15, 2021 7:26:11 AM CDT, lilyfan195 wrote: > >however when I enter the http://127.0.0.1:8000 it showed page not >found, and the thing is whatever I clicked, the powershell remained the >same and didn't show any Exception traceback or something like that and >the pycharm didn't show any

runserver unsuccessfully without any exception or traceback

2021-03-15 Thread lilyfan195
Asking for help plz. I used the command "python manage.py runserver" in powershell and it's running well like this:however when I enter the http://127.0.0.1:8000 it showed page not found, and the thing is whatever

Re: python manage.py runserver can not use newly compiled sqlite3 lib on CentOS 7

2021-01-20 Thread panfei
activate > pip install django > djagno-admin startproject demo > cd demo > > 4 Check sqlite3 lib version (seems to be OK, sqlite_version is 3.34.0) > (venv) [felix@localhost blueprint]$ python manage.py shell > Python 3.9.0 (default, Jan 20 2021, 12:53:25) > [GCC

Re: python manage.py runserver can not use newly compiled sqlite3 lib on CentOS 7

2021-01-20 Thread panfei
gt; /home/felix/.local/python/python-3.9.1/bin/python3 -m venv venv > source venv/bin/activate > pip install django > djagno-admin startproject demo > cd demo > > 4 Check sqlite3 lib version (seems to be OK, sqlite_version is 3.34.0) > (venv) [felix@localhost blueprint]$ python m

Re: python manage.py runserver can not use newly compiled sqlite3 lib on CentOS 7

2021-01-20 Thread 'Amitesh Sahay' via Django users
lix@localhost blueprint]$ python manage.py shell Python 3.9.0 (default, Jan 20 2021, 12:53:25) [GCC 10.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. (InteractiveConsole) >>> import sqlite3 >>>

Re: python manage.py runserver can not use newly compiled sqlite3 lib on CentOS 7

2021-01-20 Thread 'Amitesh Sahay' via Django users
quot; for more information. (InteractiveConsole) >>> import sqlite3 >>> sqlite3.sqlite_version '3.34.0' >>> sqlite3.version '2.6.0' >>> 5. Run the demo project (cannot find the new sqlite version ? strange.):(venv) [felix@localhost blueprint]

Re: python manage.py runserver can not use newly compiled sqlite3 lib on CentOS 7

2021-01-20 Thread panfei
nv >> source venv/bin/activate >> pip install django >> djagno-admin startproject demo >> cd demo >> >> 4 Check sqlite3 lib version (seems to be OK, sqlite_version is 3.34.0) >> (venv) [felix@localhost blueprint]$ python manage.py shell >> Python 3.9

Re: python manage.py runserver can not use newly compiled sqlite3 lib on CentOS 7

2021-01-20 Thread panfei
t; pip install django > djagno-admin startproject demo > cd demo > > 4 Check sqlite3 lib version (seems to be OK, sqlite_version is 3.34.0) > (venv) [felix@localhost blueprint]$ python manage.py shell > Python 3.9.0 (default, Jan 20 2021, 12:53:25) > [GCC 10.2.0] on linux > Type &quo

Re: python manage.py runserver can not use newly compiled sqlite3 lib on CentOS 7

2021-01-20 Thread 'Amitesh Sahay' via Django users
3.9.0 (default, Jan 20 2021, 12:53:25) [GCC 10.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. (InteractiveConsole) >>> import sqlite3 >>> sqlite3.sqlite_version '3.34.0' >>> sqlite3.v

Re: python manage.py runserver can not use newly compiled sqlite3 lib on CentOS 7

2021-01-20 Thread panfei
0 (default, Jan 20 2021, 12:53:25) > [GCC 10.2.0] on linux > Type "help", "copyright", "credits" or "license" for more information. > (InteractiveConsole) > >>> import sqlite3 > >>> sqlite3.sqlite_version > '3.34.0' &g

python manage.py runserver can not use newly compiled sqlite3 lib on CentOS 7

2021-01-20 Thread panfei
redits" or "license" for more information. (InteractiveConsole) >>> import sqlite3 >>> sqlite3.sqlite_version '3.34.0' >>> sqlite3.version '2.6.0' >>> 5. Run the demo project (cannot find the new sqlite version ? strange.): (venv) [feli

Re: Was I supposed to be able to create a question on the website using 'runserver'?

2020-11-11 Thread Jorge Gimeno
but I thought that it was meant to be user-side and when > I use 'runserver', on the website there's no such option, only the > previously created question. This is the code for the function: > def create_question(question_text, days): """ Create a questio

Was I supposed to be able to create a question on the website using 'runserver'?

2020-11-11 Thread Carlos Henrique
ght that it was meant to be user-side and when I use 'runserver', on the website there's no such option, only the previously created question. This is the code for the function: def create_question(question_text, days): """ Create a question with the given `que

Re: Help. if i runserver I get this error

2020-09-05 Thread hans alexander
You need to set your index path in urls.py like this: path(' ', , ) On Fri, Sep 4, 2020 at 11:49 PM Boi Deekay wrote: > Page not found (404)Request Method: > GETRequest URL: > http://127.0.0.1:8000/ > > Using the URLconf defined in myFirstPy.urls, Django tried these URL > patterns, in this order

Help. if i runserver I get this error

2020-09-04 Thread Boi Deekay
Page not found (404)Request Method: GETRequest URL: http://127.0.0.1:8000/ Using the URLconf defined in myFirstPy.urls, Django tried these URL patterns, in this order: 1. text/ 2. admin/ The empty path didn't match any of these. You're seeing this error because you have DEBUG = True in y

Re: Python manage.py runserver error

2020-08-26 Thread Ajeet Kumar Gupt
Hi, Install django in virtual environment. Thanks On Wed, Aug 26, 2020, 6:57 AM ROHINI PUNDE wrote: > Hi, > while running "python manage.py runserver" I got this type of error ,I am > not understand how to to solve this problem.please help me out. > find out on thi

Re: Python manage.py runserver error

2020-08-25 Thread ROHINI PUNDE
t. > > On Wed, Aug 26, 2020 at 8:28 AM ROHINI PUNDE > wrote: > >> Hi, >> while running "python manage.py runserver" I got this type of error ,I >> am not understand how to to solve this problem.please help me out. >> find out on this attachment(

Re: Python manage.py runserver error

2020-08-25 Thread RANGA BHARATH JINKA
Hi, Please create a virtual environment, activate it and install django and other packages inside that environment. All the best. On Wed, Aug 26, 2020 at 8:28 AM ROHINI PUNDE wrote: > Hi, > while running "python manage.py runserver" I got this type of error ,I am >

Python manage.py runserver error

2020-08-25 Thread ROHINI PUNDE
Hi, while running "python manage.py runserver" I got this type of error ,I am not understand how to to solve this problem.please help me out. find out on this attachment(error.png) -- You received this message because you are subscribed to the Google Groups "Django users" g

Re: RUNSERVER SERIOUS PROBLEM! Please help me pls

2020-08-04 Thread Phan Nguyen
is on top of my screen FYI. At the beginning I usually ran 'python3 manage.py runserver' only when I do 'cd src' successfully, and it worked at that time. Thank you! (4 screenshots attached) [image: bbb.png] [image: ccc.png] [image: Screen Shot 2020-08-04 at 20.48.23.png] On

Re: RUNSERVER SERIOUS PROBLEM! Please help me pls

2020-08-04 Thread Phan Nguyen
*To add up, There are also 2 manage.py and 2 setting.py, some of the files may be repetitive because I accidentally copied code from one to another so it was duplicated.* On Tuesday, August 4, 2020 at 9:22:36 PM UTC+7, Phan Nguyen wrote: > > > -- You received this message because you are subsc

Re: RUNSERVER SERIOUS PROBLEM! Please help me pls

2020-08-04 Thread Jatin Agrawal
It seems like your directoy structure is not proper after you moved some files/folders. So, if you can send the screenshot of your directory structure, it might be helpful for others to help you. On Tuesday, August 4, 2020 at 10:12:32 AM UTC+5:30, Phan Nguyen wrote: > > *So I was be able to work

Re: RUNSERVER SERIOUS PROBLEM! Please help me pls

2020-08-03 Thread Isaac
Send the screenshot of your wsgi.py file On Tuesday, 4 August 2020 05:47:29 UTC+1, Phan Nguyen wrote: > > > > On Tuesday, August 4, 2020 at 11:42:32 AM UTC+7, Phan Nguyen wrote: >> >> *So I was be able to work with Django very well the past weeks. But >> certainly, I manually moved a 'src' folde

Re: RUNSERVER SERIOUS PROBLEM! Please help me pls

2020-08-03 Thread Phan Nguyen
On Tuesday, August 4, 2020 at 11:42:32 AM UTC+7, Phan Nguyen wrote: > > *So I was be able to work with Django very well the past weeks. But > certainly, I manually moved a 'src' folder(contain manage.py) which is > originally in a Dev folder, to another folder where I write all the code of > h

Re: Django3 runserver error

2020-07-31 Thread Kyasanku Charles Nyombi
: > Hi All, > I recently upgraded Django from 2.2 to 3 on my MacOS10.13. > I am using Python 3.6 and My Application was working fine with Django 2.2 > but now i am getting below error. > > Any help related with this topic would be greatly appreciated. > > $>python3 manag

Re: Django3 runserver error

2020-07-31 Thread RANGA BHARATH JINKA
__str__. >>> Or use f-strings. It is easy. All the best 👍 >>> >>> On Thu, 30 Jul 2020, 8:29 pm ROHINI PUNDE, >>> wrote: >>> >>>> I have error while updating the information,so many trials I cant solve >>>> this

Re: Django3 runserver error

2020-07-31 Thread ROHINI PUNDE
>> this problem,so please help me for this >>> >>> >>> On Thu, Jul 30, 2020 at 2:25 AM Mira wrote: >>> >>>> Hi All, >>>> I recently upgraded Django from 2.2 to 3 on my MacOS10.13. >>>> I am using Python 3.6

Re: Django3 runserver error

2020-07-30 Thread RANGA BHARATH JINKA
g Python 3.6 and My Application was working fine with Django >>> 2.2 but now i am getting below error. >>> >>> Any help related with this topic would be greatly appreciated. >>> >>> $>python3 manage.py runserver >>> >>> Watching

Re: Django3 runserver error

2020-07-30 Thread RANGA BHARATH JINKA
p related with this topic would be greatly appreciated. >> >> $>python3 manage.py runserver >> >> Watching for file changes with StatReloader >> >> Performing system checks... >> >> >> Traceback (most recent call last): >> >> File &q

Re: Django3 runserver error

2020-07-30 Thread Mira
on 3.6 and My Application was working fine with Django 2.2 > but now i am getting below error. > > Any help related with this topic would be greatly appreciated. > > $>python3 manage.py runserver > > Watching for file changes with StatReloader > > Performing sy

Re: Django3 runserver error

2020-07-30 Thread 'Amitesh Sahay' via Django users
topic would be greatly appreciated. $>python3 manage.py runserver Watching for file changes with StatReloader Performing system checks... Traceback (most recent call last):   File "manage.py", line 22, in     execute_from_command_line(sys.argv)   File "/Library/Fram

Re: Django3 runserver error

2020-07-30 Thread oba stephen
graded Django from 2.2 to 3 on my MacOS10.13. >> I am using Python 3.6 and My Application was working fine with Django 2.2 >> but now i am getting below error. >> >> Any help related with this topic would be greatly appreciated. >> >> $>python3 manage.py runserver &

Re: Django3 runserver error

2020-07-30 Thread Thierry DECKER
etting below error. > > Any help related with this topic would be greatly appreciated. > > $>python3 manage.py runserver > > Watching for file changes with StatReloader > > Performing system checks... > > > Traceback (most recent call last): > > File "

Re: Django3 runserver error

2020-07-30 Thread Haris Ahmad
i am getting below error. > > Any help related with this topic would be greatly appreciated. > > $>python3 manage.py runserver > > Watching for file changes with StatReloader > > Performing system checks... > > > Traceback (most recent

Django3 runserver error

2020-07-30 Thread Mira
Hi All, I recently upgraded Django from 2.2 to 3 on my MacOS10.13. I am using Python 3.6 and My Application was working fine with Django 2.2 but now i am getting below error. Any help related with this topic would be greatly appreciated. $>python3 manage.py runserver Watching for file chan

Re: Error in manage.py when I do python manage.py runserver

2020-07-22 Thread Jagtar Singh Lakhyan
Use python3 & install if Not installed then run python3 manage.py runserver On Wed, Jul 22, 2020 at 8:08 PM Kovy Jacob wrote: > It gives me a syntax error > > Jacob-Mac-mini:TachlisGeredt kovyjacob$ python manage.py runserver > 0.0.0.0:8000 > File "manage.p

Error in manage.py when I do python manage.py runserver

2020-07-22 Thread Kovy Jacob
It gives me a syntax error Jacob-Mac-mini:TachlisGeredt kovyjacob$ python manage.py runserver 0.0.0.0:8000 File "manage.py", line 16 ) from exc: ^ SyntaxError: invalid syntax I didn’t edit manage.py yet, I literally just started the project. I was thinking maybe its a) a version erro

Re: python manage.py runserver error

2020-06-19 Thread Robert Rajendra
Test with using "ls" inside your command prompt. All the best. >>> >>> On Fri, Jun 19, 2020 at 5:08 PM Tanisha Jain >>> wrote: >>> >>>> still the problem persists. >>>> >>>> On Fri, 19 Jun 2020 at 07:15, Utsab Bashy

Re: python manage.py runserver error

2020-06-19 Thread Archit Keshri
2020 at 07:15, Utsab Bashyal wrote: >>> >>>> enter inside your project directory using command cd project_name in >>>> termina and run manage.py runserver >>>> >>>> >>>> On Fri, Jun 19, 2020 at 6:52 AM Thomas Furtado < >>&g

Re: python manage.py runserver error

2020-06-19 Thread DHRUVA
he best. > > On Fri, Jun 19, 2020 at 5:08 PM Tanisha Jain > wrote: > >> still the problem persists. >> >> On Fri, 19 Jun 2020 at 07:15, Utsab Bashyal wrote: >> >>> enter inside your project directory using command cd project_name in >>> termin

Re: python manage.py runserver error

2020-06-19 Thread RANGA BHARATH JINKA
tsab Bashyal wrote: > >> enter inside your project directory using command cd project_name in >> termina and run manage.py runserver >> >> >> On Fri, Jun 19, 2020 at 6:52 AM Thomas Furtado >> wrote: >> >>> Hii, thanks for answering but it didn'

Re: python manage.py runserver error

2020-06-19 Thread Tanisha Jain
still the problem persists. On Fri, 19 Jun 2020 at 07:15, Utsab Bashyal wrote: > enter inside your project directory using command cd project_name in > termina and run manage.py runserver > > > On Fri, Jun 19, 2020 at 6:52 AM Thomas Furtado > wrote: > >> Hii,

Re: python manage.py runserver error

2020-06-18 Thread Utsab Bashyal
enter inside your project directory using command cd project_name in termina and run manage.py runserver On Fri, Jun 19, 2020 at 6:52 AM Thomas Furtado wrote: > Hii, thanks for answering but it didn't work > Now it showed: no module named 'django.contrib.statics' >

Re: python manage.py runserver error

2020-06-18 Thread Thomas Furtado
er. > > python manage.py makemigrations > python manage.py migrate > > and then command > python manage.py runserver > > Hope this helps. Let me know if you have any questions > > On Thu, Jun 18, 2020 at 6:15 PM Thomas Furtado > wrote: > >> Hi, I've seen you sen

Re: python manage.py runserver error

2020-06-18 Thread chaitanya orakala
Hi Thomas, Please run the following commands to solve this problem, before running the server. python manage.py makemigrations python manage.py migrate and then command python manage.py runserver Hope this helps. Let me know if you have any questions On Thu, Jun 18, 2020 at 6:15 PM Thomas

Re: python manage.py runserver error

2020-06-18 Thread Thomas Furtado
gt;python manage.py > runserver > Watching for file changes with StatReloader > Exception in thread django-main-thread: > Traceback (most recent call last): > File "C:\Python37\lib\threading.py", line 926, in _bootstrap_inner > self.run() > File "C:\

Re: Runserver with a custom script

2020-02-18 Thread Mike Dewhirst
  ... python3 /path/to/manage.py runserver --settings=.settings Thank you in advance Regards, Soumen -- 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 dj

Re: Runserver with a custom script

2020-02-17 Thread Budi Hermansyah
you can use django commands... https://docs.djangoproject.com/en/3.0/howto/custom-management-commands/ On Tue, Feb 18, 2020 at 2:17 PM Soumen Khatua wrote: > Hi Folks, > > I want to run a script or url at the time of django server loading.So > Does this possible,If yes could you tell me,How? >

Runserver with a custom script

2020-02-17 Thread Soumen Khatua
Hi Folks, I want to run a script or url at the time of django server loading.So Does this possible,If yes could you tell me,How? Thank you in advance Regards, Soumen -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this gr

Apache Django Devops: How to run django app runserver on Apache

2019-12-12 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? We can help you in this and related tasks mere at $7 per hour Best Regards, Divyesh Khamele, Pythonmate On Thu, 12 Dec 2019 at 10:30, Rupam Hazra wrote: > > Please help me out. > > How to run django app runserv

Re: How to run django app runserver on Apache

2019-12-11 Thread Virendra Tripathi
https://docs.djangoproject.com/en/2.2/howto/deployment/wsgi/modwsgi/ Virendra On Wed, Dec 11, 2019 at 8:59 PM Rupam Hazra wrote: > > Please help me out. > > How to run django app runserver on Apache ? > > -- > You received this message because you are subscribed

How to run django app runserver on Apache

2019-12-11 Thread Rupam Hazra
Please help me out. How to run django app runserver on Apache ? -- 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...@google

Re: PROBLEM WITH ACCESING MY APP WITH -m django runserver WITH DJANGO!!

2019-10-09 Thread Clara Daia
nge path and tried to work on a virtual env but > nothing work . > also launch mysql and apache with xampp but this what the terminal say: > PS Microsoft.PowerShell.Core\FileSystem::\\nas30-001\10 Support > Engineering\06-PHTF USERS\PHT Toulouse\Ismael\IODA\Application IODA\IODA>

PROBLEM WITH ACCESING MY APP WITH -m django runserver WITH DJANGO!!

2019-10-09 Thread Ismael Martinez
al say: PS Microsoft.PowerShell.Core\FileSystem::\\nas30-001\10 Support Engineering\06-PHTF USERS\PHT Toulouse\Ismael\IODA\Application IODA\IODA> py -m django runserver Traceback (most recent call last): File "C:\Users\ima7363\AppData\Local\Programs\Python\Python37\lib\runpy.py", line 193,

Re: manage.py runserver error

2019-09-22 Thread Sanjeev Shukla
to check version of django use - >django-admin --version -- 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 this

Re: manage.py runserver error

2019-09-22 Thread Badal Raina
First, work on python environment and then continue your job *Badal Raina* On Sun, 22 Sep 2019 at 15:39, Ashok Rai wrote: > You better try using python 3 > > On Sun, Sep 22, 2019 at 9:55 AM Pawan Jha > wrote: > >> When I run the Command "manage.py runserver" o

Re: manage.py runserver error

2019-09-22 Thread oba stephen
Did you use "python manage.py runserver" or just "manage.py runserver"? On Sun, Sep 22, 2019, 5:09 AM Pawan Jha wrote: > When I run the Command "manage.py runserver" on the command > prompt(WINDOWS), I get the following error: > Traceback (most recent

Re: manage.py runserver error

2019-09-22 Thread Ashok Rai
You better try using python 3 On Sun, Sep 22, 2019 at 9:55 AM Pawan Jha wrote: > 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\

Re: manage.py runserver error

2019-09-22 Thread Abu Yusuf
It's a shame to use python2 still now. Try to start your django project with virtualenvironment with python-3 version. Try to follow the standard way to get start. Everything will be fine. On Sun, Sep 22, 2019 at 10:09 AM Pawan Jha wrote: > When I run the Command "manage.py runs

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 g

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 &

Re: python manage.py runserver error

2019-07-14 Thread 'Amitesh Sahay' via Django users
Can you check if you have entered  'hello_world' in your app list in settings.py? Regards, Amitesh Sahay On Saturday, 13 July, 2019, 08:03:35 pm IST, Charlotte Wood wrote: Have you listed hello_world in your apps in settings.py? Is it something that you pip install? Is it the name o

Re: python manage.py runserver error

2019-07-13 Thread Charlotte Wood
, Jul 13, 2019, 6:35 AM Jack Bergemann wrote: > (venv) C:\Users\Chas\rp-portfolio\personal_portfolio>python manage.py > runserver > Watching for file changes with StatReloader > Exception in thread django-main-thread: > Traceback (most recent call last): > File "C:

Re: python manage.py runserver error

2019-07-13 Thread Joe Reitman
ModuleNotFoundError: No module named 'hello_world' This is a big clue. On Saturday, July 13, 2019 at 6:35:31 AM UTC-5, Jack Bergemann wrote: > > (venv) C:\Users\Chas\rp-portfolio\personal_portfolio>python manage.py > runserver > Watching for file changes with StatReloa

python manage.py runserver error

2019-07-13 Thread Jack Bergemann
(venv) C:\Users\Chas\rp-portfolio\personal_portfolio>python manage.py runserver Watching for file changes with StatReloader Exception in thread django-main-thread: Traceback (most recent call last): File "C:\Python37\lib\threading.py", line 926, in _bootstrap_inner self.ru

  1   2   3   4   5   6   7   >