This is a simple django blog application. That has authentication system. Part of the challenge of creating same application with same features in laravel, ruby on rails, django, dotnet core, spring and nodejs.
- Authentication
- Author
- Post
- Post by user
- TODO: Rich text editor for post
- TODO: Post image and user profile picture
- Python 3.6.9 and django 3.0.4
- Dependencies: mysql, bootstrap, trix
- Database creation: specify connection and create database
- Database initialization: python3 manage.py migrate