Changes between Version 28 and Version 29 of UsingVimWithDjango


Ignore:
Timestamp:
Oct 12, 2006, 10:19:32 AM (18 years ago)
Author:
Lllama
Comment:

Tidy up project entry. Observe the filter.

Legend:

Unmodified
Added
Removed
Modified
  • UsingVimWithDjango

    v28 v29  
    7979
    8080{{{
    81 Django Project=/path/to/project CD=. filter="*.py" {
     81Django Project=/path/to/project CD=. filter="[^_]*.py" {
    8282 settings.py
    8383 urls.py
     
    8585  Polls=polls {
    8686   views.py
    87    Models=models {
    88     models.py
    89    }
     87   models.py
    9088  }
    9189  ToDo=todo {
    9290   views.py
    93    Models=models {
    94     models.py
    95    }
     91   models.py
    9692  }
    9793 media=mediaDir {
Back to Top