Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 502 Bytes

File metadata and controls

15 lines (8 loc) · 502 Bytes

Fully functional Django App that looks ecxatly like real Twitter.

  1. clone this repo

  2. Move to the base directory: cd Django-Twitter-Clone

  3. Create a new python enveronment with: python -m venv env

  4. Activate enveronment with: env\Scripts\activate on windows.

  5. Install required dependences with: pip install -r requirements.txt .

  6. Make migrations with: python manage.py makemigrations and then python manage.py migrate.

  7. Run app localy with: python manage.py runserver .