Changes between Version 1 and Version 2 of DjangoAndNginx


Ignore:
Timestamp:
May 6, 2008, 3:17:10 PM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoAndNginx

    v1 v2  
    88}}}
    99
    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:
     10Next, 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):
    1111{{{
    1212aptitude install subversion
     
    2525
    2626Let'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)
    2828{{{
    2929cd /
Back to Top