Skip to content

This Django CMS project features admin and author roles, providing admins full content management and authors the ability to CRUD their content. The repository includes user registration, admin seeding, and basic CRUD operations, along with content search functionality.

Notifications You must be signed in to change notification settings

Akhtar21yr/Django-CMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django-Cms

This Django CMS project features admin and author roles, providing admins full content management and authors the ability to CRUD their content. The repository includes user registration, admin seeding, and basic CRUD operations, along with content search functionality.

Introduction

Welcome to our Content Management System (CMS) project! This system is designed to provide a robust platform for managing and organizing digital content with a focus on flexibility and user-friendly interaction.

In today's digital age, the need for an efficient and customizable content management system is crucial for businesses, bloggers, and content creators. Our CMS offers a comprehensive solution for both administrators and authors, ensuring seamless content creation, management, and search capabilities.

Features

👤 User Management:

  • Admin Empowerment: Admins wield the ability to effortlessly create, update, and delete user accounts, ensuring streamlined user management.
  • User Autonomy: Users have the freedom to register, log in, and update their profiles, putting control in their hands.

Content Management:

  • Admin Authority: Administrators hold the reins, enabling them to create, update, and delete content items with ease.
  • Author Autonomy: Authors enjoy the privilege of managing their own content, including creation, updates, and deletions.

🔒 Authentication Magic:

  • JWT Wizardry: Experience seamless user registration and login through the power of JWT-based authentication, ensuring a secure and smooth onboarding process.
  • Authorization Elegance: Authorization checks seamlessly control access, ensuring that only privileged users can perform specific actions.

Installation

  1. Clone the repository:

    git clone (https://github.com/Akhtar21yr/Django-CMS.git))
    cd cms
    
  2. Create and Activate a Virtual Environment:

    python -m venv venv

source venv/bin/activate # for Windows- use venv\Scripts\activate

  1. Install the Project Dependencies:

    pip install -r requirements
    
  2. Apply Migrations:

    python manage.py makemigrations
    python manage.py migrate
    
  3. Start the Development Server:

    python manage.py runserver
    
  4. Access CMS Project: Visit http://localhost:8000/ in your web browser.

  5. Usage Admin Panel: Access the admin panel at http://localhost:8000/admin/ to manage users and content items.

  6. API Endpoints: Explore the API endpoints to interact with the application programmatically.

  7. Seed Data You can use the django-seed package to seed your database with sample data. Refer to the cms_app\management\commands\seeds.py file for more details on seeding. you can run a command to add admin --python manage.py seeds

About

This Django CMS project features admin and author roles, providing admins full content management and authors the ability to CRUD their content. The repository includes user registration, admin seeding, and basic CRUD operations, along with content search functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages