Top "Django-manage.py" questions

django-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
ImportError: No module named django.core.management when using manage.py

I'm trying to run python manage.py runserver on a Django application I have and I get this error: Traceback (…

python django python-2.7 importerror django-manage.py
How to stop gunicorn properly

I'm starting gunicorn with the Django command python manage.py run_gunicorn. How can I stop gunicorn properly? Note: I …

django gunicorn django-manage.py
django.core.exceptions.ImproperlyConfigured: Error loading psycopg module: No module named psycopg

Presently, I'm attempting to configure Django for use on a project, and am encountering a persistent error when I try …

python django module psycopg2 django-manage.py
Django manage.py: Migration applied before its dependency

When running python manage.py migrate I encounter this error: django.db.migrations.exceptions.InconsistentMigrationHistory: Migration <appname>.0016_auto_&…

django django-admin django-migrations django-manage.py
Heroku django app createsuperuser

I deployed my django app and when I tried heroku run python manage.py syncdb I got a timeout awaiting …

django heroku django-manage.py
Satchmo clonesatchmo.py ImportError: cannot import name execute_manager

I get satchmo to try, but I have a great problem at first try, and I don't understand whats wrong. …

python django django-models satchmo django-manage.py
Django manage.py --no-input . Yes or no?

I can't find this in the docs. When I run python manage.py collecstatic --no-input does it mean it will …

django django-manage.py
How does one use Django custom management command option?

The Django doc tell me how to add an option to my django custom management command, via an example: from …

django django-manage.py
How to manage.py loaddata in Django

I've being fighting with this command for several hours now. If I do python manage.py dumpdata --natural-foreign --> …

django django-manage.py