Skip to content

raul-jr3/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Blog using Django

Create a superuser account using the command "python manage.py createsuperuser".

Run the server and navigate to http://127.0.0.1:8000/admin and login with the superuser account.

Select Blogs, then select Add Blog.

Give it a title and write the content and hit SAVE.

Navigate to http://127.0.0.1:8000/blog/blog-page to view the blog.

About

A basic blog using Django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published