Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created February 18, 2010 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdegges/307969 to your computer and use it in GitHub Desktop.
Save rdegges/307969 to your computer and use it in GitHub Desktop.
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