Code Monkey home page Code Monkey logo

django-cms-demo's Introduction

django CMS demo

build

django CMS Demo is no traditional "Demo" project for presentational usage. It is aimed for developers who want to test the latest django CMS and addon versions, living on the edge. This means, that the project setup can be unstable from time to time.

Please only use this repository for debugging, development and research purposes. This codebase is not meant to be used in production.

  • Django 1.10
  • django CMS develop branch

Installation

Virtualenv

  • run virtualenv env to create a virtual environment
  • run source env/bin/activate to start the virtual environment
  • run pip install -r requirements.txt to install all requirements
  • run python manage.py migrate to run database migrations
  • run python manage.py loaddata data.json to load the admin user, you can also create your own by running python manage.py createsuperuser instead
  • run python manage.py runserver 0.0.0.0:8000 to start the local development server
  • visit http://localhost:8000

Docker

  • run docker build -t divio/django-cms-demo . to build the image
  • run docker run -it -p 8000:8000 divio/django-cms-demo to start the container
  • visit http://localhost:8000 (depending on your docker configuration)

Login

You can login to the cms by appending /?edit to the url. The credentials are:

  • Username: admin
  • Password: admin

Themes

This project does not ship with any HTML or static files. You can choose from several Boilerplates to get started:

Here is an example on how to get started using the Explorer Theme:

  • run curl -LOk https://github.com/divio/django-cms-explorer/archive/master.tar.gz
  • run tar -xzf master.tar.gz
  • run mv -n django-cms-explorer-master/{*,.*} .
  • run rm -rf django-cms-explorer-master/ ./master.tar.gz

django-cms-demo's People

Contributors

finalangel avatar vxsx avatar mkoistinen avatar intellectronica avatar crash843 avatar

Watchers

James Cloos avatar Rakesh Raushan 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.