Docker deployment

Hello,
I want to make a simple app (with Django) and run it on the personal server (Raspberry pi).
There is not any walkthrough out there.
The simple Django method will be enough or there are some caches that I should consider?
Thanks

1 Like

PS. The app will be with Holoviz Panel with the help of Django. :slight_smile:

I have some apps running in this configuration and I don’t think there are any major problems which can’t be fixed with a google search.

All good.
I just wanted to be sure if there are specific configuration required, like using django3 which requires special configuration.