A blog application built on Django
Simple blog application. Only the superuser i.e., you can post. Be sure to migrate before running.
git clone https://github.com/dannybritto96/django-blog-app.git
python manage.py migrate python manage.py makemigrations blog python manage.py migrate
python manage.py createsuperuser
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
Login as the superuser you’ve created. Then you can see ‘New Post’ option in the Navbar.It’ll let you create new posts.