Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add blog feature in django admin #15

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

add blog feature in django admin #15

wants to merge 1 commit into from

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