Welcome | Get started | Dive into Lino | Contribute | Reference
Miscellaneous bash commands¶
- pm¶
An alias for
python manage.py
, in other words for executing a django-admin command.This alias is installed by
getlino configure
.
- a¶
Expands to
. env/bin/activate
.This alias is installed by
getlino configure
.