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, contenttypes, session

Re: MANAGE.PY RUNSERVER ERROR

2022-11-16 Thread Balogun Awwal
What is the output given Sent from awwal > On 16 Nov 2022, at 1:23 PM, Peter Mwai wrote: >  > 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, becaus

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, > > Sincerely, > > Raúl Lujá

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 do

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 'python manage.py runserver' but > >

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ó: > On 15/11/2022 1

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 changed, fix the bug

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\Python\Python311\Lib\si

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 this attachment(error.png) > >

Re: Python manage.py runserver error

2020-08-25 Thread ROHINI PUNDE
Thank you so much, run properly on server. On Tue, Aug 25, 2020 at 8:22 PM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, > > Please create a virtual environment, activate it and install django > and other packages inside that environment. > All the best. > > On Wed, Aug 26,

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 > not understand how t

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" group. To unsubscribe

Re: python manage.py runserver error

2020-06-19 Thread Robert Rajendra
ModuleNotFoundError: No module named 'hello_world' This is your error, please make sure that hello_world exists and imported properly On Fri, 19 Jun 2020 at 18:52, Archit Keshri wrote: > > > On Fri, 19 Jun, 2020, 5:31 PM DHRUVA, wrote: > >> Just try adding appname into the installed Apps in th

Re: python manage.py runserver error

2020-06-19 Thread Archit Keshri
On Fri, 19 Jun, 2020, 5:31 PM DHRUVA, wrote: > Just try adding appname into the installed Apps in the Settings file > > On Fri, 19 Jun, 2020, 5:27 PM RANGA BHARATH JINKA, < > bharathjink...@gmail.com> wrote: > >> Hi, >> You have to go into your django project folder where manage.py file >> is

Re: python manage.py runserver error

2020-06-19 Thread DHRUVA
Just try adding appname into the installed Apps in the Settings file On Fri, 19 Jun, 2020, 5:27 PM RANGA BHARATH JINKA, wrote: > Hi, > You have to go into your django project folder where manage.py file is > located. Test with using "ls" inside your command prompt. All the best. > > On Fri,

Re: python manage.py runserver error

2020-06-19 Thread RANGA BHARATH JINKA
Hi, You have to go into your django project folder where manage.py file is located. 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 Bashyal wrote: > >> en

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, thanks for answering but it didn'

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' > > Em qui, 18 de jun de 2020

Re: python manage.py runserver error

2020-06-18 Thread Thomas Furtado
Hii, thanks for answering but it didn't work Now it showed: no module named 'django.contrib.statics' Em qui, 18 de jun de 2020 22:03, chaitanya orakala escreveu: > Hi Thomas, > Please run the following commands to solve this problem, before running > the server. > > python manage.py makemigratio

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 Furta

Re: python manage.py runserver error

2020-06-18 Thread Thomas Furtado
Hi, I've seen you sent this last year and I'm having the same error message at my pycharm... Did you solve this?? could you help me with this please?? Em sábado, 13 de julho de 2019 08:35:31 UTC-3, Jack Bergemann escreveu: > > (venv) C:\Users\Chas\rp-portfolio\personal_portfolio>python manage.py

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" on the command >> prompt(WINDOWS)

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 call last): > File "C:\Documents and Setti

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\harsh\Desktop\Django\mysite\manage.p

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 runserver" on the com

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: 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
Have you listed hello_world in your apps in settings.py? Is it something that you pip install? Is it the name of a view that you have imported at the top but maybe deleted? Now, sometimes heroku will ignore things but I believe this is just your local server to which you are referring? On Sat,

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 StatReloader > Exception in thread

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.run() File "C:\Pyth

Re: python manage.py runserver error

2016-06-25 Thread ludovic coues
Django 1.9.7 is compatible with python 2. Django 1.11 is planned to be last version supporting python 2, the last version for django 1 and will be on long term support. Only django 2 will drop support for python 2. For the original question, the issue seems related to salute. The content of setti

Re: python manage.py runserver error

2016-06-24 Thread Luis Zárate
Check running python manage.py migrate other thing, are you sure that you have a correct database setup? El viernes, 24 de junio de 2016, Gary Roach escribió: > Hi Saranyoo > > I noticed that you are using python 2.7 with django 1.9.7. I would check the django docs to see whether the two are co

Re: python manage.py runserver error

2016-06-24 Thread Gary Roach
Hi Saranyoo I noticed that you are using python 2.7 with django 1.9.7. I would check the django docs to see whether the two are compatible. You may want to switch to Python 3.5.. If you are in the manage.py directory when you fired off runserver it should have worked. Gary R. On 06/23/2016

python manage.py runserver error

2016-06-23 Thread Saranyoo Tiaakekalap
Guys - I am new to django, need some advise . I am trying to learn how to use django from official web, while I am running through step by step . Just the beginning of the first step while I try to start server I hit into issue . There is no change in any python after start project . Appreciate al

python manage.py runserver error

2016-06-23 Thread Saranyoo Tiaakekalap
Guys - I am new to django , while running through tutorial . I found issue when first start running 'python manage.py runserver' . After I installed 'django' and create my first project using command 'django-admin startproject mysite' , then follow with 'python manage.py runserver' . I encou

Re: python manage.py runserver error

2013-07-23 Thread Jay Lozier
virtualenv works, this for the link. On Sunday, July 21, 2013 10:09:59 PM UTC-4, Jay Lozier wrote: > > I get the following error when run python manage.py runserver: > > OS openSUSE 12.3 > django 1.7 > > > boopers@linux-nss6:~/myfirstsite> python manage.py runserver > Traceback (most recent call l

python manage.py runserver error

2013-07-22 Thread Jay Lozier
I get the following error when run python manage.py runserver: OS openSUSE 12.3 django 1.7 boopers@linux-nss6:~/myfirstsite> python manage.py runserver Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/home/boopers/django-trunk/django/co

Re: python manage.py runserver error

2013-07-22 Thread Christian Erhardt
I think you're missing some prerequisites (TypeError: ('Not a package:', 'cgi')) I never use the libraries installed on the system, i always work with virtualenvs. A very good kickstart is written down here: http://www.jeffknupp.com/blog/2012/02/09/starting-a-django-project-the-right-way/ Usu

manage.py runserver error psycopg2 not loading

2007-12-19 Thread Shinmaikeru
py25-psycopg2 is installed, and it is the psycopg2 for python 2.5 If I install py-psycopg, Ports also installs Python 2.4. These issues consumed my Tuesday. I had postgres81 and postgres82, Python 2.4 and Python 2.5 installed because of the dependencies thing with Ports and my own downloading of

Re: os x tiger macports install postgres81 python25 - py25-psycopg2 python manage.py runserver error

2007-12-19 Thread David Reynolds
On 19 Dec 2007, at 8:49 am, Shinmaikeru wrote: > > Django newbie here just trying to get an environment going so that I > can say goodbye to PHP and make python/django my native tongue. > > I went through several installs using various images and then > uninstalls and such before finally install

os x tiger macports install postgres81 python25 - py25-psycopg2 python manage.py runserver error

2007-12-19 Thread Shinmaikeru
Django newbie here just trying to get an environment going so that I can say goodbye to PHP and make python/django my native tongue. I went through several installs using various images and then uninstalls and such before finally installing everything through MacPorts. However... When I run `pyt