wpcodevo / Django_Crud_Project

In this article, you'll learn how to build a CRUD API with Django and Django REST framework. The RESTful API will have endpoints for performing CRUD operations against an SQLite database.
https://codevoweb.com/build-crud-api-with-django-rest-framework/
8 stars 6 forks source link

solved the issue #1 "Created models is not visible in Django admin panel" #2

Closed Samsul-Alam-STP closed 1 year ago

Samsul-Alam-STP commented 1 year ago

I have solved the issue #1. The created model named "NoteModel" was not visible and accessible from django admin panel. Now, It's okay. Kindly, review the changes and if it seems okay then accept my pull request. Otherwise, let me know what to change. Thank you very much.

wpcodevo commented 1 year ago

I have solved the issue #1. The created model named "NoteModel" was not visible and accessible from django admin panel. Now, It's okay. Kindly, review the changes and if it seems okay then accept my pull request. Otherwise, let me know what to change. Thank you very much.

Thank you for the pull request and addressing the issue with the "NoteModel" not appearing in the Django admin URL. I actually overlooked this during the project setup. I will merge your changes into the main branch. Your contribution is greatly appreciated!