Default Django CMS site suitable for Docker
Project description
Django CMS site suitable for Docker
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
Release history Release notifications | RSS feed
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)