Giter VIP home page Giter VIP logo

cms's Introduction

CMS

cms

Something like WordPress but in python. Batteries included CMS with everything that you may need to host a complete website for blog, news, magazines or anything similar.

More Info Here

Table of Contents

Features

  • Customizable Homepage
  • Posts
  • Comments
  • Users
  • Pages
  • Categories
  • Tags
  • Ads
  • Menu (Top, Main, Bottom)
  • Scalable
  • Mobile Responsive
  • Fast
  • Different dashboard for users and admin

Usage

  1. First, clone this project,
    git clone https://github.com/mearjunsingh/cms.git

  1. Then get inside that folder,
    cd cms

  1. Now make sure you have python installed. It is a best practice to install Python projects in a Virtual Environment. To install and create Virtual Envronment,
    pip install virtualenv
    virtualenv venv

  1. Now activate virtualenv,
    • In windows
      venv\Scripts\activate
    • In Linux
      source venv/bin/activate

  1. Then install dependencies. To do that,
    pip install -r requirements.txt

  1. Now we are ready to run the project. But before that, you must migrate all migrations. Here is how,
    python manage.py migrate

  1. You can add superuser by,
    python manage.py createsuperuser
    This step is optional but remember, lot of features are only available for superuser.

  1. Finally, ready to run the project. Run this command,
    python manage.py runserver

  1. Then locate http://127.0.0.1:8000/ in your favorite web browser.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

cms's People

Contributors

mearjunsingh avatar awebisam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.