diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2011-01-20 23:02:43 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2011-01-20 23:02:43 +0200 |
| commit | 8e60f714f7d568e6daf5b7a62fd5440a2a291ac5 (patch) | |
| tree | 375f5f6f1dc13630aafc5b068370e5ea7d43decc | |
| parent | 2f8b3fa8a6808ff90954f351e32a6f841b75f8b3 (diff) | |
removed notes
| -rw-r--r-- | notes.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/notes.txt b/notes.txt deleted file mode 100644 index d90f5b3..0000000 --- a/notes.txt +++ /dev/null @@ -1,11 +0,0 @@ -Prerequisites for setting up a generic project: ------------------------------------------------ - -1. easy_install pip -2. pip install virtualenv -3. pip install virtualenvwrapper -4. source /usr/local/bin/virtualenvwrapper.sh (possibly add to .bash_profile) -5. mkvirtualenv --distribute proj_name -6. ./bootstrap.py -7. ./manage.py syncdb -8. ./manage.py runserver |
