django-blog-app

A blog application built on Django

View the Project on GitHub

Blog Application powered by Django

Simple blog application. Only the superuser i.e., you can post. Be sure to migrate before running.

Clone the project

git clone https://github.com/dannybritto96/django-blog-app.git

Make migrations

python manage.py migrate
python manage.py makemigrations blog
python manage.py migrate

Create a superuser

python manage.py createsuperuser

Run server

python manage.py runserver

Goto http://127.0.0.1:8000 to view the application.

Thanks to Yabwe for MediumEditor tool. For more information on the tool visit http://yabwe.github.io/medium-editor

How to post?

Login as the superuser you’ve created. Then you can see ‘New Post’ option in the Navbar.It’ll let you create new posts.