Skip to content

Build a simple Blog Using Django , Django REST framework

Notifications You must be signed in to change notification settings

Kitty2221/Django-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍒 Installation 🍒

Installing and running this blog is very simple.

1️⃣Clone this repo, and then simply run:

docker-compose up --build (use -d flag to run it in the background)

After that, the blog will be running on the localhost.

2️⃣Run migrations:

python manage.py migrate

3️⃣Create an admin user with:

python manage.py createsuperuser

🦄 That's all! Enjoy! 🦄

💡 Future 💡

Will add React and Bootstrap in my project

About

Build a simple Blog Using Django , Django REST framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published