Top "Manage.py" questions

`manage.

django change default runserver port

I would like to make the default port that manage.py runserver listens on specifiable in an extraneous config.ini. …

python django django-manage.py manage.py
cannot open manage.py after installing django

I have a problem in setting up django. My situation: I have Anaconda Python 2.7 in my Windows 8 computer. On the …

python django virtual anaconda manage.py
Django CommandError: App 'polls' has migrations

Trying to follow the tutorial at Django project. The problem I've come across is that when performing the command: python …

python django migration database-migration manage.py
How to write custom django manage.py commands in multiple apps

Imagine I have two or more apps in my django project, I was able to successfully write and execute custom …

python django django-admin manage.py
How to execute code in the Django shell by an external python script?

What I want to achieve: I would like to create a python script to deactivate Django users in the database …

python linux django shell manage.py
Uable to run manage.py runserver in Django

I am not able to start manage.py runserver. I am using a Cassandra database and I have imported all …

python django python-2.7 cassandra manage.py
Django dumpdata django.contrib.auth

I want dump data of django.contrib.auth app. I've tried: >> python manage.py dumpdata django.contrib.auth &…

python django manage.py
Django runserver bound to 0.0.0.0, how can I get which IP took the request?

I'm running a temporary Django app on a host that has lots of IP addresses. When using manage.py runserver 0.0.0.0:5000, …

python django manage.py
Can't get python.manage.py syncdb to work

I just created my first django app, initialized variables DATABASE_ENGINE and DATABASE_NAME in settings.py, but now when …

python django django-syncdb manage.py
manage.py - not in project folder?

I'm trying out Django for the first time, and I'm trying to follow the tutorial provided by the django team. …

django django-admin django-manage.py manage.py