Changeset 1784 for trunk/pylucid_project/standalone_w32.cmd
- Timestamp:
- 10/23/08 07:37:49 (17 months ago)
- Files:
-
- 1 modified
-
trunk/pylucid_project/standalone_w32.cmd (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid_project/standalone_w32.cmd
r1783 r1784 3 3 REM go into the same directory where this file stored (Project root) 4 4 cd /d "%~dp0" 5 6 if not exist "%~dp0PyLucid\settings.py" ( 7 echo. 8 echo Error: There exist no settings.py! 9 echo. 10 echo Please create "%~dp0PyLucid\settings.py" 11 echo. 12 echo More info at http://www.pylucid.org 13 echo. 14 pause 15 exit 16 ) 5 17 6 18 REM use the local django packages