Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 753 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 753 Bytes

Blog project This is a Project guided was realized in conforming to get the Specialization Advanced Django: Mastering Django and Django Rest Framework in Coursera platform.

Features

-Allows the register and reading of Posts in Blog Page -Allows adding/updating/deleting posts. -Allows add comments on posts for authenticated users -Allows with Django-Allauth library allows sign up. -Use Django ENGINE TEMPLATES instead of HTML tags to build the blog post. -Use Pipenv to create and management the virtual environment. -Allows API request with REST_FRAMEWORK. -To build the components was used bootstrap 5, font awesome 5 & crispy_forms in the design

Installations python -m pip install -r requirements.txt

Run migrations

python manage.py migrate