Fully functional Django App that looks ecxatly like real Twitter.
-
clone this repo
-
Move to the base directory: cd Django-Twitter-Clone
-
Create a new python enveronment with: python -m venv env
-
Activate enveronment with: env\Scripts\activate on windows.
-
Install required dependences with: pip install -r requirements.txt .
-
Make migrations with: python manage.py makemigrations and then python manage.py migrate.
-
Run app localy with: python manage.py runserver .