Found a total of 2 related content
Customizing the Django Panel: A Step-By-Step Guide
Article Introduction:In this guide I'll walk you through how to modify and extend Django default admin panel/interface, making it more user-friendly.
1. Set up the Project:
Start by creating a brand new project and app in Django
django-admin startproject myprojectname
2024-09-19
comment 0
453
Lightweight Rest Api with admin panel to manage food recipes easily.
Article Introduction:Hello, ? all this post is about a Django Rest Framework API that I just relase on Github.
If you are looking for some simple and efficient API to manage food recipies from admin panel and return them to be used from a client this repository is for yo
2024-09-11
comment 0
346