Changes between Version 22 and Version 23 of UsingVimWithDjango


Ignore:
Timestamp:
Oct 10, 2006, 3:43:49 PM (18 years ago)
Author:
panosl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingVimWithDjango

    v22 v23  
    127127
    128128So a regular session would be:
     129{{{
     130:djsp [projectname]
    129131
    130 :djsp [projectname]
    131     This will in turn generate the required Project file with all the files of the project.
     132# This will in turn generate the required Project file with all the files of the project.
     133}}}
    132134
     135{{{
    133136:djsa [appname]
    134     This will create a new app, and update the Project file with the new data regarding the application.
     137
     138# This will create a new app, and update the Project file with the new data regarding the application.
     139}}}
    135140
    136141
Back to Top