diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 14:10:45 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 14:10:45 -0400 |
commit | 5d3362fd3a0d0536d7e01ad79dada871e6cfba95 (patch) | |
tree | 84d998a7fd8272df9405f0f6e0c292cd34325c93 | |
parent | 71ce1dd46349acf0bd48b944b575042bdcf85c8b (diff) |
remove diff in README
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ packages, you will probably want the following: (archweb-env) $ pip install -r requirements.txt 3. Copy `local_settings.py.example` to `local_settings.py` and modify. - Make sure to uncomment the appropriate db section (either sqlite or + Make sure to uncomment the appropriate database section (either sqlite or PostgreSQL). 4. Sync the database to create it. |