Creating Custom CMS In Django | Django CMS Building By shriekdj
So I Thought about creating the Custom CMS and Update it's feature day by day as per need.
For Example Firstly I just added blog app in django project named dj_admin.
And Created Very Simple Model LIke
from django.db import models
# Create your mode...
shriekdj.hashnode.dev1 min read