/social_project

Twitter Clone v2

Primary LanguageHTML

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