Skip to content

Simple Django Webapp for learning basics of Django

Notifications You must be signed in to change notification settings

arongka/django-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Simple Blog webapp using django


This web app is created following the tutorial: Understanding Django in 30 minutes by Eduonix.com

Description:

Simple blog post website. Currently only admin is registered. Only admin can add a new post for now. Admin can also edit or delete posts. The project is tested by hosting it on my machine's localhost.

What I learned:

  1. Creating models which hold the project data
  2. Creating views to display the data
  3. Defining urls to access the view
  4. Rendering the view html using django templates

About

Simple Django Webapp for learning basics of Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published