Blog_Django

This is simple blog applicaition build in django that includes user creation and registration, abiltiy to add and edit blog posts. Includes admin dashboard and django models database.

Requires:

Python 3

pip install django-crispy-forms

To run locally: python manage.py runserver