Skip to content

Twitter telenovela made with Django framework, assignment in studies.

Notifications You must be signed in to change notification settings

jklusis/django-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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