DEV Community

Cover image for Como crear un blog en django 4 - 2022
Rodrigo Lazo
Rodrigo Lazo

Posted on

2 2

Como crear un blog en django 4 - 2022

Hola, ¿qué tal,
en esta ocasión les mostraré como realizar un pequeño blog en django 4 con Ckeditor.
Pueden encontrar el código en el siguiente enlace
https://github.com/rodrigolazo/blog

Comandos de ayuda

pip install virtualenv

virtualenv env
.\env\Scripts\activate 

django-admin startproject myblog
py manage.py startapp  blog

python manage.py makemigrations
python manage.py migrate

python manage.py runserver
py manage.py collectstatic

pip install -r requirements.txt

Enter fullscreen mode Exit fullscreen mode

Top comments (1)

Collapse
 
iiptvkaufen profile image
iIPTVKAUFEN

Mit IPTV ANBIETER Al entdecken Sie eine neue Dimension des Entertainments und erstklassiger Qualität.
Als führende Plattform in Deutschland bieten wir Ihnen die besten Dienstleistungen und die aktuellsten Inhalte.
Genießen Sie unbegrenzten Zugriff auf Ihre liebsten deutschen Sender sowie die neuesten Filme und Serien – inklusive einer kostenlosen 3-monatigen Testphase für unsere Neukunden. Abonnieren Sie jetzt und erleben Sie das beste IPTV Kaufen in Deutschland!

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay