Skip to content

Real-Python-Projects/Tweeter-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Twitter App Fully functional with Django .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors