Skip to content

JevonTang/cms

Repository files navigation

Django CMS Demo App

Development

To start the development server:

$ sudo docker-compose build
$ sudo docker-compose up

And browse to http://localhost:8000

Login with user admin and password pw.

To open a terminal in the development environment:

$ sudo docker ps  # grab the container id/name from the list of running containers
$ sudo docker exec -it <container_ID_or_name> /bin/sh

To connect to the database:

$ psql -h localhost -p 5433 -U django_cms django_cms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published