Tutorial Blog Django is a web application that allows Admin to create, read, update, and delete blog posts. It is built using Django, Tailwind CSS, and Tinymce.
- Blog Functionality: Admin CRUD
- Admin Panel: Utilizes Tinymce as a rich text editor
- Contact Page: Receive email
Follow these steps to get the project up and running on your local machine:
- Clone the repository:
git clone https://github.com/MNGDLN/tutorial-blog-django.git
cd tutorial-blog-django
Dcoker
docker-compose up --build -d
run on local machine
# For Linux
pip install virtualenv
python -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python blogDjango/manage.py runserver
homepage: http://127.0.0.1/ dashboard: http://127.0.0.1/admin/ username: admin password: admin
#demo