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