This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # create virtualenv | |
| virtualenv projectname | |
| # change to directory | |
| cd projectname | |
| # start a django project | |
| django-admin.py startproject projectname | |
| # make static folders |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Mac/Linux | |
| export PS1='> ' | |
| Windows: | |
| prompt $g |