Skip to content

add blog feature in django admin#15

Open
openrijal wants to merge 1 commit intodevfrom
blogs
Open

add blog feature in django admin#15
openrijal wants to merge 1 commit intodevfrom
blogs

Conversation

@openrijal
Copy link
Collaborator

@openrijal openrijal commented Aug 7, 2022

Details of PR

  • create blog admin app
  • create blog base template
  • new migrations

Steps to test

  • checkout the branch
  • create a superuser: ./manage.py createsuperuser and follow the prompts (this will only affect your local system)
  • run the migration ./manage.py migrate
  • run the local server ./manage.py runserver
  • login to django admin using the superuser credentials /admin
  • you should be able to see a section for Blog Entries and be able to add, edit and delete blog entries

Screenshots

Screenshot from 2022-08-07 17-47-28

Screenshot from 2022-08-07 17-48-36

Screenshot from 2022-08-07 17-48-49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant