- Ctrl+C+Python
- Posts
- π How to Add Django Shortcuts to Your Terminal
π How to Add Django Shortcuts to Your Terminal
β¨οΈ Set up Django aliases in minutes and start running commands faster than ever.
β¨οΈ Turn long Django commands into quick, simple shortcuts!
Yesterday, I introduced a set of aliases to cut down on repetitive typing in Django. Today, Iβll show you exactly how to install them so you can start coding faster.
1οΈβ£ Open your shell profile file:
Mac/Linux:
nano ~/.zshrc(or~/.bashrc)Windows (PowerShell):
notepad $PROFILE
2οΈβ£ Download the alias file β Download
3οΈβ£ Copy and paste the functions into your profile file.
4οΈβ£ Save and reload your terminal:
Mac/Linux:
source ~/.zshrcWindows: Restart PowerShell
Now youβre all set! Your Django workflow just got way more efficient. π
Happy coding! ππ
Digital Shade
Reply