Skip to content

Twitter Clone v2 - English edition and updated with django-bootstrap-v5

Notifications You must be signed in to change notification settings

pouya-mhb/MHB-Version-Twitterclone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MHB Version of Twitter clone

This is a forked project of twitter clone project of mundo-python's project

1.Clone The project

git clone https://github.com/pouya-mhb/MHB-Version-Twitterclone.git

  1. Create Virtual environment

python -m venv socialenv or virtualenv env

  1. Install packages from requirements.txt

pip install -r requirements.txt

  1. Create migrations and migrate

python manage.py makemigrations python manage.py migrate

  1. Create admin user

python manage.py createsuperuser

  1. Run the project

python manage.py runserver

About

Twitter Clone v2 - English edition and updated with django-bootstrap-v5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.3%
  • Python 41.1%
  • CSS 13.3%
  • JavaScript 2.3%