/micro-blog-streams

Microblogging crossed with personal note management

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

micro-blog-streams

Microblogging but deployed on Heroku

Allows you to create small markdown posts with titles but which also allows posts to be organised by their tags to provide streams of related content.

Running locally

pipenv run python runserver.py

Requires an appropriate .env file to supply the application parameters

  • DATABASE_URL
  • USER_EMAILS
  • PASSWORD
  • SECRET_KEY

Database management

Create migrations in the Nomad directory structure but apply them manually