Skip to content

A simple webapp prototype that serves tech news, blogs, and anything else a developer might want to learn or get help with. It also contains a custom Admin panel where the administrator can create, delete, login, and log out too

Notifications You must be signed in to change notification settings

ASACHIT/blog-webapp

Repository files navigation

Blog Web app

A simple webapp prototype that serves tech news, blogs, and anything else a developer might want to learn or get help with. It also contains a custom Admin panel where the administrator can create, delete, login, and log out too

Home page

App Screenshot

Admin:Login page

App Screenshot

Custom Admin Panel

App Screenshot

Admin:Blog Posting or Creating page

App Screenshot

Admin:Blog Deleting Page

App Screenshot

Installation

  pip install django
  python manage.py runserver   

creating a admin user

    python manage.py createsuperuser
    # input info and done
    #current admin username:sachityadav, password:sachityadav

Things i learnt after creating this project

  • CRUD functions
  • django message or notification and showing pop messages
  • how authentication works, user login, logout etc
  • and other many more

About

A simple webapp prototype that serves tech news, blogs, and anything else a developer might want to learn or get help with. It also contains a custom Admin panel where the administrator can create, delete, login, and log out too

Topics

Resources

Stars

Watchers

Forks