Skip to content

Files

Latest commit

 

History

History
21 lines (17 loc) · 329 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 329 Bytes

Simple Twitter

Simple Poor Man's Twitter.

For simplicity, no components were used.

Requirements

  • Django >= 2.2
  • Python >= 3.5
  • Django Rest Frameworrk >= 3.9

Configuration

pip install -r requirements.txt

Run

python manage.py makemigrations
python manage.py migrate
python manage.py runserver