A simple multi-user blogging website made using Django and Bootstrap, made using MVC architecture. Database used is SQLite.
- Multi User login and signup
- Admin panel
- New post, Delete post, Edit post
- Bio, Profile image upload
- Python
- Django
- Bootstrap
- SQLite
- Django Cripsy forms
- Create virtual env from
requirements.txt
. - Change current path to dir, and run
pythton manage.py runserver
. - Open url
localhost:8000/
in web browser.
- Home page