This is a personal blog website built using Django. This is a flexible blog website for you. You can publish various blogs, video blogs. And you can customize it yourself.
To start using the project, follow these steps:
- Make migrations:
python manage.py makemigrations
- Apply migrations:
python manage.py migrate
- Create a superuser to access the admin panel:
python manage.py createsuperuser
- Run the development server:
python manage.py runserver