Skip to content

mundo-python/social_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Este es un clon de Twitter

Este proyecto corresponde al tutorial de youtube:

Para utilizarlo/configurarlo:

  1. Clona el repositorio o descargalo como zip.

git clone https://github.com/mundo-python/social_project.git

  1. Crea un ambiente virtual

python -m venv socialenv

  1. Instala las dependencias/librerias en requirements.txt

pip install -r requirements.txt

  1. Ejecuta las migraciones.

python manage.py makemigrations python manage.py migrate

  1. Crea un superusuario.

python manage.py createsuperuser

  1. Corre el servidor.

python manage.py runserver

About

Twitter Clone v2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published