Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 369 Bytes

Blog Site Django

Usuage

  • To run the web app python manage.py runserver

Features

  • A fully functional CRUD web app.
  • You can create, update user accounts and manage user profile.
  • Users can register, login and reset their accounts.
  • Create, delete and update blog posts.
  • Includes pagination.
  • Includes the usual features of a blog site/ CRUD web app.