Go to file
Tao Bojlen c0dc965666 use production settings in production! 2018-08-27 02:50:57 +02:00
apiv1 finish API 2018-08-27 00:12:24 +02:00
backend use production settings in production! 2018-08-27 02:50:57 +02:00
scraper clean up scraper and improve logging 2018-08-27 01:27:14 +02:00
.gitignore separate dev and production configs 2018-08-27 00:41:06 +02:00
LICENSE Initial commit 2018-08-26 02:13:13 +02:00
README.md separate dev and production configs 2018-08-27 00:41:06 +02:00
config.json.template separate dev and production configs 2018-08-27 00:41:06 +02:00
manage.py initial commit with django 2018-08-26 02:13:46 +02:00
requirements.txt update requirements 2018-08-27 01:28:05 +02:00

README.md

fediverse-space-backend

The Django backend for fediverse.space. Scrapes the fediverse and exposes an API to get data about it.

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