Inspiration

djangoCMS is great platform to build websites. It is django and Python based. Has a lot of widgets to create web pages and and admin backend.

Additionally, I'm including phpMyAdmin as a tool to check content created with the djangoCMS.

After deployment in Bunny Shell, launch the app using the django-cms arrow button.

Sources

https://github.com/chok68/cms

Quick demo

https://app-k3uewt.bunnyenv.com/admin/login/?next=/?edit
user: admin
password: admin123

What it does

It includes the djangoCMS quick start

How we built it

I went through the templates and a lot of documentation from djangoCMS docker and dockercompose file.

Challenges we ran into

  • DATABASE_URL for using in Bunny Shell
  • Configuration for checking if the database is ready (wait_for_database)

Accomplishments that we're proud of

  • Up and running!

What we learned

  • Bunny Shell is a great tool to work with and it was easy to used and grasp the needed knowledge.

What's next for cms

  • More cms platform integrations
Share this project:

Updates