Changes between Version 22 and Version 23 of UsingVimWithDjango
- Timestamp:
- Oct 10, 2006, 3:43:49 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingVimWithDjango
v22 v23 127 127 128 128 So a regular session would be: 129 {{{ 130 :djsp [projectname] 129 131 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 }}} 132 134 135 {{{ 133 136 :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 }}} 135 140 136 141