Skip to content

junhua/forth.ai.homepage

Repository files navigation

django CMS

Django CMS with standard configurations including recommended addons and best practices.

The setup process will automatically pull the Explorer Theme files into the project to provide example templates and static files.

The following essential addons are available through this installation:

There are also additional recommended addons available:

Installation

Docker

For development setup, run the following:

1.First time setup: create env by docker-machine create --driver virtualbox homepage 1.`eval $(docker-machine env homepage)` 1.`docker-compose build` 1.`docker-compose up -d` 1.`docker-compose run web python manage.py migrate --noinput --no-initial-data` 1.`docker-compose run web python manage.py migrate --noinput`

Make

  • run make docker which sets the docker image up and runs it in the background

For additional information checkout the Makefile.

Login

You can login to the cms by appending /?edit to the url. The credentials are:

  • Username: admin
  • Password: admin

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published