/wagtail-practice

Practice Repo for a Wagtail CMS utilizing Bootstrap

Primary LanguagePython

wagtail-practice

Practice Repo for a Wagtail CMS utilizing Bootstrap

Running the Application

docker-compose up -d

Create a Superuser

In order to enter the admin console, you need to create a superuser using the following command.

docker-compose exec web python manage.py createsuperuser