# HG changeset patch # User neko259 # Date 2015-06-29 10:42:54 # Node ID c9d11a868661ade1a227d147c415c95c5a3d1ded # Parent 4c5dacc55968d024e0a84a15055138e0d4467e9c # Parent eec100b5360a9b40a1d88316cb9ccb042ebffe69 Merged in slemon/noboard (pull request #17) Documentation fixes diff --git a/readme.markdown b/readme.markdown --- a/readme.markdown +++ b/readme.markdown @@ -12,7 +12,7 @@ Site: http://neboard.me/ 1. Install all dependencies over pip or system-wide 2. Setup a database in `neboard/settings.py` 3. Run `./manage.py migrate` to apply all south migrations -4. Apply config changes to `boards/settings/config.ini`. You can see the default settings in `boards/settings/default_config.ini` +4. Apply config changes to `boards/config/config.ini`. You can see the default settings in `boards/config/default_config.ini` # RUNNING # @@ -34,4 +34,4 @@ You can also just clone the mercurial pr # CONCLUSION # -Enjoy our software and thank you! \ No newline at end of file +Enjoy our software and thank you! diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,6 @@ adjacent django-haystack pillow django>=1.8 -bbcode \ No newline at end of file +bbcode +django-debug-toolbar +pytz