summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortszynalski <tszynalski@antimoon.com>2011-06-22 15:56:47 -0700
committertszynalski <tszynalski@antimoon.com>2011-06-22 15:56:47 -0700
commit9dcda9d236e7e03dd87dc138fa853c15abe5b747 (patch)
treed1b18a4a2c3e566c0b24be2170ba8488aa724ae8
parentc8cb12b54fbfbd91cd6e13c135a4f85fddb48e22 (diff)
downloadaskbot-9dcda9d236e7e03dd87dc138fa853c15abe5b747.tar.gz
askbot-9dcda9d236e7e03dd87dc138fa853c15abe5b747.tar.bz2
askbot-9dcda9d236e7e03dd87dc138fa853c15abe5b747.zip
Edited askbot/doc/source/initial-configuration.rst via GitHub
-rw-r--r--askbot/doc/source/initial-configuration.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/askbot/doc/source/initial-configuration.rst b/askbot/doc/source/initial-configuration.rst
index 56997467..b72dbc34 100644
--- a/askbot/doc/source/initial-configuration.rst
+++ b/askbot/doc/source/initial-configuration.rst
@@ -15,20 +15,21 @@ When installing Askbot for the first time, you will need to initialize the site
startforum
and answering the questions. The `startforum` script will ask you where to deploy Askbot. If you are in
-the directory where the Askbot project resides, you can answer `.` (the `.` refers to the current directory).
+the directory where the Askbot project resides, you can answer `.` (`.` refers to the current directory).
There may be an error message; ignore it.
.. note::
- All Django sites have four project-wide files:
+ All Django sites have four project-wide files::
settings.py - the main settings configuration file
- urls.py - main url configuration
+ urls.py - main url configuration
__init__.py - often empty but needed for Python
- manage.py - the hook allowing to run management commands
+ manage.py - the hook allowing to run management commands
`startforum` adds those files to the directory you select (and some more things specific to Askbot).
+
Note that if you already have a Django site you will not want to use `startforum`, because you don't want to just overwrite your existing settings.py. See below for instructions.
Another thing you have to do if you are creating a brand new Django project is edit the file `settings.py`_. At the very minimum, you will need to provide the correct values to::