Changes between Version 1 and Version 2 of DjangoAndNginx
- Timestamp:
- May 6, 2008, 3:17:10 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoAndNginx
v1 v2 8 8 }}} 9 9 10 Next, I needed Django, which I got the latest SVN release (due to a ManyToMany bug I saw in the past, I'm sticking to a release I didn't have trouble with :10 Next, I needed Django, which I got the latest SVN release (due to a ManyToMany bug I saw in the past, I'm sticking to a release I didn't have trouble with): 11 11 {{{ 12 12 aptitude install subversion … … 25 25 26 26 Let's start a sample project just to make things easy: 27 (Note: for some reason, the PYTHON _PATH and PATH variables, although they included the django bin directory, still couldn't find django-admin.py, so I included the full path)27 (Note: for some reason, the PYTHONPATH and PATH variables, although they included the django bin directory, still couldn't find django-admin.py, so I included the full path) 28 28 {{{ 29 29 cd /