> 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
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
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á
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
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
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
> >
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
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
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
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)
>
>
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,
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
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
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
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
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,
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
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'
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
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
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
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
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
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)
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
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
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
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
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
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
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,
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
(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
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
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
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
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
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
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
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
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
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
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
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
44 matches
Mail list logo