From d5879518bf24a34f0ec8743d82eb1d2124a45aca Mon Sep 17 00:00:00 2001 From: Tao Bojlen Date: Mon, 27 Aug 2018 13:15:17 +0200 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8c14eb..e0e45f5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# fediverse-space-backend -The Django backend for fediverse.space. Scrapes the fediverse and exposes an API to get data about it. +# fediverse.space +fediverse.space is a tool to explore instances in the fediverse. ## Running it * `cp config.json.template config.json` and enter your configuration details. * Set the environment variable `FEDIVERSE_CONFIG` to point to the path of this file. * For development, run `python manage.py runserver --settings=backend.settings.dev` -* In production, set the environment variable `DJANGO_SETTINGS_MODULE=backend.settings.production` \ No newline at end of file +* In production, set the environment variable `DJANGO_SETTINGS_MODULE=backend.settings.production`