Created
March 9, 2009 08:36
-
-
Save idan/76167 to your computer and use it in GitHub Desktop.
This file contains 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
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