[PYTHON] Django command completion settings

$ python manage.py 
$ django-admin.py

Settings to complement etc. with tabs

$ wget https://raw.github.com/django/django/7515f6576b593c5f7a1ff2b2f934d5442b52b884/extras/django_bash_completion
$ mv django_bash_completion .django_bash_completion

$ vi ~/.bashrc




#### **`~/.bashrc`**
. ~/.django_bash_completion

 The following is a setting added because .bashrc was not loaded. Not required if loaded properly


#### **`$ vi ~/. bash_profile `**

~/.bash_profile


if [ -f ~/.bashrc ] ; then
		. ~/.bashrc
fi

Recommended Posts

Django command completion settings
django default settings
Django + Docker command
Django + MySQL settings
Django URL settings
DEBUG settings when using Django
django timezone and language settings
[Learning memo] Django command summary
[Note] [For myself] Django command
Dive into the Django Custom command [1]
Completion of docker command on Linux
Django
Django static file (static) related settings summary
[Django] Command to output QuerySet to csv
Django Management Command Duplicate Launch Decorator
DJango Memo: From the beginning (model settings)
WEB application development using Django [Initial settings]
Change batch settings with Mailman's withlist command
DB settings when using Django + SQLAlchemy + Alembic
Django: Implement reusable APP settings following Django RestFrameWork
Django Project HTTPS Server Settings: Let's Encrypt
[Django] Settings for sending emails using postfix
Notice the completion of a time-consuming command