Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@idan
Created March 9, 2009 08:36
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 idan/76167 to your computer and use it in GitHub Desktop.
Save idan/76167 to your computer and use it in GitHub Desktop.
whatever.com (directory under source control)
|
|+ templates (django templates for this site)
|+ media (contains media, css, js, etc needed for this specific site)
|- project (the django project directory)
|- settings.py
|- urls.py
|+ app1
|+ app2
|+ env (the virtualenv directory, which isn't under source control via .gitignore or similar)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment