Created
February 18, 2010 19:41
-
-
Save rdegges/307969 to your computer and use it in GitHub Desktop.
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
rdegges@cora:~/code/django_consultants$ mkdir -p templates/{registration,portal} | |
rdegges@cora:~/code/django_consultants$ touch templates/base.html templates/index.html | |
rdegges@cora:~/code/django_consultants$ touch templates/portal/portal.html templates/portal/index.html templates/portal/menu.html templates/portal/footer.html templates/portal/header.html | |
rdegges@cora:~/code/django_consultants$ touch templates/registration/login.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment