Skip to content

AminovSarvarbek/django-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Website

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:

  1. Make migrations:
python manage.py makemigrations
  1. Apply migrations:
python manage.py migrate
  1. Create a superuser to access the admin panel:
python manage.py createsuperuser
  1. Run the development server:
python manage.py runserver

About

Blog website with django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published