index.community/README.md

8 lines
489 B
Markdown
Raw Normal View History

2018-08-26 00:13:13 +00:00
# fediverse-space-backend
The Django backend for fediverse.space. Scrapes the fediverse and exposes an API to get data about it.
2018-08-26 22:31:53 +00:00
## 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`