/django-twitter

Twitter telenovela made with Django framework, assignment in studies.

Primary LanguagePython

Django Twitter

Prerequesites

Setup

  • Clone repo
  • Make a duplicate of docker-compose.example.yml and rename it to docker-compose.yml
  • Run ./docker-dj.sh up in bash to bring up the workspace
  • Run ./docker-dj.sh ssh in bash to connect to the workspace
    • When in workspace run python manage.py createmigrations to create migrations
    • And run python manage.py migrate to apply the migrations
  • When in python folder (cd python), run
    • npm install
    • npm run watch in bash to run compile scripts for app