Show
Ignore:
Timestamp:
10/23/08 07:37:49 (17 months ago)
Author:
JensDiemer
Message:

check if settings.py exist in win start batch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid_project/standalone_w32.cmd

    r1783 r1784  
    33REM go into the same directory where this file stored (Project root) 
    44cd /d "%~dp0" 
     5 
     6if 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) 
    517 
    618REM use the local django packages