Questions tagged [django-manage.py]

django-manage.py refers to Django's command-line utility for common administrative tasks.

django-manage.py refers to Django's command-line utility for common administrative tasks.

188 questions
-1
votes
1 answer

running this django project but its showing me this error in manage.py

this is the error its showing me while running the django project of searchable dropdown list. I did exactly as mentioned in the youtube video but these are all the errors its showing me File "manage.py", line 23, in main() File…
-1
votes
2 answers

python: can't open file 'manage.py

i just finishing running the makemigration & migrate command it's OK but when i run python manage.py createsuperuser i receive this message : python: can't open file 'manage.py': [Errno 2] No such file or directory i did not know what is my mistake…
user3828990
  • 17
  • 1
  • 9
-1
votes
1 answer

Run program on server forever without manually starting it

I have created an application which resides on a server. The application uses Django to connect. So, if I want to access the web page I have to run the following command to start the server - python manage.py runserver ip adress:port number…
TeeKay
  • 1,025
  • 2
  • 22
  • 60
-1
votes
1 answer

Trying to create custom django mange.py command, getting errors

Just starting out with Django. I am trying to create a custom manage.py called "average" whose function is to compute the average of each field from Review model and update it in the "AvgMarks" model. The models are : class…
-2
votes
1 answer

What happens if I rename the 'manage.py' in django?

I have changed the 'manage.py' to 'server.py' and it worked. But what I want to know is whether it will work if I host the Django App somewhere ?
-2
votes
1 answer

python manage.py migrate KeyError: 255

Server environment configuration Ubuntu 14 Django 1.11.3 Python 3.6.1 MySql 8.0.1 When I execute python manage.py dbshell command everything works ok. But when I execute python manage.py migrate command, I get a KeyError: 255. Here is the…
M DK
  • 7
  • 3
-2
votes
1 answer

python manage.py runserver error django.core.exceptions.ImproperlyConfigured: T

I started learning a Django tutorial , and when I want to run python manage.py runserver Here is the error message: Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File…
-3
votes
2 answers

How to do run:"python manage.py runserver in vscode.i want to run a new server for my project

How to do run: python manage.py runserver in Visual Studio Code? I get the below error "Can not open file manage.py:no such file or directory"
1 2 3
12
13