A simple blog application for the company Mertz, Wolf and Bins(alias)
A synergized incremential structure company
Innovate Dotcom Roi
It includes
- creating and deleting posts
- updating/editing the post
- sharing post via email
- similar post suggestion
Setup
- clone or download the repository
- create a virtual environment
- install requirements ( pip install -r requirements.txt)
- run migrations (python manage.py migrate)
- start server (python manage.py runserver)
- go to 127.0.0.1:8000/blog/