Coder Social home page Coder Social logo

otakustanyoutube / cms Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 123 KB

A central content management system powering all dynamic content for OtakuStan's websites

License: GNU General Public License v3.0

Dockerfile 0.27% Python 28.26% Shell 0.34% CSS 9.75% JavaScript 1.49% HTML 59.89%

cms's Introduction

OtakuStan CMS

Welcome to OtakuStan CMS Repository

About

This is an Central Content Management system for Otakustan to power all our dynamic content like blogs, articles, news feed, guest feed, etc for our website and podcasts. This made for OtakuStan's internal use only. The main user website is made using Django and Django rest framework.

๐Ÿ—๏ธ Built With

Features

  • Create Blogs
  • Create Articles
  • Create News Feed
  • Create Guest Feed
  • One Api for all our websites
  • Manage Content
  • Live Update

Install and Run

Make sure you have Python 3.x installed and the latest version of pip installed before running these steps.

  1. Clone the repository using the following command
git clone [email protected]:OtakuStanYoutube/cms.git
# After cloning, move into the directory having the project files using the change directory command
cd cms
  1. Create a virtual environment where all the required python packages will be installed
# Use this on Windows
python -m venv env
# Use this on Linux and Mac
python -m venv env
  1. Activate the virtual environment
# Windows
.\env\Scripts\activate
# Linux and Mac
source env/bin/activate
  1. Install all the project Requirements
pip install -r requirements.txt

-Apply migrations and create your superuser (follow the prompts)

# apply migrations and create your database
python manage.py migrate

# Create a user with manage.py
python manage.py createsuperuser
  1. Run the development server
# run django development server
python manage.py runserver

๐Ÿ” License

This project is licensed under the GPL License - see the LICENSE.md file for details

Suggestions and Bug Reports

Since this is an open source project all suggestions, requests and bug reports are always welcomed. If you have any don't forget to leave them in the issues section. But we recommend creating an issue or replying in a comment to let us know what you are working on first that way we don't overwrite each other.

Don't forget to checkout the CONTRIBUTING.md for more info on how to contribute to this project.

Branches

  • staging -> pr this branch for everything
  • prod -> don't even think of touching it, this is what's running in prod

Credits

This was built by the following individuals.

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.