Skip to content

Web application that I developed for my master's thesis to allow for distributed labeling of Telegram messages

License

Notifications You must be signed in to change notification settings

TBiele/misinformation-labeling-web-interface

Repository files navigation

Setup

  • python -m venv venv
  • . venv/bin/activate
  • pip install -r requirements.txt
  • Create .env in project directory (see .env.example) and change the SECRET_KEY
  • python manage.py migrate (you might need to temporarily comment out the Misconceptions model from forms.py)

Test webserver:

  • python manage.py runserver PORT

Administration

  • python manage.py createsuperuser

Deploy

  • Set DEBUG=False in .env
  • Set suitable value for ALLOWED_HOSTS

About

Web application that I developed for my master's thesis to allow for distributed labeling of Telegram messages

Topics

Resources

License

Stars

Watchers

Forks