Skip to main content

Default Django CMS site suitable for Docker

Project description

Django CMS site suitable for Docker

www.django-cms.cz

Docker image

Installation with pip

# create and enter an empty directory of your choice
mkdir django-cms && cd django-cms

# create and activate virtual environment
virtualenv env
. env/bin/activate

# install django-cms-site with all the requirements
pip install django-cms-site

# create database
django-cms migrate

# create admin user
django-cms createsuperuser

# run development server
DEBUG=TEMPLATE django-cms runserver

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-cms-site-1.4.0.tar.gz (8.9 kB view hashes)

Uploaded source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page