django CMS demo for development, research and fun.
2.5K
############### 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.
virtualenv env to create a virtual environmentsource env/bin/activate to start the virtual environmentpip install -r requirements.txt to install all requirementspython manage.py migrate to run database migrationspython manage.py loaddata data.json to load the admin user,
you can also create your own by running python manage.py createsuperuser insteadpython manage.py runserver 0.0.0.0:8000 to start the local development serverhttp://localhost:8000docker build -t divio/django-cms-demo . to build the imagedocker run -it -p 8000:8000 divio/django-cms-demo to start the containerhttp://localhost:8000 (depending on your docker configuration)You can login to the cms by appending /?edit to the url. The credentials are:
This project does not ship with any HTML or static files. You can choose from several Boilerplates to get started:
HTML 5 <https://github.com/divio/djangocms-boilerplate-html5>_Bootstrap 3 <https://github.com/divio/djangocms-boilerplate-bootstrap3>_Webpack <https://github.com/divio/djangocms-boilerplate-webpack>_Explorer Theme <https://github.com/divio/django-cms-explorer>_Here is an example on how to get started using the Explorer Theme:
curl -LOk https://github.com/divio/django-cms-explorer/archive/master.tar.gztar -xzf master.tar.gzmv -n django-cms-explorer-master/{*,.*} .rm -rf django-cms-explorer-master/ ./master.tar.gz.. |build| image:: https://travis-ci.org/divio/django-cms-demo.svg?branch=master :target: https://travis-ci.org/divio/django-cms-demo
Content type
Image
Digest
sha256:8d3fe9139…
Size
304.7 MB
Last updated
over 9 years ago
docker pull divio/django-cms-demo