diff options
Diffstat (limited to 'docker/bashrc')
-rw-r--r-- | docker/bashrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/bashrc b/docker/bashrc new file mode 100644 index 0000000..eb2ed7d --- /dev/null +++ b/docker/bashrc @@ -0,0 +1,5 @@ +# This snippet is appended to ~/.bashrc when the container is created + +alias runserver='python3 $PROJECT_HOME/manage.py runserver 0.0.0.0:8000' +alias createsu='python3 $PROJECT_HOME/manage.py createsuperuser' + |