Skip to content

An advanced and dynamic CMS for blogs powered by Django framework. Individuals can download source code and setup their own CMS blog with a few commands, without any coding. Administrator get complete dynamic control over entire blog.

Notifications You must be signed in to change notification settings

HarshGajjarXXIV/Advanced-CMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced-CMS Powered by Django Framework

Features

  • Easy to setup
  • No coding reqired
  • Create your own Advanced & Dynamic CMS Blog
  • Multi-level Authentication
  • A fast, attractive and fully dynamic interface for authors
  • Manage content, authors, content categories, end-user menu, sidebars, and many configurations.
  • Comments & reply system
  • Support for images and embedded content
  • SEO-friendly URLs
  • Mobile friendly responsive user interface
  • Requirements

  • Python 3.7.X or Up
  • Steps to setup

  • Open Terminal/CMD and enter these commands
  • git clone https://github.com/HarshGajjarXXIV/Advanced-CMS.git
  • cd Advanced-CMS
  • pip3 install -r requirements.txt
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py loaddata fixtures.json
  • python manage.py createsuperuser
  • python manage.py runserver 127.0.0.1:8000
  • Now open browser and visit "http://127.0.0.1:8000"
  • Navigation

  • "http://127.0.0.1:8000" (Blog)
  • "http://127.0.0.1:8000/admin" (Advanced Admin Panel)
  • "http://127.0.0.1:8000/django-admin" (Django Admin Panel)
  • About

    An advanced and dynamic CMS for blogs powered by Django framework. Individuals can download source code and setup their own CMS blog with a few commands, without any coding. Administrator get complete dynamic control over entire blog.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published