Skip to content

Commit

Permalink
DOC: Fixed few grammatical errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ObliviousParadigm committed Jun 14, 2020
1 parent 084d442 commit 44d686b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -110,11 +110,11 @@ __NOTE__: If you are using virtualenv replace `python3` with the absolute path t
__NOTE__: If your deployment directory isn't `/usr/local/lib/ahmia-site` replace accordingly
# FAQ

## How can populate my index to do searches ?
## How can I populate my index to do searches ?
You should use [OnionElasticBot](https://github.com/ahmia/ahmia-crawler/tree/master/ahmia) to populate your index.

## Why can't my browser load django statics ?
The django settings.py is configured in a way that it only serve statics if DEBUG is True.
The django settings.py is configured in a way that it only serves statics if DEBUG is True.
Please verify [here](https://github.com/ahmia/ahmia-site/blob/master/ahmia/ahmia/settings/dev.py#L6)
if it's the case. You can change this behaviour
[here](https://github.com/ahmia/ahmia-site/blob/master/ahmia/ahmia/urls.py#L71).
Expand Down

0 comments on commit 44d686b

Please sign in to comment.