Deploy Django Project With SQLite on Azure [closed]
So I have created Django Based Project for the Academic Time Table Generator and have created some tables to generate time table, I want to deploy my Django project with SQLite using the Azure platform and I am completely new to any cloud platform.
https://github.com/*/Time-Table-Generator
I have seen a couple of tutorials but all of them are using static pages to just show demo pages, So I got no lead or reference on how to deploy a Django project with its default SQLite database. I have uploaded my project on GitHub and I need help how configuring to embed that default database on Azure.