| ./manage.py runserver | | ./manage.py runserver |
| | | |
| By default this will start the server running on p | | By default this will start the server running on p |
| ort 8000 so access your new | | ort 8000 so access your new |
| cool website at: http://127.0.0.1:8000 | | cool website at: http://127.0.0.1:8000 |
| | | |
t | | t | # What Now ?
|
| | |
|
| | | After you've successfully set up your website loca |
| | | lly you may wonder how to
|
| | |
|
| | | - Deploy it
|
| | | - Please see the django documentation: http:// |
| | | www.djangoproject.com/documentation/
|
| | | - mod_python: http://www.djangoproject.com |
| | | /documentation/modpython/
|
| | | - FastCGI, SCGI or AJP: http://www.djangop |
| | | roject.com/documentation/fastcgi/
|
| | | - Customize your website
|
| | | - The simplest way to customize your website i |
| | | s probably by overloading a couple of templates. T |
| | | his can be done by modifying the settings variable |
| | | TEMPLATE_DIRS and adding your own directory to th |
| | | e beginning. - You might need to see the django do |
| | | cumentation on how the templating system works.
|
| | |
|
| | | If you have any further problems/questions please |
| | | visit the [Forums](http://sct.sphene.net/board/).
|