This is the blogging site made using Django framework .
- Authentication : User can Log in and sign up .
- User can Post their blog using images and varoius fonts .
- Used TinyMCE, the most advanced HTML editor designed to simplify website content creation.
- User can post comment on others blog.
git clone https://github.com/gauravsewatkar/Blogging-site-Django.git
cd Blogging-site-Django
cd Blogging-site-Django
python manage.py migrate
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver