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 details)
File details
Details for the file django-cms-site-1.4.0.tar.gz
.
File metadata
- Download URL: django-cms-site-1.4.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d6d518d25c96e5de9a4e84b2f16e0fbdf4facc4dac2495742760e7f93abf2a1 |
|
MD5 | 5a66395f2213a83a754dbca9ff3be6ef |
|
BLAKE2b-256 | 59be04038d2e2591ea1778d95ad18a4b06954b6bdb152d7ba9222b7e0dd62860 |