Top "Django-commands" questions

django-commands refers to Django's django-admin.

How to make db dumpfile in django

I want to make a dump in django irrespective of database I am using and can be loaded later. The …

python django django-models django-commands
Django: AttributeError: 'NoneType' object has no attribute 'split'

I'm trying to build a static site generator using Django (because its resourceful that way), and right now my problems …

python django python-3.x static-site django-commands
Can Django manage.py custom commands return a value? How, or why not?

Following the documentation: https://docs.djangoproject.com/en/dev/howto/custom-management-commands/ I created my own custom command (called something else …

python django django-commands