Sphene Community Tools

Community

Copyright © 2007-2018 by Herbert Poul

You are not logged in.
Login
Register

Change Language:



AddThis Social Bookmark Button

A Django site.

Powered by Sphene Community Tools

CommunityDraft

CommunityDraft

Back to Snip <-- Previous Change | Next Change -->

Diff Summary
Title
Date 2007-04-15 12:51:53 2007-04-15 13:26:11
Editor Herbert Poul Herbert Poul
Tags

2007-04-15 12:51:53 by Herbert Poul
2007-04-15 13:26:11 by Herbert Poul
44    ./manage.py runserver44    ./manage.py runserver
4545
46By default this will start the server running on p46By default this will start the server running on p
>ort 8000 so access your new >ort 8000 so access your new 
47cool website at: http://127.0.0.1:800047cool website at: http://127.0.0.1:8000
4848
tt49# What Now ?
50
51After you've successfully set up your website loca
 >lly you may wonder how to
52
53- Deploy it
54    - Please see the django documentation: http://
 >www.djangoproject.com/documentation/
55        - mod_python: http://www.djangoproject.com
 >/documentation/modpython/
56        - FastCGI, SCGI or AJP: http://www.djangop
 >roject.com/documentation/fastcgi/
57- Customize your website
58    - 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.
59
60If you have any further problems/questions please 
 >visit the [Forums](http://sct.sphene.net/board/).


Powered by Sphene Community Tools