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